Question

2 API end points

  • 13 September 2022
  • 2 replies
  • 28 views

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 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +12

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.

Userlevel 7
Badge +8

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