$sendWebhookMessage
$sendWebhookMessage
will send a message using an existing webhook.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
webhookID | number | The webhook ID. | true |
webhookToken | string | The webhook Token. | true |
content | string | The content of the message to send. | true |
returnID? | boolean | Return message ID? 1. true 2. false (default) | false |
Example(s)
This will create a webhook and send a message using it: