cancel
Showing results for 
Search instead for 
Did you mean: 

Rest GET Poller

mbostrom_dtiq
New Contributor II

Hi all,
We are integrating SnapLogic with Zendesk. The Zendesk API creates a JSON job which tells the status of the job for various requests made to the API. However using the REST GET snap to get the JSON job runs too quickly and the job status is still “In Progress”. However I need to error handle an error after the job is completed and also alert on a success. How do we have SnapLogic wait and continue to try that job JSON URL until it gets a success or error? I see a Retry parameter on the snap but i think that is just for handling exceptions and the result is coming back ok. The Salesforce Poller snap handles this similarly but that is not available.

6 REPLIES 6

tlikarish
Employee
Employee

The snap is only doing one request during the suggest, so that’s why it’s not waiting. This doesn’t seem like the correct behavior, so I’ll open a bug and check it out.

thank you let me know how this goes