Webhooks
Execute a webhook
API Documentation
Apps
- Overview
- Companies
- Experiences
- Members
- Memberships
- Products
- Payments
- Reviews
- Notifications
- Line Items
- App Connections
- Users
- Feed Content Items
- Inbound Webhooks
- Inbound Webhook Filters
- GETRetrieve the current app
- GETCheck Access
Company
- Overview
- Memberships
- Products
- Payments
- Reviews
- Users
- GETRetrieve the current company
Me
- Overview
- Memberships
- Products
- Payments
- Reviews
- Experiences
- Companies
- POSTCreate an OAuth Token
- GETRetrieve the current user
- GETList a User's social accounts
Chat
- Webhooks
Webhooks
Execute a webhook
Executes a webhook
POST
/
v5
/
feed
/
webhooks
/
{id}
/
execute
curl --request POST \
--url https://{defaultHost}/v5/feed/webhooks/{id}/execute \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>",
"embeds": [
{
"type": "<string>",
"url": "<string>",
"title": "<string>",
"color": 8388607,
"timestamp": "2023-11-07T05:31:56Z",
"description": "<string>",
"image": null,
"thumbnail": null,
"footer": null,
"fields": [
{
"name": "<string>",
"value": "<string>",
"inline": true
}
]
}
],
"attachments": [
{
"id": "<string>",
"filename": "<string>",
"description": "<string>",
"duration_secs": 1073741823.5,
"waveform": "<string>",
"title": "<string>",
"is_remix": true
}
]
}'
Path Parameters
The ID of the webhook
Body
application/json
Maximum length:
4000
Maximum length:
152133
Maximum length:
2048
Maximum length:
256
Required range:
0 <= x <= 16777215
Maximum length:
4096
Maximum length:
1024
Maximum length:
1024
Required range:
0 <= x <= 2147483647
Maximum length:
400
Maximum length:
1024
Response
204
webhook execution accepted
Was this page helpful?
curl --request POST \
--url https://{defaultHost}/v5/feed/webhooks/{id}/execute \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>",
"embeds": [
{
"type": "<string>",
"url": "<string>",
"title": "<string>",
"color": 8388607,
"timestamp": "2023-11-07T05:31:56Z",
"description": "<string>",
"image": null,
"thumbnail": null,
"footer": null,
"fields": [
{
"name": "<string>",
"value": "<string>",
"inline": true
}
]
}
],
"attachments": [
{
"id": "<string>",
"filename": "<string>",
"description": "<string>",
"duration_secs": 1073741823.5,
"waveform": "<string>",
"title": "<string>",
"is_remix": true
}
]
}'