> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Meta Audiences

> Connect Meta Audiences to Deepline, configure ad account access, and sync reviewed contacts into consented custom audiences.

Use Meta Audiences when a workflow needs to create or update a custom audience from reviewed contacts.

## Connect Meta

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **Meta Audiences**.
4. Connect the Meta account with access to the target ad account.
5. Confirm the ad account, audience permissions, and source consent before syncing.

## Action IDs

Use these operation IDs in integration calls:

* `meta_audiences_create_audience`
* `meta_audiences_list_audiences`
* `meta_audiences_get_audience_status`
* `meta_audiences_delete_audience`
* `meta_audiences_sync_audience_members`

## Required inputs

* Meta ad account ID
* Audience name or audience ID
* Hashed or hashable emails
* Consent and suppression status from your source system

## Run from the API

```bash theme={null}
curl -X POST "https://code.deepline.com/api/v2/integrations/meta_audiences_sync_audience_members/execute" \
  -H "Authorization: Bearer $DEEPLINE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"payload":{"audience_name":"Target accounts","emails":["person@example.com"]}}'
```

For provider positioning, use the [Meta Audiences GTM Stack profile](https://deepline.com/gtm-stack/providers/meta-audiences).
