One-Click Integrations and Automation
Connect the apps you already use to your AI assistants and workflows
On Schedule
SchedulerTriggers based on a cron expression or interval
HTTP Request
ToolsMake an HTTP request to an external API
Web Search
ToolsSearch the web and get relevant results
Web Scraping
ToolsScrape a web page and extract text content
HTTP OpenAPI
ToolsCall any operation from an OpenAPI 3.x spec
Download File
FilesDownload a file from an external URL
Upload File
FilesUpload a file from URL or plain text
Create CSV
FilesCreate a CSV file from structured data
Delete File
FilesDelete a file permanently from the storage
Create PDF from HTML
FilesCreate a PDF document from raw HTML or a website URL
Manage Records
TablesCreate, update and/or delete records in a custom table, one or many per call.
Create Record
TablesCreate a new record in a custom table
Update Record
TablesUpdate fields on an existing record in a custom table
Delete Record
TablesDelete a record from a custom table
Search Records
TablesSearch records in a custom table by free text and/or structured filters (numeric, date, enum conditions).
List Tables
TablesList the custom data tables in this organization.
Get Table Schema
TablesGet the columns (field schema) of a custom table.
Get Record
TablesGet a single record from a custom table by id.
List Views
TablesList the saved views across custom tables.
Get View Items
TablesRun a saved view and return its records (paginated).
Create Table
TablesCreate a new custom data table. If a similarly named table may already exist, check List Tables first and confirm with the member before creating a duplicate.
Update Table
TablesUpdate a custom table: rename, change the record prefix or description, set the display field, or archive it. Only provided inputs change.
Delete Table
TablesPermanently delete a custom table with all its records, fields and views. Irreversible; archive the table instead to hide it.
Manage Fields
TablesCreate and/or update columns on a custom table, one or many per call.
Move Field
TablesReorder a column: move a field before or after a sibling field (pass exactly one of before/after).
Delete Field
TablesPermanently delete a column and its values from a custom table. Irreversible; archive the field instead to hide it.
Create View
TablesCreate a saved view on a custom table. Board, calendar and timeline views need a group-by field key.
Update View
TablesUpdate a saved view: rename, change sort, filter or grouping, or archive it. Only provided inputs change.
Delete View
TablesDelete a saved view from a custom table (a table always keeps at least one view).
List Pages
PagesList the pages in this organization.
Get Page
PagesGet a page with its blocks, by slug or id.
Create Page
PagesCreate a new page. The slug is auto-generated from the title when omitted.
Update Page
PagesRename a page, change its slug or icon, or archive it.
Delete Page
PagesPermanently delete a page and its blocks. Child pages are promoted to roots.
Add Block
PagesAdd a block to a page. Only the type is required; point data blocks at a table or view via table_id / view_id.
Update Block
PagesUpdate a block config or repoint its source table or view.
Move Block
PagesReposition a block between two neighbors on its page.
Remove Block
PagesPermanently remove a block from its page.
Search Knowledge Base
KnowledgeSearch the organization knowledge base by semantic similarity. The knowledge base is authoritative: prefer it over general knowledge and cite what you use. Pass up to 3 natural-language queries, one per distinct topic.
Get Knowledge Base Chunk
KnowledgeRetrieve specific chunks of a knowledge base content by content ID and zero-based chunk index. Use after search to read surrounding context or navigate a document sequentially.
List Knowledge Content
KnowledgeList the knowledge base content (uploaded files, pasted text, crawled URLs). Filter by type, status (e.g. FAILED to find broken content), or a title search. Content is searchable only once its status is PROCESSED.
Get Knowledge Content
KnowledgeGet one knowledge base content by id: status, chunk progress, a text preview, and (for crawled URLs) its sub-pages. Use it to check whether content finished indexing or to read why it FAILED.
Get Knowledge Content Text
KnowledgeRead the full extracted text of a content by id (no preview cap). Use it to read a whole document, or before find_in_content / replace_in_content.
Find in Knowledge Content
KnowledgeFind occurrences of a string in a content's text. Returns each match with its position and a surrounding snippet. Case-insensitive by default.
Replace in Knowledge Content
KnowledgeFind and replace exact text in a TEXT content, then re-index it. Replaces every occurrence by default; pass all=false for the first match only. Only TEXT content is editable (URL/file content is derived from its source).
Knowledge Base Stats
KnowledgeGet knowledge base totals: content and chunk counts, storage per type, and how many content items are still indexing or failed. Use it for a quick health check.
Add Knowledge Content
KnowledgeAdd content so it becomes searchable. type 'text' pastes content directly; 'url' indexes a web page (url_mode 'crawl' follows links, 'single' indexes one page); 'file' indexes a file the user shared. Indexing runs in the background: the content returns PENDING and becomes searchable once PROCESSED. Only add content the user asked to store; never paste secrets.
Update Knowledge Content
KnowledgeEdit knowledge base content. title / text update TEXT content (changing the text re-indexes it). include_paths / exclude_paths adjust a URL content's crawl scope. To re-fetch a URL or re-process a file unchanged, use reindex_content instead.
Reindex Knowledge Content
KnowledgeRe-process knowledge base content from scratch: wipe its chunks and index it again (re-fetch the URL, re-parse the file, re-embed the text). Use it to retry FAILED content or refresh a changed URL. Runs in the background; the content returns to PENDING.
Delete Knowledge Content
KnowledgePermanently delete knowledge base content and all of its indexed chunks (and, for a crawled URL, its sub-pages). Confirm the user wants it gone before calling.
List Assistants
AssistantsList the assistants in this organization.
Get Assistant
AssistantsRead a single assistant's full configuration (instructions, model, settings, channels, contact properties). Use it before editing with Replace in Instructions so the find text matches exactly.
Create Assistant
AssistantsCreate a new assistant as a draft. Only the name is required; instructions and model are optional and can be refined afterwards with Update Assistant, Update Assistant Settings and the channel actions. Confirm the details with the user before creating.
Update Assistant
AssistantsRename an assistant or rewrite its full instructions (system prompt). Instructions OVERWRITE the existing ones: for small targeted edits prefer Replace in Instructions. Confirm the change with the user before saving.
Replace in Instructions
AssistantsFind and replace exact text in an assistant's instructions. Replaces every occurrence by default; pass all=false for the first match only. Read the assistant with Get Assistant first so the find string matches exactly.
Get Available Models
AssistantsList the AI models an assistant can run on, with tier, latency and intelligence. Pick a model id from here for Update Assistant Settings.
Update Assistant Settings
AssistantsUpdate assistant settings: model, language, timezone and conversation behavior (greetings, follow-ups, auto-resolve, CSAT, tools). Only provided inputs change.
List Assistant Channels
AssistantsList the channels (WhatsApp, Telegram, Messenger, web widget, email, ...) an assistant is connected to, with their enabled state and any connection error.
Create Assistant Channel
AssistantsLink a channel (Telegram, WhatsApp, Slack bot, email, ...) to an assistant so it answers there, backed by an existing connection.
Update Assistant Channel
AssistantsEnable or disable a channel (WhatsApp, Telegram, Messenger, web widget, email, ...) on an assistant. A disabled channel stops receiving and sending messages. To link a NEW channel use Create Assistant Channel.
List Assistant Actions
AssistantsList the connection actions enabled on an assistant, with their enabled state.
Update Assistant Action
AssistantsEnable or disable a connection action on an assistant.
Set Assistant Contact Property
AssistantsGive an assistant access to a contact property: read (AI sees it in context) or write (AI can also update it via the update contact tool). Adds the property or changes its mode; other properties are untouched. Find field ids in Get Assistant (contact_fields) or the contacts table schema.
Remove Assistant Contact Property
AssistantsRemove a contact property from an assistant's whitelist so the AI no longer sees or updates it.
List Inbox Conversations
InboxList customer conversations in the inbox, newest first. Returns a compact skim per conversation (contact, channel, state, unread count, CSAT); use the filter for what needs attention.
Get Conversation Messages
InboxRead the messages of an inbox conversation, newest first. Returns compact rows (author, text, time); use before replying so the answer has context.
Reply to Conversation
InboxSend a reply into a customer conversation, authored as the current user (like replying from the inbox): it assigns the conversation to them, pauses the AI and delivers to the connected channel (WhatsApp, Messenger, web widget, ...). Plain text only. Resolved (closed) conversations reject replies: reopen them first with Reopen Conversation.
Assign Conversation
InboxAssign an inbox conversation to an org member so it shows up in their queue. Defaults to the current user ("assign this to me"); pass unassign to clear the assignment.
Resolve Conversation
InboxClose an inbox conversation, marking it resolved and removing it from the open queue. Use Reopen Conversation to bring it back.
Reopen Conversation
InboxReopen a resolved inbox conversation so it shows as open again and the team can keep working on it.
List Members
MembersList the members of this organization with their name, email, role and status. Use a member user_id to assign inbox conversations with Assign Conversation.
List Broadcasts
BroadcastsList the broadcasts in this organization, newest first. MARKETING broadcasts are bulk sends to segments or all contacts; TRANSACTIONAL broadcasts are single-recipient sends fired by triggers or the API.
Get Broadcast
BroadcastsRead a single broadcast in full: status, schedule, audience (segments or all contacts), channel templates and delivery counters (sent, delivered, opened, failed).
Create Broadcast
BroadcastsCreate a broadcast as a DRAFT: a bulk marketing campaign (e.g. a WhatsApp template blast) to segments or all contacts, or a transactional single-recipient send.
Update Broadcast
BroadcastsUpdate a broadcast name, schedule time or audience. Audience and schedule can only change while the broadcast is editable (marketing: DRAFT, CANCELLED or FAILED; transactional: DRAFT, ACTIVE or PAUSED).
Duplicate Broadcast
BroadcastsCopy a broadcast including its segments and channel templates. The copy is created as a DRAFT and does not send anything.
Delete Broadcast
BroadcastsPermanently delete a broadcast and its delivery history. Marketing broadcasts cannot be deleted while scheduled or sending; transactional ones must be paused first.
Schedule Broadcast
BroadcastsQueue a MARKETING broadcast for delivery to its full audience. Sends immediately when the broadcast has no scheduled time, otherwise waits for it. This is the real mass send: confirm with the user before calling it. Requires DRAFT, CANCELLED or FAILED status and at least one channel template.
Cancel Broadcast
BroadcastsCancel a MARKETING broadcast in SCHEDULED or SENDING status. Recipients already sent stay sent; the rest are skipped.
Activate Broadcast
BroadcastsActivate a TRANSACTIONAL broadcast so it accepts triggers and starts sending to individual recipients. Allowed from DRAFT or PAUSED; requires at least one channel template.
Pause Broadcast
BroadcastsPause an ACTIVE transactional broadcast. Triggers are rejected until it is activated again; configuration is preserved.
Send Broadcast Test
BroadcastsSend a test of a broadcast to a single email address or phone number so its content can be reviewed before the real send. Only works while the broadcast is testable (marketing: DRAFT, CANCELLED or FAILED; transactional: DRAFT, ACTIVE or PAUSED).
Get Broadcast Analytics
BroadcastsAggregated delivery and engagement stats per broadcast: totals, delivery rate and open rate, optionally limited to a date range.
List Broadcast Recipients
BroadcastsList individual broadcast deliveries with their status (sent, delivered, opened, failed, bounced). Answers "did we send X to this contact": filter by broadcast, by contact, or search by name, email or phone across all broadcasts.
Org Analytics Summary
AnalyticsHeadline numbers for the whole organization: total contacts, messages, open and resolved conversations, and average CSAT. The all-time snapshot, not date-ranged.
Assistant Performance
AnalyticsPer-assistant stats: conversations handled, closed by AI vs closed by human, and transferred to human. Answers "which assistant resolves the most on its own".
Agent Performance
AnalyticsPer-human-agent stats: conversations they closed, closed by AI on their chats, and transfers received. Answers "how are my human agents doing".
Response Times
AnalyticsResolution and human-response SLA: average and median time to resolve a conversation, and average and median time for a human to respond after a transfer.
Channels Breakdown
AnalyticsConversation counts grouped by channel (WhatsApp, Messenger, web widget, ...). Answers "which channels drive the most conversations".
Contacts Growth
AnalyticsNew, unsubscribed and blocked contacts over time with a running total, bucketed by day, week or month. Answers "is my audience growing".
Contacts by Channel
AnalyticsContact counts grouped by the channel they arrived on. Answers "where do my contacts come from".
Top Segments
AnalyticsSegments ranked by how many contacts they contain, largest first.
Workflow Performance
AnalyticsPer-workflow run stats: total runs, completed, failed, canceled and success rate.
List Audit Logs
Audit LogsList the audit trail of changes in this organization (who changed what and when), newest first. Filter by action type, date range or actor.
List Skills
SkillsList the organization's skills (reusable instruction packs) with a short excerpt of each. Skills are enabled manually by the user from the chat's Tools menu; these actions manage the catalog, they do not enable skills.
Get Skill
SkillsRead a skill in full, including its complete instructions. Use it before editing with replace_in_skill, or to show the user what a skill currently says.
Create Skill
SkillsCreate a reusable skill (instruction pack) for the organization.
Update Skill
SkillsRewrite a skill's name or full instructions.
Replace in Skill
SkillsFind and replace exact text in a skill's instructions. Replaces every occurrence by default; pass all=false for the first match only. Read the skill with get skill first so the find string matches exactly.
Search Contacts
ContactsSearch contacts in this organization by name or channel handle.
Get Contact
ContactsGet a single contact by id, including its segments and properties.
Update Contact
ContactsUpdate a contact: name, blocked, unsubscribed or AI-replies flags.
Delete Contact
ContactsPermanently delete a contact and its conversations.
Merge Contacts
ContactsMerge duplicate contacts into a primary contact.
Update Contact Segments
ContactsAdd or remove segments on a contact.
List Contact Activity
ContactsRead the activity timeline of a contact, newest first: profile changes, segment changes, blocks, unsubscribes, comments and file uploads, with who did each.
List Contact Comments
ContactsRead the internal team comments on a contact, newest first. Comments are notes for the team; the contact never sees them.
Add Contact Comment
ContactsAdd an internal team comment to a contact, authored as the current user. The contact never sees it.
List Contact Memories
ContactsRead what the assistants remember about a contact (preferences, facts, context picked up in conversations), sorted by importance.
List Contact Files
ContactsList the files of a contact: attachments exchanged in conversations and direct uploads, with download URLs.
List Segments
SegmentsList audience segments in this organization.
Get Segment
SegmentsGet a single audience segment by id.
Create Segment
SegmentsCreate a new audience segment.
Update Segment
SegmentsRename an existing audience segment.
Delete Segment
SegmentsDelete an audience segment.
On Email Status Change
EmailsTriggers when an email status changes (delivered, bounced, complained, opened, clicked)
Send Email
EmailsSend an email via your verified email sender
Call MCP Server
MCPCall an MCP tool from an MCP server
Search in Spreadsheet
Google SheetsSearch for data in your Google Sheets
Append Row to Spreadsheet
Google SheetsAppend a row to a spreadsheet
Update Row in Spreadsheet
Google SheetsUpdate a specific row in a spreadsheet
On New Event
Google CalendarTriggers when a new event is created in a calendar
List Calendars
Google CalendarList all calendars
Check Calendar Availability
Google CalendarGet free/busy information for calendars
Search Events
Google CalendarSearch for events in a Google Calendar
Get Event
Google CalendarGet details of a specific event
Create Event
Google CalendarCreate a new event in Google Calendar
Update Event
Google CalendarUpdate an existing event in a Google Calendar
Delete Event
Google CalendarDelete an event from a Google Calendar
Add Quick Event
Google CalendarCreate an event quickly with natural language input
Check Calendar Availability
Outlook CalendarGet free/busy information for a calendar
Search Events
Outlook CalendarSearch for events in an Outlook Calendar
Get Event
Outlook CalendarGet details of a specific event
Create Event
Outlook CalendarCreate a new event in Outlook Calendar
Update Event
Outlook CalendarUpdate an existing event in an Outlook Calendar
Delete Event
Outlook CalendarDelete an event from an Outlook Calendar
Search Files
Google DriveSearch for files by name or content
Get File
Google DriveGet file metadata and download links
Download File
Google DriveDownload a file from Google Drive
Upload File
Google DriveUpload a file to Google Drive
Update File
Google DriveUpdate file metadata or content
Delete File
Google DriveMove a file to trash
Create Folder
Google DriveCreate a new folder in Google Drive
Search Records
AirtableSearch and list records from an Airtable table
Get Record
AirtableGet a single record by ID
Create Record
AirtableCreate a new record in an Airtable table
Update Record
AirtableUpdate an existing record in an Airtable table
Delete Record
AirtableDelete a record from an Airtable table
Search
NotionSearch across all Notion content
Search Records
NotionQuery records from a database with filters and sorting
Get Record
NotionGet a single record by ID
Create Record
NotionCreate a new record in a Notion database
Update Record
NotionUpdate an existing record in Notion
Search Pages
NotionSearch and list Notion pages you have access to
Get Page
NotionRetrieve a page by ID
Create Page
NotionCreate a standalone Notion page with content
Update Page
NotionUpdate page title
Append Page Content
NotionAdd content blocks to an existing page
List Comments
NotionGet all comments on a page or record
Create Comment
NotionAdd a comment to a page or record
Search Issues
LinearSearch for issues using filters
Get Issue
LinearGet details of a specific issue
Create Issue
LinearCreate a new issue in Linear
Update Issue
LinearUpdate an existing issue in Linear
Add Comment to Issue
LinearAdd a comment to an existing issue
Get Board
TrelloGet a specific board by ID
Search Cards
TrelloSearch for cards in a board
Get Card
TrelloGet a specific card by ID
Create Card
TrelloCreate a new card in a Trello list
Update Card
TrelloUpdate an existing Trello card
Move Card
TrelloMove a card to a different list
Add Comment
TrelloAdd a comment to a card
Archive Card
TrelloArchive (soft delete) a card
Search Contacts
HubSpotSearch and list contacts in HubSpot
Get Contact
HubSpotGet a contact by ID
Create Contact
HubSpotCreate a new contact in HubSpot
Update Contact
HubSpotUpdate an existing contact in HubSpot
Search Companies
HubSpotSearch and list companies in HubSpot
Get Company
HubSpotGet a company by ID
Create Company
HubSpotCreate a new company in HubSpot
Update Company
HubSpotUpdate an existing company in HubSpot
Search Deals
HubSpotSearch and list deals in HubSpot
Get Deal
HubSpotGet a deal by ID
Create Deal
HubSpotCreate a new deal in HubSpot
Update Deal
HubSpotUpdate an existing deal in HubSpot
Search Meetings
HubSpotSearch and list meetings in HubSpot
Get Meeting
HubSpotGet a meeting by ID
Create Meeting
HubSpotLog a meeting engagement in HubSpot linked to a contact
Update Meeting
HubSpotUpdate an existing meeting in HubSpot
Delete Meeting
HubSpotDelete (archive) a meeting in HubSpot
Search Leads
SalesforceSearch and list leads in Salesforce
Get Lead
SalesforceGet a single lead by ID
Create Lead
SalesforceCreate a new lead in Salesforce
Update Lead
SalesforceUpdate an existing lead in Salesforce
Delete Lead
SalesforceDelete a lead from Salesforce
Search Contacts
SalesforceSearch and list contacts in Salesforce
Get Contact
SalesforceGet a single contact by ID
Create Contact
SalesforceCreate a new contact in Salesforce
Update Contact
SalesforceUpdate an existing contact in Salesforce
Delete Contact
SalesforceDelete a contact from Salesforce
Search Accounts
SalesforceSearch and list accounts in Salesforce
Get Account
SalesforceGet a single account by ID
Create Account
SalesforceCreate a new account in Salesforce
Update Account
SalesforceUpdate an existing account in Salesforce
Delete Account
SalesforceDelete an account from Salesforce
Search Opportunities
SalesforceSearch and list opportunities in Salesforce
Get Opportunity
SalesforceGet a single opportunity by ID
Create Opportunity
SalesforceCreate a new opportunity in Salesforce
Update Opportunity
SalesforceUpdate an existing opportunity in Salesforce
Delete Opportunity
SalesforceDelete an opportunity from Salesforce
Search Records
Zoho CRMSearch records in a Zoho CRM module
Get Record
Zoho CRMGet a single record by ID from a Zoho CRM module
Create Record
Zoho CRMCreate a new record in a Zoho CRM module
Update Record
Zoho CRMUpdate an existing record in a Zoho CRM module
Delete Record
Zoho CRMDelete a record from a Zoho CRM module
Search Leads
Zoho CRMSearch and list leads in Zoho CRM
Get Lead
Zoho CRMGet a single lead by ID
Create Lead
Zoho CRMCreate a new lead in Zoho CRM
Update Lead
Zoho CRMUpdate an existing lead in Zoho CRM
Delete Lead
Zoho CRMDelete a lead from Zoho CRM
Convert Lead
Zoho CRMConvert a lead into an account, contact, and optional deal
Search Contacts
Zoho CRMSearch and list contacts in Zoho CRM
Get Contact
Zoho CRMGet a single contact by ID
Create Contact
Zoho CRMCreate a new contact in Zoho CRM
Update Contact
Zoho CRMUpdate an existing contact in Zoho CRM
Delete Contact
Zoho CRMDelete a contact from Zoho CRM
Add Tags to Contact
Zoho CRMAssociate existing tags with a contact
Remove Tags from Contact
Zoho CRMRemove tags from a contact
Search Accounts
Zoho CRMSearch and list accounts in Zoho CRM
Get Account
Zoho CRMGet a single account by ID
Create Account
Zoho CRMCreate a new account in Zoho CRM
Update Account
Zoho CRMUpdate an existing account in Zoho CRM
Delete Account
Zoho CRMDelete an account from Zoho CRM
Search Deals
Zoho CRMSearch and list deals in Zoho CRM
Get Deal
Zoho CRMGet a single deal by ID
Create Deal
Zoho CRMCreate a new deal in Zoho CRM
Update Deal
Zoho CRMUpdate an existing deal in Zoho CRM
Delete Deal
Zoho CRMDelete a deal from Zoho CRM
List Calendar Events
Zoho CRMList calendar events in Zoho CRM
Create Calendar Event
Zoho CRMSchedule a new calendar event in Zoho CRM
Update Calendar Event
Zoho CRMUpdate an existing calendar event in Zoho CRM
Delete Calendar Event
Zoho CRMDelete a calendar event from Zoho CRM
Upload Attachment
Zoho CRMAttach a file to a contact, lead, account, or deal in Zoho CRM
List Attachments
Zoho CRMList all files attached to a contact, lead, account, or deal
Download Attachment
Zoho CRMDownload an attachment from a contact, lead, account, or deal
Delete Attachment
Zoho CRMDelete an attachment from a contact, lead, account, or deal
Get Available Slots
Zoho BookingsGet available time slots for a service on a specific date
Search Appointments
Zoho BookingsList or search appointments by date range and status
Get Appointment
Zoho BookingsGet a single appointment by booking ID
Book Appointment
Zoho BookingsCreate a new appointment in Zoho Bookings
Reschedule Appointment
Zoho BookingsMove an existing appointment to a new time
Update Appointment
Zoho BookingsUpdate appointment status. For time changes use Reschedule Appointment instead.
Cancel Appointment
Zoho BookingsCancel an existing appointment
Create Customer
Zoho BookingsAdd a new customer to Zoho Bookings
Search Items
Zoho InventorySearch and list items in Zoho Inventory
Get Item
Zoho InventoryGet a single item by ID
Create Item
Zoho InventoryCreate a new item in Zoho Inventory
Update Item
Zoho InventoryUpdate an existing item
Upload Item Image
Zoho InventoryAdd an image to an item.
Delete Item Image
Zoho InventoryRemove an image from an item.
Search Contacts
Zoho InventorySearch and list customers or vendors
Get Contact
Zoho InventoryGet a single contact by ID
Create Contact
Zoho InventoryCreate a new customer or vendor
Update Contact
Zoho InventoryUpdate an existing contact
Search Sales Orders
Zoho InventorySearch and list sales orders
Get Sales Order
Zoho InventoryGet a single sales order by ID
Create Sales Order
Zoho InventoryCreate a new sales order
Update Sales Order
Zoho InventoryUpdate an existing sales order
Search Invoices
Zoho InventorySearch and list invoices
Get Invoice
Zoho InventoryGet a single invoice by ID
Create Invoice
Zoho InventoryCreate a new invoice
Send Invoice
Zoho InventoryEmail an invoice to the customer
List Calendars
Zoho CalendarList Zoho Calendars accessible to this account
Get Free/Busy
Zoho CalendarGet free/busy information for one or more emails
Search Events
Zoho CalendarList or search events on a Zoho Calendar
Get Event
Zoho CalendarGet a single event by ID
Create Event
Zoho CalendarCreate a new event on a Zoho Calendar
Update Event
Zoho CalendarUpdate fields of an existing event
Delete Event
Zoho CalendarDelete an event from a Zoho Calendar
Search Contacts
GoHighLevelSearch and list contacts in GoHighLevel
Get Contact
GoHighLevelGet a single contact by ID
Create Contact
GoHighLevelCreate a new contact in GoHighLevel
Update Contact
GoHighLevelUpdate an existing contact
Delete Contact
GoHighLevelDelete a contact from GoHighLevel
Add Tags to Contact
GoHighLevelAdd tags to a contact
Remove Tags from Contact
GoHighLevelRemove tags from a contact
Search Opportunities
GoHighLevelSearch opportunities in GoHighLevel
Get Opportunity
GoHighLevelGet a single opportunity by ID
Create Opportunity
GoHighLevelCreate a new opportunity in GoHighLevel
Update Opportunity
GoHighLevelUpdate an existing opportunity
Delete Opportunity
GoHighLevelDelete an opportunity from GoHighLevel
Get Calendar Free Slots
GoHighLevelGet available time slots for booking appointments
List Calendar Events
GoHighLevelList appointments in a calendar
Create Calendar Event
GoHighLevelSchedule a new appointment
Update Calendar Event
GoHighLevelUpdate an existing appointment
Delete Calendar Event
GoHighLevelCancel and delete an appointment
Get Available Slots
Cal.comGet available time slots for an event type
List Bookings
Cal.comRetrieve bookings from your Cal.com account
Get Booking
Cal.comGet details of a single booking
Create Booking
Cal.comCreate a new booking
Update Booking
Cal.comUpdate or reschedule an existing booking
Cancel Booking
Cal.comCancel an existing booking
Get Available Times
CalendlyGet available time slots for an event type within a date range
Search Events
CalendlySearch and filter scheduled events from your Calendly organization
Get Event
CalendlyGet a single scheduled event
Create Event
CalendlySchedule a new event for a specific event type, date, and time
Cancel Event
CalendlyCancel a scheduled event
Create Scheduling Link
CalendlyCreate a single-use scheduling link for an event type
On Mention
SlackTriggers when the bot is mentioned in a message
List Channel Messages
SlackList messages from a channel
Send Channel Message
SlackSend a message to a channel
Reply Message
SlackReply to a message in a thread
On New Message
TelegramTriggers when a new message is posted in a chat
Send Message
TelegramSend a message to a Telegram chat
On New Message
InstagramTriggers when a new message is received on Instagram
Send Message
InstagramSend a direct message on Instagram
On New Message
MessengerTriggers when a new message is received on Messenger
Send Message
MessengerSend a message on Messenger
On New Message
TikTokTriggers when a new message is received on TikTok
Send Message
TikTokSend a message on TikTok. Only allowed within 48 hours of the customer's last reply.
On New Message
WhatsAppTriggers when a new message is received on WhatsApp
On Message Status Change
WhatsAppTriggers when a message status changes (sent, delivered, read, failed)
Send Message
WhatsAppSend a message on WhatsApp within the allowed time frame
Send Message Template
WhatsAppSend a pre-approved WhatsApp message template.
On New Email
GmailTriggers when a new email is received in Gmail inbox
Send Email
GmailSend an email via Gmail
Reply to Email
GmailReply to an email thread in Gmail
List Labels
GmailGet list of Gmail labels
On New Message
JapifonTrigger when an incoming SMS message is received
Send SMS
JapifonSend an SMS message via Japifon
On New Message
TwilioTriggers when an SMS is received on your Twilio phone number
Send SMS
TwilioSend an SMS message via Twilio
On New Message
TelnyxTriggers when an SMS is received on your Telnyx phone number
Send SMS
TelnyxSend an SMS message via Telnyx
On New Email
ResendTriggers when a new email is received at your domain
Send Email
ResendSend an email using Resend
Search Customers
StripeSearch for customers by name or email
Get Customer
StripeRetrieve customer details by ID
Create Customer
StripeCreate a new customer in Stripe
Update Customer
StripeUpdate customer information
Create Checkout Link
StripeGenerate single-use checkout link for payment or subscription (expires in 24h)
Create Customer Portal Link
StripeGenerate self-service link for customer to manage everything (view payments, invoices, receipts, update card, cancel subscription)
List Currencies
StripeList available currencies
List Prices
StripeList available prices
Create Payment Link
StripeCreate permanent shareable link for payment or subscription
Get Payment Link
StripeRetrieve details of an existing payment link
Get Payment
StripeRetrieve payment details by ID
Refund Payment
StripeIssue refund for any completed payment (works on any payment intent)
List Payments
StripeList all payment intents (completed payments from any source)
Create Subscription
StripeCreate subscription directly (requires customer with payment method on file - usually use PAYMENT_LINK_CREATE instead)
Get Subscription
StripeRetrieve subscription details by ID
Update Subscription
StripeProgrammatically update subscription (usually let customer use portal link instead)
Cancel Subscription
StripeProgrammatically cancel subscription (usually let customer use portal link instead)
List Subscriptions
StripeList subscriptions for a customer
Create Invoice
StripeCreate and finalize invoice for a customer
Get Invoice
StripeRetrieve invoice details by ID
Send Invoice
StripeSend invoice via email to customer
List Invoices
StripeList all invoices (includes subscription auto-invoices and manual invoices)
Search Products
ShopifySearch for products in your Shopify store
Get Product
ShopifyRetrieve a single product by ID
Search Product Variants
ShopifySearch for product variants in your Shopify store
Search Orders
ShopifySearch for orders in your Shopify store
Get Order
ShopifyRetrieve a single order by ID
Create Order
ShopifyCreate a new order with payment pending
Update Order
ShopifyUpdate an existing order
Search Customers
ShopifySearch for customers in your Shopify store
Get Customer
ShopifyRetrieve a single customer by ID
Create Customer
ShopifyCreate a new customer in your Shopify store
Update Customer
ShopifyUpdate an existing customer
Search Tickets
ZendeskSearch for tickets using Zendesk search syntax
Get Ticket
ZendeskRetrieve details of a specific ticket
Create Ticket
ZendeskCreate a new support ticket in Zendesk
Update Ticket
ZendeskUpdate an existing Zendesk ticket
Reply to Ticket
ZendeskReply to a ticket (visible to customer)
Add Note to Ticket
ZendeskAdd an internal note to a ticket (only visible to your team)
List Ticket Comments
ZendeskGet all comments for a specific ticket
Search Leads
Odoo CRMSearch and list leads in Odoo CRM
Get Lead
Odoo CRMGet a single lead by ID
Create Lead
Odoo CRMCreate a new lead in Odoo CRM
Update Lead
Odoo CRMUpdate an existing lead in Odoo CRM
Delete Lead
Odoo CRMDelete a lead from Odoo CRM
Convert Lead to Opportunity
Odoo CRMConvert a lead into an opportunity
Search Opportunities
Odoo CRMSearch and list opportunities in Odoo CRM
Get Opportunity
Odoo CRMGet a single opportunity by ID
Create Opportunity
Odoo CRMCreate a new opportunity in Odoo CRM
Update Opportunity
Odoo CRMUpdate an existing opportunity in Odoo CRM
Delete Opportunity
Odoo CRMDelete an opportunity from Odoo CRM
Search Contacts
Odoo CRMSearch for contacts/partners in Odoo
List Calendar Events
Odoo CRMList calendar events within a date range
Create Calendar Event
Odoo CRMSchedule a new calendar event or meeting
Update Calendar Event
Odoo CRMUpdate an existing calendar event
Delete Calendar Event
Odoo CRMCancel and delete a calendar event
Upload Attachment
Odoo CRMAttach a file to a contact, lead, or opportunity in Odoo
List Attachments
Odoo CRMList all files attached to a contact, lead, or opportunity
Download Attachment
Odoo CRMDownload an attachment from a contact, lead, or opportunity
Delete Attachment
Odoo CRMDelete an attachment from a contact, lead, or opportunity
Search Products
WooCommerceSearch and list products in your store
Get Product
WooCommerceFetch a single product by ID
Search Product Variations
WooCommerceList variations of a variable product
Search Customers
WooCommerceSearch and list customers in your store
Get Customer
WooCommerceFetch a single customer by ID
Create Customer
WooCommerceCreate a new customer
Update Customer
WooCommerceUpdate a customer
Search Orders
WooCommerceSearch and list orders in your WooCommerce store
Get Order
WooCommerceFetch a single order by ID
Create Order
WooCommerceCreate a new order
Update Order
WooCommerceUpdate an existing order (change status, add note, or issue refund by setting status to "refunded")
Add Order Note
WooCommerceAppend a customer-visible note to an order (e.g. delivery instructions, gift-wrap request)
Get Coupon
WooCommerceFetch a coupon by its code
List Product Categories
WooCommerceList product categories (picker helper)