#falejand-webhook-connect
1 messages · Page 1 of 1 (latest)
No, you need 2 separate webhooks. Honestly the majority of the time it's a mistake to use the exact same code to handle both
I see, ok good to know, thx for the information, we would have to design for 2 webhooks then
One option (I'm using during testing) is to set the two webhooks to separate routes on an endpoint; add qualifying data/fields to the event to distinguish connect from platform webhooks, and proceed with shared code from there
yeah that is a good approach