Difference between revisions of "Template:Json Request EventNotificationBulkCreate"

From Updox API
Jump to: navigation, search
(Created page with "{ "notifications": [ { "payload": "This is to remind you of your appointment tomorrow.", "internalId": "ABC", "deliveryDateTime...")

Revision as of 16:32, 11 December 2015

{

   "notifications": [
       {
           "payload": "This is to remind you of your appointment tomorrow.",
           "internalId": "ABC",
           "deliveryDateTime": "2015-01-01T01:01:01",
           "deliveryDestination": "123-456-7890",
           "deliveryMethod": "SMS"
       },        {
       {  "payload": "Welcome to our practice!",
           "internalId": "XYZ",
           "deliveryDateTime": "2015-01-01T01:01:01",
           "deliveryDestination": "123-456-7890",
           "deliveryMethod": "SMS"
       }
   ]

}