Versions Compared

Key

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

These two methods allows a customer's system to send Messages to a Recipient our Message Service.   The message delivery is addressed by the destination phone number and will be delivered sent via SMS.                                                                 

...

Method SendSingle2/BasicAuth. 

Used in Zapier Method, "Send an MT SMS Message Action"

End Point api/SendSingle2/BasicAuth

...

These method parameters have been explained for use with the push message service assuming that Intelli Messaging has set the message source address against the user record with our messaging system.

Method SendSingle2/Circle

EndPoint  https://sms.smartmessagingservices.net/api/SendSingle2/Circle

End point supports POST verb with JSON content, and returns and JSON response.

Content type: application/json 

Authentication  username and password included in the body.

Message Body Construct

Code Block
{
    "from":"FBAU",
    "to":"61401328025",
    "text":"Test",
    "providerParameters":{
        "username":"xxxxxxxxx",
        "password":"xxxxxxxx"
    }
}


Circle does add a context property but this is ignored 

Response Message for

...

the Above Methods

Message Response JSON String

...