I discovered that all my scenarios in Make.com stopped right after the webhook, since the location of the password in the header array has changed (I have the password checked with Make’s built-in filter, and the filter now looks in the wrong location). Have you experienced the same issue?
Maybe it has to do with recent changes of webhooks (may apply to legacy plans only).
I mean the authorization. Maybe password is not the best word.
Before, the authorization was located in the 6th collection. Now it’s the 11th (at least for me). I need to hardcode the location of the authorization in the filter, which follows the webhook to only process authorized calls.