Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents:

Table of Contents
minLevel2


(info) 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.

...