Create a channel route

View as Markdown

Adds a route to the channel, binding deliveries to a playbook target with optional payload mapping and a RUN-IF gate. Authorization: organization administrators only. Returns 404 if the channel is missing.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

channelIdstringRequired

Request

This endpoint expects an object.
namestringRequired1-120 characters
targetobjectRequired
payloadMappingmap from strings to strings or nullOptional
runIfany or nullOptional

Response

The created route.
routeobject