Instead of returning default response as {'status' : 'ok'}, is there any option to return any custom response?
Thanks!
Best Answer
B
Bryan Yap
said
almost 7 years ago
Hi, you won't be able to configure the return response when using our HTTP Webhook Connector. If you would like to be able to configure the exact response, you will need to make use of a Callable Recipe connector and its associated triggers and actions.
Answer
Bryan Yap
said
almost 7 years ago
Hi, you won't be able to configure the return response when using our HTTP Webhook Connector. If you would like to be able to configure the exact response, you will need to make use of a Callable Recipe connector and its associated triggers and actions.
B
Brian.yaple
said
over 2 years ago
Can we update this article for Recipe Functions? (2022) Observe the following screenshot - still only returns {"status":"ok"}. I'm guessing these are nonblocking requests - so they don't wait for the process (recipe) to complete?
K
Karun Kamal
said
about 2 years ago
If you have API Platform feature enabled on your workato account. You can API Endpoint -> trigger recipes -> return custom responses.
For example: Salesforce Outbound Messages wants a response back in XML format. So I m going to build that using API platform Put/Post payload instead of direct webhook based recipe.
R7-Dev (old)
Configure Webhook return response
How do configure Webhook return response?
Instead of returning default response as {'status' : 'ok'}, is there any option to return any custom response?
Thanks!
Hi, you won't be able to configure the return response when using our HTTP Webhook Connector. If you would like to be able to configure the exact response, you will need to make use of a Callable Recipe connector and its associated triggers and actions.
Bryan Yap
Hi, you won't be able to configure the return response when using our HTTP Webhook Connector. If you would like to be able to configure the exact response, you will need to make use of a Callable Recipe connector and its associated triggers and actions.
Brian.yaple
Can we update this article for Recipe Functions? (2022)
Observe the following screenshot - still only returns {"status":"ok"}. I'm guessing these are nonblocking requests - so they don't wait for the process (recipe) to complete?
Karun Kamal
For example:
Salesforce Outbound Messages wants a response back in XML format. So I m going to build that using API platform Put/Post payload instead of direct webhook based recipe.
Let me know if this helped.