Skip to main content

Description

Creates a new custom field on a business. Use it to capture extra data on a profile — a text, number, or date field, or a dropdown with a fixed set of options. Returns the new field id.
This is a write tool — it adds a new field definition. Confirm the field name, type, and options with the user before calling.

Parameters

Example Usage

Example Response

Response Fields

Notes

  • dropDownOptions is required for DROPDOWN_SINGLE and DROPDOWN_MULTI types; the call fails without it.
  • Resolve businessNumber via get_child_locations if the user names a location instead of giving a number.