ZsendWebhook

Sends the embed at the specified slot index via a Discord webhook URL, optionally returning the message ID.

Syntax

ZsendWebhook{webhookURL;index?;returnID?}

Arguments

NameTypeRequiredDefault
webhookURLurlYes-
indexintegerNo1
returnIDbooleanNofalse

Example

ZsendWebhook{https://discord.com/api/webhooks/123456789/token;1;true}