
Enter a name for your Webhook
Variables are not supported
Username configured in Discord Webhook settings
Set a custom username for the author of the resulting Discord message
Enter the Webhook URL copied from the Discord webhook configuration
Variables are not supported
Enter the text content for your webhook message. Multiple lines and variables are supported.
Enable developer mode in Discord by opening settings and navigating to `App Settings -> Advanced`. Then, enable the `Developer Mode` toggle.
Users can be pinged in the following format:
`<@DISCORD_USER_ID>` e.g. `<@0123456789>`
With developer mode enabled, you can right-click on any user in discord, and click `Copy ID` to obtain their user ID.
3. Role Pings
Roles can be pinged in the following format:
`<@&DISCORD_ROLE_ID>` e.g. `<@&0123456789>`
With developer mode enabled, you can right-click on a role in the server settings area, and click `Copy ID` to obtain its ID.
Avatar configured in Discord Webhook settings
Set a custom avatar for the author of the resulting Discord message
For example, you could set it to a chat user's profile picture by using the Get User Info for Target Sub-Action and then using the %targetUserProfileImageUrl% variable.
false
Toggle to send the message with Discord TTS
| Name | Type | Description |
|---|---|---|
Example Value: 1337117683476336600Message Id of the Discord message | ||
Variables generated by all triggers and available within all action executions. |
public string DiscordPostTextToWebhook(string webhookUrl, string content, string username, string avatarUrl, bool textToSpeech = false)