Assigning topics
Set thetopics property when creating an envelope:
Filtering webhooks by topic
Configure a webhook endpoint in the dashboard to receive events only for envelopes with specific topics. This lets you route different envelope types to different endpoints or trigger different workflows without building complex routing logic. For example, a company with separate finance and sales workflows can:- Tag finance envelopes with
financeand sales envelopes withsales. - Configure one webhook endpoint to receive only
financeevents and another forsalesevents. - Each endpoint receives only the notifications relevant to its workflow.
Filtering envelopes by topic
Use thetopic query parameter on the List Envelopes endpoint to retrieve envelopes for a specific topic: