Autonotify API (Beta)
  1. Community
Autonotify API (Beta)
  • Introduction
  • Get started
  • API
    • Groups
      • Create
      • Join By Invite Code
      • Revoke Invite Code
      • Get Invite Code
      • Get Group by ID
      • Get All Groups
      • Get All Groups Admin
      • Update
      • Update Profile Picture
      • Group Member Add Mode
      • Leave
      • Members
    • Messages
      • Read Message
      • Send Plain Text
      • Send Media
      • Send Poll
      • Message Reaction
    • Sessions
      • Get Profile
      • Fetch Instance
      • Logout Instance
      • Create Instance
    • Chats
      • Update Status Profile
      • Update presence
      • Block Contact
      • Get Profile Picture
      • Update Privacy Settings
      • Update Profile Name
      • Get Business Profile
      • Put Chat
      • Check is WhatsApp
      • Remove Phone From Label
    • Newsletter (BETA)
      • Create
      • Update
      • Update Profile Description
      • Update Profile Picture
      • Get Newsletter By ID
    • Webhook
      • Register webhook
    • Community
      • Create
        POST
      • Update
        PUT
      • GET
        GET
      • Invite Code
        GET
      • Participantes Com Pedidos
        GET
      • Settings
        PUT
      • Approval Mode
        PUT
      • Add Mode
        PUT
      • Communities Linkeds
        GET
      • Comunidades Participantes Resquests
        GET
      • Todas comunidades
        GET
  1. Community

Settings

PUT
/api/v1/community/{jid}/setting
Creates a new WhatsApp group and adds initial participants. You can specify the group name and list of phone numbers to be added.

Request

Path Params

Header Params

Body Params application/json

Example
{
    "setting": ""
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://nexus.sourei.com.br/api/v1/community//setting' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "setting": ""
}'

Responses

🟢200OK
application/json
Body

Example
{
    "id": "string",
    "subject": "string",
    "subjectOwner": "string",
    "subjectTime": 0,
    "size": 0,
    "creation": 0,
    "owner": "string",
    "desc": "string",
    "descId": "string",
    "restrict": true,
    "announce": true,
    "isCommunity": true,
    "isCommunityAnnounce": true,
    "joinApprovalMode": true,
    "memberAddMode": true,
    "participants": [
        {
            "id": "string",
            "admin": "string"
        }
    ]
}
🟢200OK
Modified at 2025-03-17 13:41:17
Previous
Participantes Com Pedidos
Next
Approval Mode
Built with