
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.
App Settings -> Advanced. Then, enable the Developer Mode toggle.<@DISCORD_USER_ID> e.g. <@0123456789>Copy ID to obtain their user ID.<@&DISCORD_ROLE_ID> e.g. <@&0123456789>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)