/org/channels
DevelopingGET
/org/channelsLast modified: 2 months ago
Return a list of configured communication channels available for an organization to communicate alerts through.
This is currently limited to Slack, but with the output structured to allow more services to be added.
Request
None
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"created_timestamp": 1657638400,
"created_string": "Tue 12 Jul 2022 @ 15:06 (UTC)",
"duration": 0.011,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 1406,
"session_id": "103bfbd9f2cdd43fe809104eefc713f7",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": true,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": {
"channels": {
"slack": [
{
"id": "GN6PVF44Q",
"name": "anomify-demo",
"topic": null,
"purpose": "Alerts from demo data"
},
{
"id": "C0116B9T9GE",
"name": "anomify-prod",
"topic": null,
"purpose": null
},
{
"id": "C02TJGC6Y6A",
"name": "community",
"topic": null,
"purpose": "A public channel for Anomify discussion"
},
{
"id": "C04KUR9JF",
"name": "company-room",
"topic": null,
"purpose": "This channel is for team-wide communication and announcements. All team members are in this channel."
},
{
"id": "C04KUR9JT",
"name": "random",
"topic": null,
"purpose": "A place for non-work-related flimflam, faffing, hodge-podge or jibber-jabber you'd prefer to keep out of more focused work-related channels."
},
{
"id": "C77C4F8KF",
"name": "releases",
"topic": null,
"purpose": "Release notes & announcements"
}
]
}
}
}
Last modified: 2 months ago