title: Execute Slack-Compatible Webhook category: Webhook
executeSlackCompatibleWebhook
$client->webhook->executeSlackCompatibleWebhook($parameters);
Refer to Slack's documentation for more information. We do not support Slack's channel, icon_emoji, mrkdwn, or mrkdwn_in properties.
Name | Type | Required | Default |
---|---|---|---|
webhook.id | snowflake | true | null |
webhook.token | string | true | null |
wait | bool | false | null |
Possibly No Response