mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 06:29:06 +00:00
478 B
478 B
mutation { messagingCreateSendgridProvider( providerId: "<PROVIDER_ID>", name: "", apiKey: "<API_KEY>", fromName: "<FROM_NAME>", fromEmail: "email@example.com", replyToName: "<REPLY_TO_NAME>", replyToEmail: "email@example.com", enabled: false ) { _id _createdAt _updatedAt name provider enabled type credentials options } }