[โœ… Solution] Developer Webhook -> Zapier (401 error)

I have not used Tapes App level webhooks yet.
Additionally, I have not used Zapier since their last major UI update.

I know I can use automation to send data as described here:

I am interested in taking a โ€œclientโ€ any pushing any new items and changes to another program. We did this with Podio many years ago without issue. After looking over the docs and another thread for Make I have decided to use the App Level webhooks.

I am receiving a 401 when posting back to Tape from zapier
https://api.tapeapp.com/v1/hook/{hook_id}/verify/validate

I have updated the hook_id with the data token received
I am setting up the json data as notated in the docs โ€œcodeโ€:โ€œ{zapier_code_token}โ€

  • I have tried with and without quotes/commas/Zapier tokens

Any help on this would be amazing!
Also, when/why would we want to use the automation webhooks VS app level over the other?



Hi @1F2Ns

Donโ€™t forget you need to add your Tape developer API key in the Basic Auth field in Zapier.

Jason

2 Likes

Thanks Jason!!
I completely overlooked that.

2 Likes