Skip to main content
POST
cURL
Creates a contact view. creatorEmail must belong to an active workspace member, who becomes the view owner. Only public views can be created through the API.

Authorizations

X-Claap-Key
string
header
required

Body

application/json
name
string
required

The view name.

creatorEmail
string<email>
required

Email address of the view creator. It must belong to an active workspace member, who becomes the view owner.

columns
object[]

The columns of the contacts table. When omitted, the default columns are used.

filters
object

The filters applied by the view. When omitted, the view matches all contacts.

icon
string

The view icon.

sort
object[]

The sort order of the contacts table. When omitted, the default sort order is used.

visibility
enum<string>
default:Public

The view visibility. Only Public views can be created through the API.

Available options:
Public

Response

200 - application/json

Contact view was successfully created

result
object
required

A saved view of the contacts table.