Lodol Docs

Luma

API actions for the Luma integration.

Luma

Add people to your Luma calendar so you can invite them to events and send them newsletters.


Import people to your calendar

Add people to your Luma calendar's audience by email so you can invite them to events and send them newsletters. You can optionally apply existing tags to keep them organized.

Parameters

ParameterTypeRequiredDescription
emailsstringYesThe email addresses of the people to add, separated by commas. For example: alex@example.com, sam@example.com
tag_namesstringNoOptional. The names of tags to apply to these people, separated by commas — for example: Newsletter, VIP. Each tag must already exist in your Luma calendar; new tags are not created automatically.

Response

{
  "count": 1,
  "emails": [
    "alex@example.com"
  ],
  "tag_names": null
}

On this page