How Triggers with API Request works?
Status: Closed · Asked by Haziq Izzat on · 0 views
Hello,
Can someone explain to me how Apps Triggers works? I'm confuse
Hey @Haziq Izzat
You can refer to the following video tutorial for your basic understanding of Webhooks and how it works.
Thanks for reply @Supreme
This video only show Webhooks setup by Instruction, it doesn't show for Webhooks by API Request
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.
So there's no trigger within time period?
So there's no trigger within time period
Are you talking about polling type of triggers Like checking every 10 min for new data If YES, that can be done by pabbly team only.