Executes a webhook
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
}
]
}'
The ID of the webhook
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
}
]
}'
Executes a webhook
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
}
]
}'
The ID of the webhook
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
}
]
}'