Create a user subscription
User Subscriptions
Create a user subscription
Creates a new notification subscription for the specified user. The request body specifies the event type to subscribe to and the delivery channel (email, Slack, or webhook). Returns the created subscription.
POST
Create a user subscription
Authorizations
Path Parameters
The unique identifier of this user at Extole.
Body
application/json
Available options:
ALL, NONE, NOTEWORTHY, SOME channels
(EMAIL · object | EXTOLE_CLIENT_SLACK · object | SLACK · object | THIRD_PARTY_EMAIL · object | WEBHOOK · object)[]
- EMAIL
- EXTOLE_CLIENT_SLACK
- SLACK
- THIRD_PARTY_EMAIL
- WEBHOOK
Choose between static or dynamic filter expression
Response
Successful response
channels
(EMAIL · object | EXTOLE_CLIENT_SLACK · object | SLACK · object | THIRD_PARTY_EMAIL · object | WEBHOOK · object)[]
required
- EMAIL
- EXTOLE_CLIENT_SLACK
- SLACK
- THIRD_PARTY_EMAIL
- WEBHOOK
The filter expression as configured: a literal value, or an expression (type:string) when defined dynamically.
Available options:
ALL, NONE, NOTEWORTHY, SOME 