Skip to main content
POST
Create group

Authorizations

Authorization
string
header
required

Instance token (zpfy_inst_...) — sends messages.

Body

application/json
name
string
required

Name of the group to create.

Example:

"Family"

participants
string[]
required

Initial participants (phones in E.164).

Minimum array length: 1

Recipient: a phone in E.164 (with or without +, spaces or formatting, e.g. 5511999998888 or +55 11 99999-8888) or a group id. To send to a group, use the group id (from GET /groups).

Example:

Response

Group created.

data
object