Skip to content

Instantly share code, notes, and snippets.

@bdmac
Created June 8, 2015 16:28
Show Gist options
  • Save bdmac/4f0b475fe859dd74d485 to your computer and use it in GitHub Desktop.
Save bdmac/4f0b475fe859dd74d485 to your computer and use it in GitHub Desktop.
message.created ad-hoc webhook payload
{
"id":"06fde765-4526-46eb-ba1c-af109d7b9cc4",
"data":{
"message":"Welcome to Hotel Kabuki."
},
"created_at":"2015-05-29T10:58:37.852-07:00",
"status":"delivered",
"type":"Messages::AdHoc",
"category":"ad-hoc",
"compiled_template":{
"text/html":"<p>Welcome to Hotel Kabuki.</p>",
"text/plain":"Hotel Kabuki: Welcome to Hotel Kabuki.\n\nREPLY to this message with any questions during your stay."
},
"to_guest":true,
"sender_type":"Property",
"sender_name":"Hotel Kabuki",
"webhook_event_name":"message.created"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment