This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a pipeline that needs to run on the first Tuesday of every month. Looking at the details indicates that the scheduled task should execute as expected, see below…
However, the task never executed. Any insight as to why this task did not execut...
Hi,
Please forgive my ignorance in this subject matter, but I have created a few basic APIs in the APIM from existing pipelines. When I try to call them using a groundplex secure URL in a REST GET snap, the only way I can get a successful call is to ...
Hi,
This is a very novice question, but I am having trouble with a post request snap. This is just to authenticate with the RingCentral platform to receive a token for API consumption. I am able to successfully retrieve an access token when calling t...
Hi All,
I am still new to SnapLogic and the YAML specification, so I apologize if this question is a little ignorant, or if I have not provided enough detail initially below. I have noticed that after I publish an API with a YAML specification. The o...
Good Morning,
I am attempting to to publish a simple test API that is built from a triggered task. When I go to publish version 1.0 in API Manager I get the following message, “Invalid Content. Upload a valid Swagger specification.”. There is a built...
Okay I enabled that yesterday afternoon. So far on the Ring Central side, the 401 errors have diminished. In fact today(03/18) there is a 100% success rate running that pipeline every 59 minutes.
This may be an obvious question and I think I know the...
Because I chose password for the grant_type, I did not check the auto refresh token option. Could that be the reason I see 401 errors on the RingCentral side? It looks like the it retries 3 times on the SnapLogic side. So could it be the 401 is being...
Sorry for the delay in response. Would the OpenAPI snap help us avoid some of the 401 errors I am still seeing on the RingCentral app analytic side? In order for an app to be promoted into production it has to have a <5% 4XX return code on all used e...
As I was typing the ticket out, I realized that I was making an endpoint call using a POST snap that should have been a GET snap. With the type of account we used (an Ouath2.o account) I no longer needed the post snap at all. I did not realize that u...