Table of Contents:
Table of Contents minLevel 2
Note: Notice that in each API call you must provide the List ID that you are working on, otherwise the default List ID will be used.
Methods Summary
POST /api/smses
Description
This method creates a new SMS message.
...
Optional string - phone number prefix
Example
POST URL: https://api.ongage.net/<list_id>/api/smses
Code Block |
---|
{ "name": "SMS Message test", "description": "sms description test", "content_text": "testing", "prefix": "44" } |
Response
The response includes a newly created SMS array of fields.
...