Xenioo
Home
Tutorials
Articles
Sign In
Search…
Welcome!
Basic Concepts
Your Account
Designing your Chatbot
Chatbot Details
Publishing
Users and Conversation Persistance
Artificial Intelligence
Intents
Expressions
Entities
Training & Testing your Model
NLP Master
Database
Xenioo Database
Collections
Database API Interface
Broadcasts
Broadcasts
Campaigns
Distribution Lists
Audiences
Distribution Logs
Conversations
Conversations
Contacts
Chat Commands
Contact Details
Data Retention
Actions And Operations
Execution
Actions Availability
Variables and Tags
Dynamic Parsing And Content
Content
Input
Flow
Forms
Database
Cards
Profile
Privacy
IoT
Integration
Xenioo API
Choosing your API
Global Platform API
Authorization
Platform SSO
Bots
Conversations
AI
Statistics
Broadcasts
Broadcasts List
Broadcast State
Service State
Scheduled Maintenance
Platform Changelog
Powered By
GitBook
Broadcast State
Using this endpoint you can enable or disable a broadcast. A disabled broadcast is not sent, even if the associated trigger or conditions are met.
Request
The following request will enable or disable a specific broadcast:
1
curl
--location --request POST
'https://<NODE>.xenioo.com/broadcasts'
\
2
--header
'Authorization: Bearer <BOT_AUTH_TOKEN>'
\
3
--header
'Content-Type: application/json'
\
4
--data-raw
'{
5
"BroadcastId":"<BROACAST ID>",
6
"Enable":true/false
7
}'
Copied!
Response
If successful, the endpoint will reply with a standard 200 OK code.
Response Codes
This endpoint will reply with the following standard HTTP codes.
Code
Meaning
200
Ok. The request has been successfully fulfilled.
404
Not Found. The specified broadcast or chatbot have not been found.
Previous
Broadcasts List
Next - Service State
Scheduled Maintenance
Last modified
1yr ago
Copy link
Contents
Request
Response
Response Codes