Add Contact
Tool to add a new contact. Use when you need to programmatically create contacts via the API.
Whautomate is a platform that offers seamless integrations for customer engagement, including AI chatbots, appointment scheduling, and broadcast messaging.
Tool to add a new contact. Use when you need to programmatically create contacts via the API.
Tool to delete a specific segment. Use when you need to remove a segment by its ID. Use after confirming you have the correct segmentId.
Tool to delete a service category. Use when you need to remove a specific service category by its ID. Use after confirming you have the correct serviceCategoryId.
Tool to retrieve account information for the authenticated user. Use when you need to fetch account details like account name and owner email.
Tool to retrieve all registered webhooks. Use after authenticating to audit or inspect existing webhook subscriptions.
Tool to retrieve a specific broadcast's details. Use when you have a broadcast ID and need its metadata. Use after confirming the broadcastId is valid, as this returns detailed broadcast data.
Tool to retrieve a list of broadcasts. Use when you need to fetch broadcasts with optional filters such as status or date ranges. Example: "Get all scheduled broadcasts after 2023-01-01T00:00:00Z."
Tool to retrieve a list of contacts. Use when you need to fetch contacts from WhatsApp with optional pagination and filters.
Tool to retrieve chat messages for a specific contact. Use after providing a valid contactId. Supports pagination and optional date filtering.
Tool to retrieve a list of segments. Use when you need to fetch segments with optional name filtering and pagination. Segments can be used to organize clients and contacts into groups based on various criteria.
Tool to retrieve details of a specific service by its unique ID. Use when you need comprehensive service information.
Tool to retrieve a list of service categories. Use when you need to list categories with optional pagination.
Tool to retrieve a list of services with optional filters. Use when you need to fetch available services for display or scheduling.
Tool to retrieve a staff member's blocked time schedule over a date range. Use when you need to view unavailable slots after confirming staffId and desired date range.
Tool to retrieve detailed information about a specific staff member. Use when you have a valid staff ID and need full profile details. Use after confirming staffId.
Tool to retrieve a list of staff members. Use when you need to list staff with optional pagination or search filters.
Tool to update an existing Whautomate service. Use when you need to modify service attributes like name, pricing, duration, or active status.