Skip to main content
POST
Create group

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Body

application/json
groupName
string
required

Name of the new group.

Example:

"Sales Team"

participants
string[]
required

Phone numbers or JIDs to add (at least one).

Example:

Response

Success — provider-native response body.

Envelope returned for Create group. data is a hand-built object summarizing the created group (keys: jid, name, owner, added, failed).

message
string

Always "success" on HTTP 200.

data
object