#falejand-webhook-connect

1 messages · Page 1 of 1 (latest)

stable girder
#

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

dire swallow
#

I see, ok good to know, thx for the information, we would have to design for 2 webhooks then

raven escarp
#

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

stable girder
#

yeah that is a good approach

raven escarp