HighLevel
Last updated
Was this helpful?
Last updated
Was this helpful?
HighLevel custom fields allow you to map non-standard data from your source app to HighLevel. Follow the instructions in the linked article to learn how to setup custom fields in your HighLevel instance: https://help.gohighlevel.com/support/solutions/articles/48001161579-how-to-use-custom-fields
Within the action to update or create a contact in HighLevel, you can construct an array of key-value pair objects to map integrated data to your custom fields.
You will need to use the unique key for the custom field (leave out the curly braces) for the field key in your Middle workflow
To create this array, follow the below steps:
Create a new action node in your workflow and then select the action to create or update a contact in HighLevel
Click to create a new parameter under Custom Fields
Click to construct an array
Add a new parameter within this array
Click to construct an object
This will give you an object where you can add a text box to the custom field key and then map your data in the value
This input parameter can accept all data types. If you receive a data type error in the workflow editor, you can feel free to ignore it.