$webhookContent
Adds content to the webhook.
Syntax
$webhookContent[Webhook URL;Text]
Parameters
Webhook URL(Type: URL || Flag: Required): The URL of the webhook you want to use.Text(Type: String || Flag: Required): The content text to add to the webhook.
Example
$nomention
$var[webhook;$webhookCreate[$channelID;Test webhook]]
$webhookContent[$var[webhook];Hello from my webhook!]
How $webhookCreate[], $channelID and $var[] works?
For more information, read the the Webhooks Guide.