reach_createANewContactV1
Add a new contact with email, name, surname, and note. Supports double opt-in with pending status and 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 |
|---|---|---|---|
| Yes | email parameter | ||
| name | No | name parameter | |
| surname | No | surname parameter | |
| note | No | note parameter |