Documentation Index
Fetch the complete documentation index at: https://docs.booper.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
The content of the message to send.
The name of the person sending the message.
The channel to send the message to.
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
curl --location --request POST 'https://scheduler.booper.dev/api/broadcast' \
--header 'Content-Type: application/json' \
--data-raw '{
"author": "alex",
"content": "sup",
"channel": "discord"
}'
{
"author": "alex",
"channel": "discord",
"content": "sup"
}