Configuring Bandwidth as SMS/MMS Provider: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Bandwidth provider uses JSON data to process the SMS requests. You need to create a new provider, type SMS and use the following configuration. File:bandwidthoutsms.png|4...") |
No edit summary |
||
Line 4: | Line 4: | ||
[[File:bandwidthoutsms.png|400px]] | [[File:bandwidthoutsms.png|400px]] | ||
<pre> | |||
SMS URL: https://api.catapult.inetwork.com/v2/users/<YOUR ID>/messages | |||
from:${SMSSOURCENUM} | |||
to:${SMSDESTNUM} | |||
text:${SMSTEXT} | |||
applicationId:<YOUR APPLICATION ID> | |||
</pre> | |||
Once you have the provider configured, you can create an SMS Routing Profile and then assign it to your tenant | Once you have the provider configured, you can create an SMS Routing Profile and then assign it to your tenant |
Revision as of 17:33, 20 February 2019
Bandwidth provider uses JSON data to process the SMS requests.
You need to create a new provider, type SMS and use the following configuration.
SMS URL: https://api.catapult.inetwork.com/v2/users/<YOUR ID>/messages from:${SMSSOURCENUM} to:${SMSDESTNUM} text:${SMSTEXT} applicationId:<YOUR APPLICATION ID>
Once you have the provider configured, you can create an SMS Routing Profile and then assign it to your tenant