Question

Using zapier as an API

  • 13 October 2022
  • 3 replies
  • 32 views

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)


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 +14

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

Userlevel 7
Badge +14

@AsadShahid7 

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