Skip to main content
Best answer

Connecting with Kaizala's webhooks

  • February 26, 2020
  • 2 replies
  • 386 views

Hello friends,

I've been trying to setup Kaizala's webhook with Zapier. The problem that I've got is that in order to subscribe an URL, the webhook sends (POST) and expects to receive (GET) a token, and I have not been able to do that double function on my Zap. I've been trying that by using Catch Raw Hook and Catch Hook functions.

The response I get on Kaizala's side is this:

{  "message": "Callback URL couldn't be validated. Validation Token in response does not match. Expected = 3482368, received = {\"request_id\": \"5e56d785-bd0c-443f-b2d3-74665f5e9aXX\", \"id\": \"0de1df38-73bc-4925-9c3c-9d18b5cb8fXX\", \"status\": \"success\", \"attempt\": \"5e56d785-bd0c-443f-b2d3-74665f5e9aXX\"}",  "errorCode": "InvalidParameters",   "errorCategoryKey": "InvalidParametersException"}

Any suggestions??

Thanks


Best answer by ikbelkirasan

Hi @AndrewJDavison_Luhhu and @Linderman

Unfortunately, even in a hook trigger in a custom Zapier app, it's not possible to handle the GET request that Kaizala sends for the verification, because Zapier responds immediately to any requests to the webhook URL that was generated the same way as the built-in webhooks.


View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

AndrewJDavison_Luhhu
Forum|alt.badge.img+10

Hi @Linderman

The reference to a "Callback URL" makes me thing you're trying to use the OAuth authentication method? If so, that's not supported with webhook calls.

You can try creating a custom integration in the Zapier platform: https://zapier.com/platform

I'm also tagging @ikbelkirasan as he knows more on this.



ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • Answer
  • February 27, 2020

Hi @AndrewJDavison_Luhhu and @Linderman

Unfortunately, even in a hook trigger in a custom Zapier app, it's not possible to handle the GET request that Kaizala sends for the verification, because Zapier responds immediately to any requests to the webhook URL that was generated the same way as the built-in webhooks.