New Member
Since ‎01-02-2020
‎06-22-2021

My Stats

  • 26 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

ravipatchamatla's Bio

Badges ravipatchamatla Earned

View all badges

Recent Activity

Hi All,I have a scenario, where I am exposing an Open API with say one resource (that creates one conditional flow). Once received request, the flow/proxy has to:- Get Salesforce token. - Create a job in SF - have to use above token as part of the re...
- Can I use populate cache in Hosted Target?- I am using res.send() in .js (under hosted) which works fine, it returns JSON object. I want to cache them as key value pair.
One of the use-case I am look at is:- Have the batch/scheduler in APIGEE, to run once in a day. -> Any limitation/issues on having schedules inside APIGEE proxy, say HT. -> The scheduled frequency/cron is flexible enough to update in Runtime?- Invoke...
I have a working JavaScript in my local NodeJS terminal with a https:// endpoint. I created "Hosted Proxy" and uploaded the similar dependency (that contained in package.json).Not sure why I am receiving 504 error in the proxy, during the test. Does ...
I have to send parallel call out using JS (JavaScript), I am trying to use "revereproxy" to do this, but cannot figure out below.- How to load npm modules that I use in JS.- What is the resource name I need to use for package.json, actual .js.- What ...