I'm trying to create a webhook to a third party API. In my scenario, I need to create a response to the HTTP module (where the webhook is successfully being created in the other API). The response has to be code 200 and a return piece of authorization code, which is data parsed out of the http module.
The Webhook defaults to the 200 response, which is great, and I add the code response
I'm getting an error, "Gateway trigger is required in order for this module to work."
What's that mean?
I can't get past this verification step. Help!
Topics help categorize Community content and increase your ability to discover relevant content.
Hi Howard,
Anytime you are using a "webhook response", your first step should be a "custom webhook". Thats the thing that is "listening" for an incoming call -- then it will return the response to that calling service.
In contrast, the HTTP module you have there is calling outbound to some other service.
Views
Replies
Total Likes
That makes sense. I have some more questions, but these points are important to know:
Questions
Thanks Darin.
.how
Views
Replies
Total Likes
Hi Howard,
Unfortunately I am missing enough context to be able to help much more. Based upon everything I can ascertain -- your last screenshot seems accurate. This would be a scenario triggered by something else...then it would make two calls (to some other system entirely)...then respond with some information back to the originating system.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies