Learn about event configuration and the available events.
- Version: 1.0.0
- Host: api.spredfast.com/v2
- Protocols:
https
- Accepts:
application/json
- Responds With:
application/json
Notifications is both a polling and webhook style API for receiving events when things happen inside of Conversations.
Some ideas on how to use notifications include:
- Create a case in a CRM system upon application of a certain label to an item in Conversations
- Team notifications via slack when an item is awaiting approval
- Notification to a paid team once an item is published
- Alerts on account de-authentications
Available events are:
Alphabetically:
- credential-auth
- credential-deauth
- credential-delete
- credential-reauth
- message-needs-approval
- message-published
- message-sent-to-network
- pass-conversation-control
- rule-applied
- stream-item-label-applied
By Payload:
- Events: Authentication
- credential-delete
- credential-auth
- credential-reauth
- credential-deauth
- Bots - Pass Conversation Control
- pass-conversation-control
- Events: Label Applied to Stream Item
- stream-item-label-applied
- Events: Message
- message-published
- message-sent-to-network
- message-needs-approval
- Event: Rule Applied
- rule-applied