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
@@ -12,7 +12,7 @@ messaging = Messaging.new(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
@@ -13,7 +13,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
)