Hi, I'm trying to publish my app in workato. I have completed coding for actions and tested, it is working fine. For trigger didn't understand. My requirement is whenever a new contact is created the listener apps should get that.
1. For that which trigger is best like poll or dynamic webhook trigger ?
2. How could I know for which url I should trigger ? and how the listeners would subscribe with URL for which I should send the data ?
Please let me know the solution for the steps
Thanks in advance
Best Answer
B
Bryan Yap
said
about 7 years ago
Hi,
For your first question, the trigger to use would ultimately depend on what endpoints your app's API provides. In general, dynamic triggers will result in a faster response time than polling triggers. In Workato, the polling triggers are set by default to make a request to your API endpoint every 10 minutes. As such, it will only pick up new events every 10 minute cycle. dynamic triggers on the other hand will respond immediately whenever a new event is triggered on your App.
For the second question, I'll need more details. I'm assuming that you are creating your own Webapp and trying to connect it to Workato using our connector SDK. Am I right?
Answer
Bryan Yap
said
about 7 years ago
Hi,
For your first question, the trigger to use would ultimately depend on what endpoints your app's API provides. In general, dynamic triggers will result in a faster response time than polling triggers. In Workato, the polling triggers are set by default to make a request to your API endpoint every 10 minutes. As such, it will only pick up new events every 10 minute cycle. dynamic triggers on the other hand will respond immediately whenever a new event is triggered on your App.
For the second question, I'll need more details. I'm assuming that you are creating your own Webapp and trying to connect it to Workato using our connector SDK. Am I right?
[email protected]
SDK: Regarding webhook url for trigger
Hi, I'm trying to publish my app in workato. I have completed coding for actions and tested, it is working fine. For trigger didn't understand. My requirement is whenever a new contact is created the listener apps should get that.
1. For that which trigger is best like poll or dynamic webhook trigger ?
2. How could I know for which url I should trigger ? and how the listeners would subscribe with URL for which I should send the data ?
Please let me know the solution for the steps
Thanks in advance
Hi,
For your first question, the trigger to use would ultimately depend on what endpoints your app's API provides. In general, dynamic triggers will result in a faster response time than polling triggers. In Workato, the polling triggers are set by default to make a request to your API endpoint every 10 minutes. As such, it will only pick up new events every 10 minute cycle. dynamic triggers on the other hand will respond immediately whenever a new event is triggered on your App.
For the second question, I'll need more details. I'm assuming that you are creating your own Webapp and trying to connect it to Workato using our connector SDK. Am I right?
Bryan Yap
Hi,
For your first question, the trigger to use would ultimately depend on what endpoints your app's API provides. In general, dynamic triggers will result in a faster response time than polling triggers. In Workato, the polling triggers are set by default to make a request to your API endpoint every 10 minutes. As such, it will only pick up new events every 10 minute cycle. dynamic triggers on the other hand will respond immediately whenever a new event is triggered on your App.
For the second question, I'll need more details. I'm assuming that you are creating your own Webapp and trying to connect it to Workato using our connector SDK. Am I right?
1 person likes this