I have a business requirement in which I have to pass some information from the landing page to our CRM i’e Zaius in a particular HTTP Post JSON format.
Required Format:
Zaius-Tracker-Id:
{ “type”: “product”,
“data”: {“action”: “detail”, “customer_id”: “XYZ”, “product_id”: “2045”} }
Whereas Unbounce sends data in following JSON Format:
{“a”:”abs”,”b”:”cde”,”f”:”ghi”}
I could find out two approach for doing the same:
1: Using Zapier to customize: But I am not sure how to do this?
Kindly do let me know the approach.
2: create a custom JSON handler on our own server to add in the required data and do some restructuring before sending to your CRM(Zaius).
If someone has a solution or already implemented the custom JSON handler then please comment.