Luma · Example Payload

V1_Calendars_Contacts_Import_Post_Request

string

V1_Calendars_Contacts_Import_Post_Request is an example object payload from Luma, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contactstags

Example Payload

Raw ↑
{
  "contacts": [
    {
      "email": "string",
      "name": "string"
    }
  ],
  "tags": [
    "string"
  ]
}