Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It is part of the Payload of the webhook call - the syntax is below. {"salesOrg": "{{lead.Sales Org:default=edit me}}","contactId": "{{member.PMCFstring6}}","accountId": "{{lead.Account Nbr (SFDC):default=edit me}}","campaignName": "{{member.PMCFstring5}}","firstName": "{{lead.First Name:default=edi...
Here is the response I got from the target system admin...I checked the logs of PROD and looks like there is an issue with the "message" tag . Its having multiple line breaks and not adhering to JSON string format hence you are getting Bad Request. Below is the message tag which is coming with mult...
Is it possible to remove line breaks from within a Text field using a Flow step?We are using a Text field in a webhook call, and getting a BadRequest error when the field has line breaks and does not adhere to JSON string format.