Create Customer
gorgias_create_customerCreate a new customer in Gorgias by providing optional details such as contact channels, language, timezone, and custom fields.
Instructions
POST /api/customers — Create a new customer. All fields are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Metadata associated with the customer. Arbitrary key-value pairs for storing additional information. | |
| name | No | Full name of the customer. | |
| note | No | A note associated with the customer for internal use. | |
| No | Primary email address of the customer (max 320 characters). | ||
| channels | No | The customer's contact channels (email addresses, phone numbers, etc.). | |
| language | No | The customer's preferred language. Format: ISO 639-1 language code (e.g., 'en', 'fr', 'de'). | |
| lastname | No | Last name of the customer. | |
| timezone | No | The customer's preferred timezone. Format: IANA timezone name (e.g., 'UTC', 'America/New_York'). | |
| firstname | No | First name of the customer. | |
| external_id | No | ID of the customer in a foreign system (e.g., Stripe, Aircall, Shopify). Not used internally by Gorgias. | |
| custom_fields | No | Custom field values assigned to this customer. |