Can I save the raw webhook json to a salesforce field?

I have an incoming webhook that I then use to create a record in Salesforce CRM. I have successfully mapped the various json attributes from the webhook to specific fields in salesforce.

However, I also want to save the entire json webhook payload to a long text field in salesforce (very useful for debugging on the salesforce side). But I can’t seem to find a variable that contains the raw json webhook data.

Is this possible? Thanks

Hi Ben, You can check makemarket Toolbox, which has a webhook module which returns both the json and parse paramenters.

its called webhook backup

Hey @Ben , you can enable a setting in the webhook which allows you to get the raw JSON. This setting can be changed in the “Webhooks” section within your menu. It’s called “JSON pass-through”.

You then need to use a JSON → Parse module to parse this JSON if you still like to map it out.

Screenshot 2022-11-28 at 11.38.30


1 Like