Hosted Hooks Developer Resources
Home
API Docs
Search…
Welcome To Our Developer Resources
Getting Started
What is HostedHooks
Quickstart
Webhooks
Security
Our Policy
Security Features
Developer Resources
API Object Definitions
Organization
Apps
Subscription
Endpoint
Webhook Events
Messages
Webhook Attempts
Providers
Internal Webhooks
Powered By
GitBook
Messages
The details of what a Message is and how they are used
What Are Messages?
A message is the payload that your application will send to HostedHooks via the API when an event gets triggered.
A message payload will look something like this:
1
{
2
"version"
:
"1.0"
,
3
"event_type"
:
"user.created"
,
4
"event_id"
:
"12323124151"
,
5
"data"
:
{
6
"foo"
:
"bar"
7
}
8
}
9
Copied!
The Message has the following parameters:
Version
Event Type
Event ID
Data
Previous
Webhook Events
Next
Webhook Attempts
Last modified
1yr ago
Copy link