Tool to receive Shopify Cart Creation webhooks. Use when configuring Shopify webhook for Cart Creation events and forwarding the payload to Botbaba. Must be called upon receiving Shopify payload.
Tool to forward Shopify checkout/update events to Botbaba. Use when handling Shopify checkout update notifications.
Delete a broadcast campaignBOTBABA_DELETE_BROADCAST
Tool to delete a broadcast campaign. Use when you need to permanently remove a Botbaba broadcast by its ID after confirming it exists.
Delete ContactBOTBABA_DELETE_CONTACT
Tool to delete a contact. Use when you have the contact ID and want to remove it from Botbaba.
Delete a conversation flowBOTBABA_DELETE_FLOW
Tool to delete a conversation flow. Use when you need to permanently remove a Botbaba flow by its ID after confirming it exists.
Delete TagBOTBABA_DELETE_TAG
Tool to delete a tag. Use when you have a tag ID and want to remove it from Botbaba. Tries multiple known Botbaba endpoint variations to improve compatibility across deployments.
Delete TemplateBOTBABA_DELETE_TEMPLATE
Tool to delete a message template. Use when you have the template ID and want to remove it from Botbaba. Tries multiple known Botbaba endpoint variations to improve compatibility across deployments.
Delete a webhook subscriptionBOTBABA_DELETE_WEBHOOK
Tool to delete a webhook subscription. Use when you have the webhook ID and want to remove it from Botbaba.
Execute Bot ActionBOTBABA_EXECUTE_BOT_ACTION
Tool to execute a bot action or workflow. Use when triggering automated actions or workflows for a specific conversation.
Execute Bot Action By UserBOTBABA_EXECUTE_BOT_ACTION_BY_USER
Tool to execute a bot action for specific users. Use when you need to trigger actions for one or multiple bot users.
Get Bot Widget SettingsBOTBABA_GET_BOT_WIDGET_SETTINGS
Tool to retrieve widget configuration settings for a bot. Use when you need to check or verify the widget display settings, styling, or behavior configuration for a specific bot.
Get BroadcastBOTBABA_GET_BROADCAST
Tool to retrieve details of a specific broadcast. Use when you need to confirm broadcast settings or status after creating or scheduling a broadcast.
Get BotBaba ContactBOTBABA_GET_CONTACT
Tool to fetch a BotBaba contact by its ID. Use when you need to retrieve the full details of a contact after creation or update.
Get Contact AnalyticsBOTBABA_GET_CONTACT_ANALYTICS
Tool to retrieve analytics data for contacts. Use when you need summary metrics (e.g., new or active contacts) over a date range. Note: BotBaba API does not have a dedicated contact analytics endpoint. This action aggregates data from messages and tags to provide contact interaction metrics.
Get Filename from PathBOTBABA_GET_FILENAME
Tool to extract the filename from a file path. Use when you need to parse a file path and retrieve just the filename component.
Get FlowBOTBABA_GET_FLOW
Tool to retrieve details of a specific flow. Use when you need the full configuration for a given flow ID.
Get MessageBOTBABA_GET_MESSAGE
Tool to retrieve status of a specific message. Use after sending a message to check its delivery status.
Get Message AnalyticsBOTBABA_GET_MESSAGE_ANALYTICS
Tool to retrieve analytics data for a specific message. Use after sending a message to analyze its delivery and engagement statistics.
Get TemplateBOTBABA_GET_TEMPLATE
Tool to retrieve details of a specific template. Use when you need to confirm template details before sending a message using a template.
Get WebhookBOTBABA_GET_WEBHOOK
Tool to retrieve details of a specific webhook. Use when you need to confirm webhook configuration before debugging event deliveries.
List BroadcastsBOTBABA_LIST_BROADCASTS
Tool to list all broadcast campaigns. Use when retrieving BotBaba broadcast campaigns with pagination.
List FlowsBOTBABA_LIST_FLOWS
Tool to list all conversation flows with their IDs and metadata. Use when you need to retrieve all available flows from your BotBaba account.
List TagsBOTBABA_LIST_TAGS
Tool to list all tags. Use when you need to retrieve all tags available in your Botbaba account.
List TemplatesBOTBABA_LIST_TEMPLATES
Tool to retrieve a paginated list of templates. Use when you need to browse or manage existing templates; supports optional search filtering.
List Webhook Event TypesBOTBABA_LIST_WEBHOOK_EVENT_TYPES
Tool to list available webhook event types. Use before creating or updating a webhook to ensure you subscribe to valid event identifiers.
List WebhooksBOTBABA_LIST_WEBHOOKS
Tool to list all registered webhooks. Use when you need to retrieve and manage webhook subscriptions in your BotBaba account.
Receive Shopify Order Cancellation WebhookBOTBABA_ORDER_CANCELLATION_SHOPIFY_WEBHOOK
Tool to receive Shopify order cancellation webhooks. Use when handling Shopify orders/cancelled events from your store.
Order Fulfillment SimulatorBOTBABA_ORDER_FULFILLMENT_EVENT_SIMULATOR
Tool to simulate a Shopify order fulfillment webhook payload. Use when generating test payloads for BOTBABA_ORDER_FULFILLMENT_SHOPIFY_WEBHOOK.
Order Fulfillment Shopify WebhookBOTBABA_ORDER_FULFILLMENT_SHOPIFY_WEBHOOK
Tool to receive Shopify Order Fulfillment webhooks. Use when handling Shopify fulfillments/create or fulfillments/update events from your store. This action acknowledges receipt of the webhook and extracts key fulfillment details.
Order Payment Shopify WebhookBOTBABA_ORDER_PAYMENT_SHOPIFY_WEBHOOK
Tool to receive Shopify Order Payment webhooks. Use when handling Shopify orders/paid events from your store. This action acknowledges receipt of the webhook and extracts key payment details from the order.
Tool to simulate a Shopify checkout update webhook payload. Use when generating test payloads for BOTBABA_CHECKOUT_UPDATE_SHOPIFY_WEBHOOK.
Update ContactBOTBABA_UPDATE_CONTACT
Tool to update an existing contact. Use when needing to modify contact details after confirming contact_id.
Update TagBOTBABA_UPDATE_TAG
Tool to update an existing tag. Use when renaming a tag after confirming its tag ID.
Update TemplateBOTBABA_UPDATE_TEMPLATE
Tool to update an existing message template. Use when you need to modify template details after confirming its template ID. Tries multiple base URLs, HTTP methods, and path variants to be resilient across different Botbaba deployments.
Update WebhookBOTBABA_UPDATE_WEBHOOK
Tool to update an existing webhook. Use when modifying webhook URL, events, or activation status after confirming the webhook ID.