Create a contact
loops_create_contactCreates a contact in Loops (additive). Loops API: POST /v1/contacts/create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Contact email address (required). | ||
| source | No | Source label for where the contact came from. | |
| userId | No | Your app's user id for this contact. | |
| lastName | No | Last name. | |
| firstName | No | First name. | |
| userGroup | No | User group segment name. | |
| properties | No | Arbitrary custom contact properties (string/number/boolean); merged into the request body. | |
| subscribed | No | Whether the contact is subscribed to email. | |
| mailingLists | No | Map of mailing-list id -> subscribed boolean. |