Sep 20, 20246:42 AM - edited Sep 20, 20246:43 AM
Member
Parse JSON response to get one field value
SOLVE
The steps to achieve this, a basic sketch, goes like this:
Send Data to the Webhook: When creating the company in HubSpot, make sure to send all necessary data to the webhook endpoint. Receive JSON Response: Capture the JSON response returned by the webhook endpoint. Extract Customer ID: Parse the JSON response to extract the Customer ID. Update HubSpot Property: Use the HubSpot API to update the custom contact property with the extracted Customer ID.
I am planning to use this for own instance, basically I want to know How to parse the JSON response from Webhook in workflow and pass the parsed value to Set property event.