---
title: "Create an audience"
method: POST
path: "/audiences"
tags: ["Audiences"]
---

# Create an audience

`POST /audiences`

Create an audience. Audiences are used to organize leads, contacts, and accounts into groups for marketing.

## Request body

- object
  - `emAudiences` object[] — The name of the audience to be created.
    - `name` string

## Response `201`

Created

- object
  - `emAudiences` object[] — Properties of the created audience
    - `id` string
    - `type` string
    - `name` string
    - `isWebFX` boolean

---

[API](https://skmtc.dev/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.dev/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/revisions/14f59cf6a09a/schema)
