Hi Magaly,
I'm doing a lot of this type of stuff.
Are each of the fields you list above the 'value' in your JSON?
In other words,
Does your JSON request look like this?
{
"outbound referral company":"{{a.outbound_referral_company}}",
"customer full name":"{{a.customer_full_name}}"
}
It's possible you're either missing the quotes, or for those fields they need to be converted first.
You can add '|to_json' to any fields that might have reserved characters, like this: {{a.outbound_referral_company|to_json}} and that might fix your problem.
If that doesn't work, share the text of the request body.
------------------------------
Jeff Peterson
------------------------------