reach_createNewContactsV1
Create a new email marketing contact with required email and optional name, surname, phone, note. Double opt-in sends 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 |
|---|---|---|---|
| profileUuid | Yes | Profile uuid parameter | |
| Yes | email parameter | ||
| name | No | name parameter | |
| surname | No | surname parameter | |
| phone | No | Phone number in E.164 format (leading "+" then 7-15 digits) | |
| note | No | note parameter |