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

id
string
required

The ID of the webhook

Body

application/json
content
string | null
Maximum length: 4000
embeds
object[] | null
attachments
object[] | null

Response

204

webhook execution accepted