
Announcements
A common pattern when subscribing to a webhook is for a trail message to be sent when a new endpoint is subscribed. The new endpoint must behave in a certain way to finalise the subscription.
For example -
I am building a trigger that will be invoked by AWS SNS and hence need to complete the Subscription verification process.
Is there a way to programmatically handle custom connector trigger invocations prior to events being passed onto the Flow?