account.getSettings | The method is designed to get the current settings of the account | GetSettings |
account.getWaSettings | The method is designed to get information about the WhatsApp account | GetWaSettings |
account.setSettings | The method is designed to set the account settings | SetSettings |
account.getStateInstance | The method is designed to get the state of the account | GetStateInstance |
account.getStatusInstance | The method is designed to get the socket connection state of the account instance with WhatsApp | GetStatusInstance |
account.reboot | The method is designed to restart the account | Reboot |
account.logout | The method is designed to unlogin the account | Logout |
account.qr | The method is designed to get a QR code | QR |
account.setProfilePicture | The method is designed to set the avatar of the account | SetProfilePicture |
account.getAuthorizationCode | The method is designed to authorize an instance by phone number | GetAuthorizationCode |
device.getDeviceInfo | The method is designed to get information about the device (phone) on which the WhatsApp Business application is running | GetDeviceInfo |
groups.createGroup | The method is designed to create a group chat | CreateGroup |
groups.updateGroupName | The method changes the name of the group chat | UpdateGroupName |
groups.getGroupData | The method gets group chat data | GetGroupData |
groups.addGroupParticipant | The method adds a participant to the group chat | AddGroupParticipant |
groups.removeGroupParticipant | The method removes the participant from the group chat | RemoveGroupParticipant |
groups.setGroupAdmin | The method designates a member of a group chat as an administrator | SetGroupAdmin |
groups.removeAdmin | The method deprives the participant of group chat administration rights | RemoveAdmin |
groups.setGroupPicture | The method sets the avatar of the group | SetGroupPicture |
groups.leaveGroup | The method logs the user of the current account out of the group chat | LeaveGroup |
journals.getChatHistory | The method returns the chat message history | GetChatHistory |
journals.getMessage | The method returns a chat message | GetMessage |
journals.lastIncomingMessages | The method returns the most recent incoming messages of the account | LastIncomingMessages |
journals.lastOutgoingMessages | The method returns the last sent messages of the account | LastOutgoingMessages |
queues.showMessagesQueue | The method is designed to get the list of messages that are in the queue to be sent | ShowMessagesQueue |
queues.clearMessagesQueue | The method is designed to clear the queue of messages to be sent | ClearMessagesQueue |
marking.readChat | The method is designed to mark chat messages as read | ReadChat |
receiving.receiveNotification | The method is designed to receive a single incoming notification from the notification queue | ReceiveNotification |
receiving.deleteNotification | The method is designed to remove an incoming notification from the notification queue | DeleteNotification |
receiving.downloadFile | The method is for downloading received and sent files | DownloadFile |
sending.sendMessage | The method is designed to send a text message to a personal or group chat | SendMessage |
sending.sendButtons | The method is designed to send a message with buttons to a personal or group chat | SendButtons |
sending.sendTemplateButtons | The method is designed to send a message with interactive buttons from the list of templates in a personal or group chat | SendTemplateButtons |
sending.sendListMessage | The method is designed to send a message with a selection button from a list of values to a personal or group chat | SendListMessage |
sending.sendFileByUpload | The method is designed to send a file loaded through a form (form-data) | SendFileByUpload |
sending.sendFileByUrl | The method is designed to send a file downloaded via a link | SendFileByUrl |
sending.uploadFile | The method is designed to upload a file to the cloud storage, which can be sent using the sendFileByUrl method | UploadFile |
sending.sendLocation | The method is designed to send a geolocation message | SendLocation |
sending.sendContact | The method is for sending a message with a contact | SendContact |
sending.sendLink | The method is designed to send a message with a link that will add an image preview, title and description | SendLink |
sending.forwardMessages | The method is designed for forwarding messages to a personal or group chat | ForwardMessages |
sending.sendPoll | The method is designed for sending messages with a poll to a private or group chat | SendPoll |
serviceMethods.checkWhatsapp | The method checks if there is a WhatsApp account on the phone number | CheckWhatsapp |
serviceMethods.getAvatar | The method returns the avatar of the correspondent or group chat | GetAvatar |
serviceMethods.getContacts | The method is designed to get a list of contacts of the current account | GetContacts |
serviceMethods.getContactInfo | The method is designed to obtain information about the contact | GetContactInfo |
serviceMethods.deleteMessage | The method deletes the message from chat | DeleteMessage |
serviceMethods.archiveChat | The method archives the chat | ArchiveChat |
serviceMethods.unarchiveChat | The method unarchives the chat | UnarchiveChat |
serviceMethods.setDisappearingChat | The method is designed to change the settings of disappearing messages in chats | SetDisappearingChat |
webhooks.startReceivingNotifications | The method is designed to start receiving new notifications | |
webhooks.stopReceivingNotifications | The method is designed to stop receiving new notifications | |