Best answer

Response to the Source from Zap with Webhook Trigger

  • 24 July 2020
  • 3 replies
  • 954 views

Hi guys, when i have a zap of more than 1 step, and the trigger is Webhooks by Zapier with Catch Hook. When i send the response to the webhook, it provides back to the source this kind of payload response

 

{"id": "548299ef-bb3a-4769-885a-fb001407c049", "request_id": "5f197542-b118-4fe9-9b45-f1e10b4ac710", "attempt": "5f197542-b118-4fe9-9b45-f1e10b4ac710", "status": "success"}

 

Is there a way that the connection of the Zap is kept alive and rather than providing the response up, it provides the response of the last step of the Zap?

 

Thank you,

Ahmed

icon

Best answer by ikbelkirasan 24 July 2020, 13:55

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +12

Hi @ahmedmohamed,

Unfortunately, that’s not possible. Catch Hook would respond immediately after receiving the request so you won’t be able to do what you’re asking for.

Thanks Ikbel, so keep connection alive, is not really an option in Zapier? is there a workaround?

Userlevel 7
Badge +12

@ahmedmohamed - Zapier doesn’t work in Request-Response fashion. So, you’d need to store the results somewhere where it’s possible retrieve them later with a second request.