Developer docs

Mixmax integration

The #1 Sales Engagement Platform for Gmail.

Catalog updated September 2026 94 catalog actions

Provider
mixmax
Category
Email
Setup
User-supplied API key
Actions
94 listed in catalog

Start with one action

  1. Define the result. Choose one task, the data it needs, and who may run it. Start with a read when possible.
  2. Check access. Review the setup state below and the connection available to your workspace or app user. A catalog listing does not confirm that an account is connected.
  3. Inspect the current inputs. Ask the editor to discover the actions for Mixmax and inspect the selected action's required inputs and returned data before implementing it.
  4. Verify with test data. Compare the result with what you expected. Check unauthorized access and error handling before relying on the feature.
Developer details: the supplied app client

Generated apps that include src/lib/composio.ts expose the following import in their React app code:

import { executeAction } from "@/lib/composio";

Its call signature is executeAction(actionName, params, options?). Supply the exact current action name and inputs from its specification. This import identifies the helper; it is not a complete or tested integration example.

The editor's os-list-integrations tool discovers an integration using integration_slug. Include both integration_slug and action_slug to retrieve the selected action's input and output schemas. Do not invent parameters from a catalog description.

executeAction requires a signed-in app user and any connection the action needs. The separate publicAction helper is only for a confirmed no-auth toolkit on an enabled public proxy. It does not make OAuth or API-key integrations anonymous.

Existing apps may contain an older client. Inspect the app's files and connection selection before changing a call. Keep provider credentials out of browser code and test failure handling; this guide does not promise automatic retries or synchronization.

Setup

This setup uses a supplied Mixmax API key. Follow the available connection form, then verify one action after setup.

Catalog actions

This saved catalog snapshot lists 94 actions. Names and inputs can change. Inspect the current action specification and connection requirements before adding a call; this list is not an execution test.

Show all 94 actions
  • MIXMAX_CREATE_INTEGRATIONS_SIDEBARS
  • MIXMAX_CREATE_LINK_RESOLVER
  • MIXMAX_CREATE_LIVEFEED_SEARCH
  • MIXMAX_CREATE_MESSAGE
  • MIXMAX_CREATE_RULE
  • MIXMAX_CREATE_RULE_ACTION
  • MIXMAX_CREATE_SEQUENCE_FOLDER
  • MIXMAX_CREATE_SNIPPET_TAG
  • MIXMAX_CREATE_TEAM
  • MIXMAX_DELETE_CONTACT
  • MIXMAX_DELETE_CONTACT_GROUP
  • MIXMAX_DELETE_CONTACT_NOTE
  • MIXMAX_DELETE_INTEGRATION_ENHANCEMENT
  • MIXMAX_DELETE_INTEGRATIONS_COMMANDS_ID
  • MIXMAX_DELETE_INTEGRATIONS_SIDEBARS
  • MIXMAX_DELETE_LINK_RESOLVER
  • MIXMAX_DELETE_RULE
  • MIXMAX_DELETE_RULE_ACTION
  • MIXMAX_DELETE_SEQUENCE_FOLDER
  • MIXMAX_DELETE_SNIPPET
  • MIXMAX_DELETE_SNIPPET_TAG
  • MIXMAX_DELETE_TEAM
  • MIXMAX_DELETE_UNSUBSCRIBE
  • MIXMAX_GET_CODE_SNIPPET
  • MIXMAX_GET_CONTACT
  • MIXMAX_GET_CONTACT_GROUP
  • MIXMAX_GET_CONTACTGROUP_CONTACTS
  • MIXMAX_GET_CONTACT_NOTES
  • MIXMAX_GET_FILEREQUESTS
  • MIXMAX_GET_INSIGHTS_REPORT_BY_ID
  • MIXMAX_GET_INTEGRATIONS_COMMANDS
  • MIXMAX_GET_INTEGRATIONS_ENHANCEMENTS
  • MIXMAX_GET_INTEGRATIONS_LINKRESOLVERS
  • MIXMAX_GET_INTEGRATIONS_SIDEBARS
  • MIXMAX_GET_LIVEFEED
  • MIXMAX_GET_LIVEFEED_EVENTS
  • MIXMAX_GET_MEETING_INVITES
  • MIXMAX_GET_MESSAGE
  • MIXMAX_GET_MESSAGES
  • MIXMAX_GET_POLLS
  • MIXMAX_GET_QA
  • MIXMAX_GET_REPORTS_DATA_TABLE
  • MIXMAX_GET_RULES
  • MIXMAX_GET_RULES_ID
  • MIXMAX_GET_SALESFORCE_ACCOUNT
  • MIXMAX_GET_SEQUENCE_FOLDER
  • MIXMAX_GET_SNIPPETS_ID
  • MIXMAX_GET_SNIPPET_TAG
  • MIXMAX_GET_SNIPPET_TAGS
  • MIXMAX_GET_TEAM_MEMBERS
  • MIXMAX_GET_TEAMS
  • MIXMAX_GET_UNSUBSCRIBES
  • MIXMAX_GET_USER_PREFERENCES_ME
  • MIXMAX_GET_USERS_ME
  • MIXMAX_GET_YES_NO
  • MIXMAX_LIST_CODE_SNIPPETS
  • MIXMAX_LIST_CONTACT_GROUPS
  • MIXMAX_LIST_CONTACTS
  • MIXMAX_LIST_RULE_ACTIONS
  • MIXMAX_LIST_SEQUENCE_FOLDERS
  • MIXMAX_LIST_SEQUENCES
  • MIXMAX_LIST_SNIPPETS
  • MIXMAX_PATCH_RULES_ID
  • MIXMAX_PATCH_RULES_ID_ACTIONS_ID
  • MIXMAX_PATCH_SNIPPETS_ID
  • MIXMAX_QUERY_CONTACTS
  • MIXMAX_REMOVE_CONTACT_FROM_GROUP
  • MIXMAX_REMOVE_TEAM_MEMBER
  • MIXMAX_SEARCH_SEQUENCES
  • MIXMAX_SEND_MESSAGE
  • MIXMAX_SEND_SNIPPET
  • MIXMAX_SEND_TEST_MESSAGE
  • MIXMAX_UPDATE_APPOINTMENT_LINK_CALENDAR_NAME
  • MIXMAX_UPDATE_CONTACT
  • MIXMAX_UPDATE_CONTACT_GROUP
  • MIXMAX_UPDATE_CONTACT_NOTE
  • MIXMAX_UPDATE_INSIGHTS_REPORT
  • MIXMAX_UPDATE_MESSAGE
  • MIXMAX_UPDATE_SEQUENCE_FOLDER
  • MIXMAX_UPDATE_SNIPPET_TAG
  • MIXMAX_UPDATE_TEAM
  • MIXMAX_UPDATE_USER_PREFERENCES_ME

Build with Mixmax

Describe one task you want your app to perform with Mixmax. Check the connection requirements, then verify the result in your app. Building and running the feature may use credits; review current pricing.