LogoLogo
HOMEAPPSBLOGDEVELOPERSGET A DEMO
  • Overview
    • Data
    • Middle's infrastructure
    • ENTERPRISE installations
    • Security
  • Workflows
    • Enable/disable an account
    • Connect or edit an app connection
    • Sync
      • Stored records
      • Sync history
    • Create or copy a workflow
    • Edit an existing workflow
    • Workflow steps
    • Workflow parameters
    • Triggers
  • User access
  • Performance
  • Data deletion
  • App development
    • Authentication
    • Credential storage
    • Sync records
    • Actions
    • Code packages
    • Upload scripts
    • Testing your apps
    • Versions
    • Monitor
  • Guides
    • API limits
    • App Reference
      • HighLevel
      • Hubspot
    • Building an API for Middle
    • Getting app credentials
      • ABC Ignite
      • Amazon S3
      • Clover
      • Emma
      • Erply
      • Facebook
      • fitDEGREE
      • Glofox
      • Gmail
      • Google Sheets
      • HighLevel
      • Hubspot
      • Keap Max
      • Klaviyo
      • Lightspeed R-Series
      • Lightspeed X-Series
      • Mailchimp
      • Mindbody
      • OpenAI
      • Paramount Acceptance
      • Pike13
      • Salesforce
      • Shopify
      • Slack
      • Square
      • Vend
      • Xn
    • Development best practices
  • FAQs
    • What data is available?
Powered by GitBook
On this page
  • Contact Custom Fields
  • Custom Field Mapping in Middle

Was this helpful?

  1. Guides
  2. App Reference

HighLevel

PreviousApp ReferenceNextHubspot

Last updated 1 day ago

Was this helpful?

Contact Custom Fields

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

Custom Field Mapping in Middle

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:

  1. Create a new action node in your workflow and then select the action to create or update a contact in HighLevel

  2. Click to create a new parameter under Custom Fields

  3. Click to construct an array

  4. Add a new parameter within this array

  5. Click to construct an object

  6. 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.

Example of a key-value pair object array mapping data to HighLevel custom fields