WA Client
POST

Create Event

Send an event message to a community group.

API endpoint
https://waclient.com/api/create_community_event
Example:
curl -X POST \
  'https://waclient.com/api/create_community_event' \
  -H 'Content-Type: application/json' \
  --data '{
    "community_id": "[email protected]",
    "group_id": "[email protected]",
    "name": "Community Meetup",
    "startTime": 1783496908,
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "community_id": "[email protected]",
        "sent": true
    }
}
ParameterDescription
community_idCommunity JID or ID
group_idTarget group JID inside the community
nameEvent title
startTimeUnix timestamp (seconds)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc