Skip to main content
POST
/
community
/
create
Create a community
curl --request POST \
  --url https://api.wppfy.com/community/create \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '
{
  "name": "Neighborhood Community"
}
'
{
  "group": {
    "JID": "jid8@g.us",
    "OwnerJID": "1232@s.whatsapp.net",
    "Name": "Grupo de Suporte",
    "NameSetAt": "2023-11-07T05:31:56Z",
    "NameSetBy": "<string>",
    "Topic": "<string>",
    "IsLocked": true,
    "IsAnnounce": true,
    "AnnounceVersionID": "<string>",
    "IsEphemeral": true,
    "DisappearingTimer": 1,
    "IsIncognito": true,
    "IsParent": true,
    "IsJoinApprovalRequired": true,
    "LinkedParentJID": "<string>",
    "IsDefaultSubGroup": true,
    "GroupCreated": "2023-11-07T05:31:56Z",
    "ParticipantVersionID": "<string>",
    "Participants": [
      "<unknown>"
    ],
    "MemberAddMode": "admin_add",
    "OwnerCanSendMessage": true,
    "OwnerIsAdmin": true,
    "DefaultSubGroupId": "<string>",
    "invite_link": "<string>",
    "request_participants": "<string>"
  },
  "failed": [
    "<string>"
  ]
}

Authorizations

token
string
header
required

Body

application/json
name
string
required

Community name

Example:

"Neighborhood Community"

Response

Community created successfully

group
object

Representa um grupo/conversa coletiva

failed
string<jid>[]

List of JIDs that failed to be added