mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore(sdks): update msg91 examples
This commit is contained in:
@@ -10,7 +10,7 @@ const messaging = new sdk.Messaging(client);
|
||||
const result = await messaging.createMsg91Provider(
|
||||
'<PROVIDER_ID>', // providerId
|
||||
'<NAME>', // name
|
||||
'+12065550100', // from (optional)
|
||||
'<TEMPLATE_ID>', // templateId (optional)
|
||||
'<SENDER_ID>', // senderId (optional)
|
||||
'<AUTH_KEY>', // authKey (optional)
|
||||
false // enabled (optional)
|
||||
|
||||
@@ -11,7 +11,7 @@ const result = await messaging.updateMsg91Provider(
|
||||
'<PROVIDER_ID>', // providerId
|
||||
'<NAME>', // name (optional)
|
||||
false, // enabled (optional)
|
||||
'<TEMPLATE_ID>', // templateId (optional)
|
||||
'<SENDER_ID>', // senderId (optional)
|
||||
'<AUTH_KEY>', // authKey (optional)
|
||||
'<FROM>' // from (optional)
|
||||
'<AUTH_KEY>' // authKey (optional)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user