Whautomate

Whautomate

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

5VIEWS
2047USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app whautomatenpx @composio/cli add cursor --app whautomatenpx @composio/cli add cursor --app whautomatenpx @composio/cli add cursor --app whautomate

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Contact

Tool to add a new contact. use when you need to programmatically create contacts via the api.

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

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 All Webhooks

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

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

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

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

Tool to retrieve chat messages for a specific contact. use after providing a valid contactid. supports pagination and optional date filtering.

Get Segments

Tool to retrieve a list of segments. use when you need to fetch segments with optional name filtering and pagination.

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

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

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

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

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

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

Update Service

Tool to update an existing whatsapp service. use when you need to modify service attributes like name, description, enabled state, or config.

16 actions available