Anonymous
Notifications
Description
Content type: application/json. Sends a message (optional embed title) to a Discord channel. No JWT. Client/guild/channel must exist and be active; the bot must have send permission.
{
"clientId": "ampersand",
"guildId": "1156304516619182170",
"channelId": "1441865778541367356",
"title": "Optional embed title",
"message": "Hello from Ampersand"
}
- clientId — required (name or GUID)
- guildId — required (snowflake or GUID)
- channelId — required (snowflake or GUID)
- message — required, min length 1
- title — optional
© 2026 Ampersand Documentation