Skip to main content

I have a report APi which gives the report and getReport API which brings the report data i need to send the data to google sheet, so I have 2 endpoints how to use them 

Hi @saihemanth welcome to the community!

When you say you have a report API, is that a specific app that you’re using or something that you’ve built?

If it’s an existing app, is there a link to the API documentation? That might help folks to offer some suggestions.


Hi @saihemanth 

 

Following what @Danvers said, if you are using Webhooks for example, you will then have 2 webhook actions , one to retrieve a completed report and the other to use the Report ID to get the Report details. 

 

Again, more context will help