Create New Audience

Create a new Go-to-Marketing (GTM) Studio audience. An audience is a collection of contacts or companies that can be organized, filtered, and managed for marketing and sales purposes. You can use audiences to build and maintain business-critical datasets or enrich customer lists from trade shows and conferences.

You can define the audience name, audience type (CONTACT or COMPANY), and the source of the audience. Currently, only CUSTOM audience sources are supported meaning the audience has no linked source dataset. Requests to create audiences can optionally include definitions for columns to be added to the audience. If no column definitions are provided, the audience will be created without any columns, and columns may be added in the future using the Create New Columns endpoint.

Folders can be used to organize and group similar audiences or audiences that will be used for similar purposes. Folders can be created using the Create New Folder endpoint, and the id can be provided in the folderId field to create the audience within that folder. You can use the List Folders endpoint to get a list of existing folders to place the audience into. If a folderId is not provided, the audience creation process will create a new folder with the same name as the audience.

When autoMatchCriteria is true, the system uses AI to automatically infer match criteria mappings for columns — for example, mapping an "Email" column to CONTACT_EMAIL.

Returns 201 Created with the audience resource. Returns 400 if required fields are missing or type is invalid.

Query Params
boolean
Defaults to false

When true, the system uses AI to automatically infer and apply match criteria mappings for columns (for example, mapping an "Email" column to CONTACT_EMAIL). Defaults to false. Set to true to enable auto-mapping; leave false to define match criteria manually.

Body Params

Request body containing the audience creation details

JSON API model for Audience.

data
object
required

Audience request resource.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json