appwrite/docs/examples/1.5.x/server-graphql/examples/messaging/create-sendgrid-provider.md
2024-02-25 00:34:42 +13:00

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 } }