1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00
appwrite/docs/examples/1.5.x/server-rest/examples/messaging/create-msg91provider.md
2024-03-21 17:22:55 -07:00

383 B

POST /v1/messaging/providers/msg91 HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.5.0 X-Appwrite-Project: 5df5acd0d48c2 X-Appwrite-Key: 919c2d18fb5d4...a2ae413da83346ad2

{ "providerId": "<PROVIDER_ID>", "name": "", "templateId": "<TEMPLATE_ID>", "senderId": "<SENDER_ID>", "authKey": "<AUTH_KEY>", "enabled": false }