Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 731 Bytes

CustomerProfileAudienceRequestItem.md

File metadata and controls

23 lines (12 loc) · 731 Bytes

CustomerProfileAudienceRequestItem

Properties

Name Type Description Notes
action ActionEnum Defines the action to perform: - `add`: Adds the customer profile to the audience. - `delete`: Removes the customer profile from the audience.
profileIntegrationId String The ID of this customer profile in the third-party integration.
audienceId Integer The ID of the audience. You get it via the `id` property when creating an audience.

Enum: ActionEnum

Name Value
ADD "add"
DELETE "delete"