| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | Defines the action to perform: - `add`: Adds the customer profile to the audience. Note: If the customer profile does not exist, it will be created. The profile will not be visible in any Application until a session or profile update is received for that profile. - `delete`: Removes the customer profile from the audience. | |
| profileIntegrationId | String | The ID of this customer profile in the third-party integration. | |
| integrationId | String | The ID of this audience in the third-party integration. |
| Name | Value |
|---|---|
| ADD | "add" |
| DELETE | "delete" |