v1

latestOpenAPI 3.0.02026-08-067074272.5 KB
Custom Fields

Create a new custom field.

Create a custom field with the provided name.

post/dashboards/{dashboard_id}/fields

Path parameters

dashboard_idinteger required
Example:121

Id of dashboard

Request body

namestring

Name of the custom field.

Example request

{
  "name": "email"
}

Response

The new custom field object.

idstring

This will be a Guid that you can use to set a contact's custom field.

namestring

Name of the custom field.

Example response

{
  "id": "750d2ef9-d818-4c27-be9f-09978e1b43ee",
  "name": "Email"
}