6. Roll out to everyone
curl -s -X PUT https://waba-v2.360dialog.io/agent_config/settings \
-H "D360-API-KEY: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"rollout": { "enabled": true },
"ai_audience": "EVERYONE"
}'After you roll out
# Pause the agent
curl -s -X PUT https://waba-v2.360dialog.io/agent_config/settings \
-H "D360-API-KEY: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{ "rollout": { "enabled": false } }'Managing thread control
Last updated
Was this helpful?