mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 21:19:19 +00:00
563 B
563 B
mutation { messagingCreateEmail( messageId: "<MESSAGE_ID>", subject: "", content: "", topics: [], users: [], targets: [], cc: [], bcc: [], attachments: [], draft: false, html: false, scheduledAt: "" ) { _id _createdAt _updatedAt providerType topics users targets scheduledAt deliveredAt deliveryErrors deliveredTotal data status } }