Created
June 8, 2015 16:28
-
-
Save bdmac/4f0b475fe859dd74d485 to your computer and use it in GitHub Desktop.
message.created ad-hoc webhook payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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