Convoy · Arazzo Workflow
Convoy Attach Filter to Subscription
Version 1.0.0
Create a subscription, attach a body-matching filter, and confirm the filter list.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
attach-filter-to-subscription
Create a subscription, add an event-type filter, and list its filters.
Creates a subscription bound to an endpoint, attaches a filter matching a specific event type with optional body criteria, and lists the subscription's filters to confirm the new filter.
1
createSubscription
CreateSubscription
Create a subscription bound to the supplied endpoint.
2
createFilter
CreateFilter
Attach a filter matching the supplied event type with optional body criteria to the subscription.
3
listFilters
GetFilters
List the filters on the subscription to confirm the new filter was stored.