Skip to main content

I want to integrate my application with a payment app. I have subscription id in my database. Can I create an endpoint or api in zapier which can fetch data from payment app against that stored id in my database and sends me the response?
With webhook I am able to do this but it ask for sending responmse on another endpoint. I want the response in the same call.

Just like I call a zapier endpoint and it return the data (from my defind flow)

Hi @AsadShahid7 

Good question.

App APIs can be used with the Webhooks app: https://zapier.com/apps/webhook/help


Hi @AsadShahid7 

Good question.

App APIs can be used with the Webhooks app: https://zapier.com/apps/webhook/help

I want my application to call zapier endpoint and get data in return. Zapier will be fetching information from another third party. Can I do this with webhook? Whenever I call a webhook it gives me 200 sucess response and the flow ask me on which endpoint I should send data, Can i send the data instead of 200 response


@AsadShahid7 

All depends on the app API documentation you are using in the Webhook Zap step.