curl --request POST \
--url https://incoming.qomon.app/global-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"body": "Hello, this is a global message.",
"title": "Global Message",
"team_ids": [
1,
2,
3
]
}
}
'{
"status": "success",
"data": {
"accepted": true
}
}Sends a global message to the specified teams in the sender-selected space.
curl --request POST \
--url https://incoming.qomon.app/global-message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"body": "Hello, this is a global message.",
"title": "Global Message",
"team_ids": [
1,
2,
3
]
}
}
'{
"status": "success",
"data": {
"accepted": true
}
}Documentation Index
Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?