Hi
I am following implementation guideline at resthooks.org. As part of the guideline, it suggests to validate the new subscription by sending a verification token to the hook URL.
Does Zapier trigger have the ability to support this verification.
Hi
I am following implementation guideline at resthooks.org. As part of the guideline, it suggests to validate the new subscription by sending a verification token to the hook URL.
Does Zapier trigger have the ability to support this verification.
Best answer by Zane
Ah! Thanks for the clarification. So sending an subscription ack with a challenge to your server, rather than your integration validating the message.
We actually do not support that today, and there’s no way to customize that behavior yourself. Hook message processing is asynchronous - a gateway receives the message, sends a HTTP 20x response, and closes the connection before your integration ever gets a handle to that message.
This is actually something I’ve wanted to support for ages, but not something that’s immediately forthcoming - there’s a few challenges to getting it done in a way that works for all the various header names and variations we’ve seen of server implementations.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.