API v.1
POST
https://discord.ampersand-it.com/api/discordbot/sendmessage
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.

Request Body
Response
Error

{
  "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
An error has occurred. This application may no longer respond until reloaded. Reload 🗙