# Whautomate

Whautomate is a platform that offers seamless integrations for customer engagement, including AI chatbots, appointment scheduling, and broadcast messaging.

- **Category:** ai chatbots
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 17
- **Triggers:** 0
- **Slug:** `WHAUTOMATE`
- **Version:** 20260227_00

## Tools

### Add Contact

**Slug:** `WHAUTOMATE_ADD_CONTACT`

Tool to add a new contact. Use when you need to programmatically create contacts via the API.

### Delete Segment

**Slug:** `WHAUTOMATE_DELETE_SEGMENT`

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.

### Delete Service Category

**Slug:** `WHAUTOMATE_DELETE_SERVICE_CATEGORY`

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.

### Get Account Info

**Slug:** `WHAUTOMATE_GET_ACCOUNT_INFO`

Tool to retrieve account information for the authenticated user. Use when you need to fetch account details like account name and owner email.

### Get All Webhooks

**Slug:** `WHAUTOMATE_GET_ALL_WEBHOOKS`

Tool to retrieve all registered webhooks. Use after authenticating to audit or inspect existing webhook subscriptions.

### Get Broadcast By ID

**Slug:** `WHAUTOMATE_GET_BROADCAST_BY_ID`

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.

### Get Broadcasts

**Slug:** `WHAUTOMATE_GET_BROADCASTS`

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."

### Get Contacts

**Slug:** `WHAUTOMATE_GET_CONTACTS`

Tool to retrieve a list of contacts. Use when you need to fetch contacts from WhatsApp with optional pagination and filters.

### Get Messages of Contact

**Slug:** `WHAUTOMATE_GET_MESSAGES_OF_CONTACT`

Tool to retrieve chat messages for a specific contact. Use after providing a valid contactId. Supports pagination and optional date filtering.

### Get Segments

**Slug:** `WHAUTOMATE_GET_SEGMENTS`

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.

### Get Service By Id

**Slug:** `WHAUTOMATE_GET_SERVICE_BY_ID`

Tool to retrieve details of a specific service by its unique ID. Use when you need comprehensive service information.

### Get Service Categories

**Slug:** `WHAUTOMATE_GET_SERVICE_CATEGORIES`

Tool to retrieve a list of service categories. Use when you need to list categories with optional pagination.

### Get Services

**Slug:** `WHAUTOMATE_GET_SERVICES`

Tool to retrieve a list of services with optional filters. Use when you need to fetch available services for display or scheduling.

### Get Staff Availability Blocks

**Slug:** `WHAUTOMATE_GET_STAFF_AVAILABILITY_BLOCKS`

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.

### Get Staff By ID

**Slug:** `WHAUTOMATE_GET_STAFF_BY_ID`

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.

### Get Staffs

**Slug:** `WHAUTOMATE_GET_STAFFS`

Tool to retrieve a list of staff members. Use when you need to list staff with optional pagination or search filters.

### Update Service

**Slug:** `WHAUTOMATE_UPDATE_SERVICE`

Tool to update an existing Whautomate service. Use when you need to modify service attributes like name, pricing, duration, or active status.
