Thanks for the quick reply, Scott. Here is the same script run from a different integration/flow - not a webhook. I am using it for the webhook for real-time record updates, but built the first fl...
Scott, thanks for the sample! Now for a strange problem that I have gotten. My script all of a sudden is erroring out on a javascript "toString()" function, Here is the codelet busdate = options...
I'm using postman to test my webhook listener and somewhere along the line I am not putting the "token" in the correct spot. I continually get "unauthorized" errors and no debug information at all...
Kathyana,Can you post a similar article (using postman) on the development of a token based listener verification including a complete URL that shows the location of the "token" in the body prior t...
Srilekha-Tirumala, thank you for the "guide" and it works correctly now! I am guessing that because you added the "POST" in with a fake value that each time the API is called, it will retrieve a n...
Here's a link to the API documentation:API - Application Program Interface - FastSensor Knowledge BaseHere's the result from Postman:
I am new to working with Celigo and seem to have run up against a brick wall trying to get an Oauth2 token to use in making REST API calls. I can make them all work correctly in Postman yet I keep...