Parsing Responses for Zapier
With some platforms such as Zapier, our webhook will come back as a single object, requiring it to be parsed. If your response is not automatically parsed, you can add a Code Zap.
Last updated
Was this helpful?
With some platforms such as Zapier, our webhook will come back as a single object, requiring it to be parsed. If your response is not automatically parsed, you can add a Code Zap.
Last updated
Was this helpful?
Was this helpful?
let PARSED = JSON.parse(inputData.RAW);
output = [{PARSED}];