reach_createANewContactV1
Add a new contact to your email marketing list with basic details. Handles double opt-in by setting pending status and sending confirmation email.
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 |