website logo
Documentation
Guides
Navigate through spaces
Documentation
Guides
⌘K
Overview
Important Concepts
Family Systems
Fields
Products
Calls
Paginated Requests
Basic Authentication
Users
create
create_child
login
get_user_list
get_info
add_product
update
add_email
set_status
Status
create
Webhooks
JavaScript Customization
Docs powered by archbee 
9min

create

This call creates a status. The arguments that would be included in the doc are described below:

Basic parameters

Name

Type

Required

Description

action

string

true

create

group_id

integer

true

This designates which project the action should be applied towards.

doc

array

false

See doc parameters below.

Doc Parameters

Name

Type

Required

Description

status_name

string

true

The name of the status.

color

string

true

The color as a hex value, as in #800000.

is_excluded

numeric

true

Whether or not the status should mark the user as excluded. 0 is active and 1 is excluding.



Examples

Create a new active status

This is an example which would create a new status.

Call

Curl
Python
|

Response

JSON
|

Create a new excluding status

This is an example which would create a new status.

Call

Curl
Python
|

Response

JSON
|



Updated 19 Apr 2022
Did this page help you?
Yes
No
UP NEXT
Webhooks
Docs powered by archbee 
TABLE OF CONTENTS
Basic parameters
Doc Parameters
Examples
Create a new active status
Call
Response
Create a new excluding status
Call
Response