4h ago
Match webhook notifications to your own records with a Reference ID
When a client grants access, the webhook tells you who granted it, but matching that back to a deal or customer in your own system is unreliable. The email a client signs in with on Facebook or Google is often not the email you have on file.
Two additions are on the way. First, an optional Reference ID you save on an access request, for example your CRM deal or customer ID. It is added to the request link and sent back in the webhook. Second, any parameters you add to a request link yourself, such as a customer ID or UTM tags, are captured when the client arrives and sent back in the same webhook. That also works for reusable links, since the parameters are captured per client.
Settings will show an example payload so you can see exactly what your integration will receive.
Available on plans that include the Webhook channel.
In Progress