wafeq_custom_fields_create
Create a custom field for sales, purchases, or contacts, choosing from text, number, date, select, lookup, or calculated types to capture the data your workflows require.
Instructions
๐ก WRITE ยท creates data ยท Custom Fields ยท POST /custom-fields/
Create custom field
Endpoint for creating a new custom field.
Not idempotent โ calling twice creates two records. Pass idempotency_key (or let the server generate one) to make a retry safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (application/json). | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |