How Triggers with API Request works?

P

Pabblymember11

Guest
Hey @Haziq Izzat

You can refer to the following video tutorial for your basic understanding of Webhooks and how it works.


 

Fagun Shah

Well-known member
If you mean how to use Polling trigger, then it is not available. What you can do is,

1 - Ask their team to add that integration for you. Polling based triggers are added by their team only.
2 - Use scheduler as trigger(let's say every 5 min) and then use API module to make API calls and get data.
 
Top