create
update_name
update_description
update_picture
add_participants
remove_participants
promote_admin
demote_admin
join
leave
update_settings
Create Group
action: "create"
:title
(string): Group nameparticipants
(array): Phone numbers to addinitial_message
(string, optional): First message to sendUpdate Group Details
name
(string): New group name (update_name
)description
(string): New description (update_description
)image_url
(string): New profile picture URL (update_picture
)Manage Participants
participants
(array): Phone numbers to modify
For actions: add_participants
, remove_participants
, promote_admin
, demote_admin
Join Group
action: "join_group"
:invite_code
(string): Group invite codethread_id
(string): Direct group ID (if already have access)Group Settings
update_settings
:setting
(string): One of:
announcement
: Only admins can send messages in the groupnot_announcement
: All participants can send messages in the grouplocked
: Only admins can modify group settings (display picture, description, etc)unlocked
: All participants can modify group settingsCreate Group
Update Group Details
Manage Participants
Other Actions