Skip to main content

Add a subscriber to segmentation lists

POST 

/segmentation/add-subscriber/:email

Add a subscriber to segmentation lists by email

Request

Path Parameters

    email stringrequired

    Subscriber email address

Header Parameters

    x-api-key stringrequired

    Your API key

    x-developer-mode boolean

    Enable developer mode. Learn more here.

Body

    segmentationLists string[]

    List of segmentation lists IDs. You can get the ID by calling our support team.

Responses

Subscriber added to segmentation list

Schema
    requestId string
    data object[]
  • Array [
  • id string
    email string
    subscriberId string
    segmentationListId string
    createdAt date-time
    updatedAt date-time
  • ]
Loading...