Create new contacts
reach_createNewContactsV1Create a contact in your email marketing list with email and optional details like name, phone, or tags. If double opt-in is enabled, the contact stays pending until confirmation.
Instructions
Create a new contact in the email marketing system.
This endpoint allows you to create a new contact with basic information like name, email, and surname.
If double opt-in is enabled, the contact will be created with a pending status and a confirmation email will be sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | name parameter | |
| note | No | note parameter | |
| Yes | email parameter | ||
| phone | No | Phone number in E.164 format (leading "+" then 7-15 digits) | |
| surname | No | surname parameter | |
| tag_uuids | No | Existing tags to attach to the created contact | |
| profileUuid | Yes | Profile uuid parameter |