#vrk18
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vrk18, 6 days ago, 14 messages
You can add a query parameter to differentiate whether it's a direct or connect event, then use its corresponding secret key for signature verification
is there any documentation for the reference ?
We don't have a documentation for this
For example,
- Direct URL: https://www.example.com/webhook?type=direct
- Connect URL: https://www.example.com/webhook?type=connect
When sending to the endpoints, you will read the type in the URL and use its corresponding webhook secret for signature verification
Got it thanks