Versions Compared

Key

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

SMSNotificationSMS Notification:

Paste code macro
languagejson
titleInbound Call Object
{
 "type": "string",
 "payload":{
	"message_id"           : "string",
	"provider_id"          : "string",
	"provider_message_id"  : "string",
	"to_number"            : "string",
	"message"              : "string",
	"status"               : "string",
	"time_stamp"           : "string",
	"cust_ref"             : "string"
    }
}

...