reach_createNewContactsV1
Create a new contact in your email marketing system with name and email. If double opt-in is active, sends a confirmation email and sets pending status.
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 | |
| note | No | note parameter |