Find which Workflow a Webhook address came from
C
Clifford Paulick
In my third-party tool, I have
https://services.leadconnectorhq.com/hooks/abc/webhook-trigger/xyz123
, but I have no idea which Workflow it's from, not even which Subaccount it's from.Ideas:
1) a list of all webhooks at the Agency level with these columns: Subaccount, Workflow, Webhook, Webhook Type (inbound/outbound)
2) a list like above but at the Subaccount level
3) if you don't want to give me a list where my browser can "find", then at least give me a search functionality at the Agency level...
4) ... and at the Subaccount level
Log In
S
Seth Wixtrom
This could also be accomplished on the receiving end by end some piece of identifying info to the webhook headers. This would be helpful for GHL to GHL webhooks, which I use a lot.