chore(sdks): update msg91 examples

This commit is contained in:
Steven Nguyen
2024-03-21 17:22:55 -07:00
parent c6118c17e7
commit b91fa98dc1
26 changed files with 37 additions and 37 deletions
@@ -10,7 +10,7 @@ messaging = Messaging(client)
result = messaging.create_msg91_provider(
provider_id = '<PROVIDER_ID>',
name = '<NAME>',
from = '+12065550100', # optional
template_id = '<TEMPLATE_ID>', # optional
sender_id = '<SENDER_ID>', # optional
auth_key = '<AUTH_KEY>', # optional
enabled = False # optional
@@ -11,7 +11,7 @@ result = messaging.update_msg91_provider(
provider_id = '<PROVIDER_ID>',
name = '<NAME>', # optional
enabled = False, # optional
template_id = '<TEMPLATE_ID>', # optional
sender_id = '<SENDER_ID>', # optional
auth_key = '<AUTH_KEY>', # optional
from = '<FROM>' # optional
auth_key = '<AUTH_KEY>' # optional
)