It's not always perfect the auto JSON parser, but if you're sure of the schema you could also use then you may want to map the body of the API call's response (without defined schema) to the JSON parser by Workato and put your own example there.
Is it an idea to:Map the entire api response to a variable (in formula mode)Use gsub to find en replace @ symbols with nothingUse JSON parser by Workato that has the variable as document and as sample document an example without @'sFrom there you sho...
In my example chronology does not matter, throughput does a lot more.So my webhook recipe puts all paid orders in topic1, refunds in topic2, quote request in another, ....Therefor each topic can be consumed at maximum speed by a dedicated recipe and ...
We do this already for some integrations as follows:During our Salesforce release we don't want notifications that come from an external system to be processed until we say all is ok.So what we've built is a webhook endpoint to receive ALL notificati...
We've had our SF team create a custom rest endpoint in Salesforce specifically for this.All I have to do is a custom action on the SF connector in Workato and provide the Lead ID and then the built in logic will either:- convert the lead into opportu...