Luma
API actions for the Luma integration.
Luma
Import people into your Luma calendar audience.
Import people into a Luma calendar
Import people into your Luma calendar audience by email so you can invite them to events and send newsletters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
emails | string | Yes | Comma-separated list of email addresses to import. |
member_tag_api_ids | string | No | Optional comma-separated list of tag API IDs to assign to the imported people. |
Response
{
"count": 1,
"emails": [
"user@example.com"
],
"member_tag_api_ids": null
}