Account().GetSettings | The method is designed to get the current settings of the instance | GetSettings |
Account().SetSettings | The method is designed to set the instance settings | SetSettings |
Account().GetStateInstance | The method is designed to get the state of the instance | 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 instance | Reboot |
Account().Logout | The method is designed to unlogin the instance | 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 |
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 |
ReadMark().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().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 (deprecated) | SendLink |
Sending().ForwardMessages | The method is designed for forwarding messages to a personal or group chat | ForwardMessages |
Service().CheckWhatsapp | The method checks if there is a WhatsApp account on the phone number | CheckWhatsapp |
Service().GetAvatar | The method returns the avatar of the correspondent or group chat | GetAvatar |
Service().GetContacts | The method is designed to get a list of contacts of the current account | GetContacts |
Service().GetContactInfo | The method is designed to obtain information about the contact | GetContactInfo |
Service().DeleteMessage | The method deletes the message from chat | DeleteMessage |
Service().ArchiveChat | The method archives the chat | ArchiveChat |
Service().UnarchiveChat | The method unarchives the chat | UnarchiveChat |
Service().SetDisappearingChat | The method is designed to change the settings of disappearing messages in chats | SetDisappearingChat |
Webhook().Start | The method is designed to start receiving new notifications | |
Webhook().Stop | The method is designed to stop receiving new notifications | |