Create a CDP destination subscription
Create a destination subscription that fans matching CDP events out to a webhook or a Nango-routed SaaS destination. Pick the destination kind, the HTTPS target_url (or nango://<destination> for Nango-routed connectors) and the event_types to forward; optionally attach a filter_predicate, a Bernoulli sampling_rate, a redaction/mapping policy or a consent_channel gate. The response returns a one-time plaintext secret used to sign deliveries — copy it into your destination-side verifier now, because only its last four characters are retrievable afterwards. Owner / admin / developer only, and the creation is audit-logged.
Authorizations
Dashboard JWT token from Clerk
Body
120HTTPS endpoint, or nango://<destination> for Nango-routed destinations.
1 - 64 elementsDestination kind (e.g. webhook, salesforce, braze, hubspot); defaults to webhook.
Optional AND-of-comparisons predicate; events that do not match are dropped before dispatch.
Optional Bernoulli sampling rate in [0, 1]; null delivers every event.
0 <= x <= 1Optional per-subscription consent channel to gate delivery on the contact's consent.
Response
The created subscription plus a one-time plaintext signing secret.