If they send a GET request, without a body, that should work. Normally, they shouldn’t send GET request with a body, only url parameters. Do you have example of what the API send?
I just know fields they send, I dont have the full url.
What is strange is that when I inialize (their side) the webhook call with my extra param (?agence=123), I got something in Bubble (I m creating a “log” entry)
But when there is a bounced that trigger the webhook, I have nothing in Bubble. If I do the same, but with removing my extra param, I got something from the bounce (a log entry)