Difference between revisions of "Template:Json Request EventNotificationBulkCreate"
From Updox API
(Created page with "{ "notifications": [ { "payload": "This is to remind you of your appointment tomorrow.", "internalId": "ABC", "deliveryDateTime...") |
|||
Line 2: | Line 2: | ||
"notifications": [ | "notifications": [ | ||
{ | { | ||
− | "payload": " | + | "payload": "Your appointment is tomorrow!", |
"internalId": "ABC", | "internalId": "ABC", | ||
"deliveryDateTime": "2015-01-01T01:01:01", | "deliveryDateTime": "2015-01-01T01:01:01", |
Latest revision as of 17:36, 11 December 2015
{
"notifications": [ { "payload": "Your appointment is 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" } ]
}