Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The Group Name

Required string length: 1 - 25
Pattern: ^[\s\S]*[^\s][\s\S]*$
Example:

"Group Name"

participants
object[]
Maximum array length: 256
tag_ids
string[]

The Auto-Responder Tag IDs

Maximum array length: 10

The Auto-Responder Tag ID

Required string length: 1 - 50
Pattern: ^[a-zA-Z0-9\-_]+$
Example:

Response

CreateGroupResource

success
boolean
required

The success status of response.

message
string
required

The message of response.

data
object
required