add_users_to_audience
Add users to a Meta custom audience by providing an audience ID and a JSON payload of SHA-256 hashed user data with a schema array (e.g., EMAIL, PHONE).
Instructions
Add users to a custom audience. Payload must be a JSON string containing hashed user data with a schema array defining the data types (e.g. EMAIL, PHONE, FN, LN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | JSON string: {schema: ['EMAIL','PHONE',...], data: [['hash1','hash2',...], ...]}. All PII must be SHA-256 hashed. | |
| audience_id | Yes | Audience ID |