ConnectMachine Integrations
BetaPut ConnectMachine to work with AI and enterprise-grade automation
Automate smarter with ConnectMachine and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- Deleted Contact
Triggers when a contact is deleted and includes its pre-delete snapshot.
Try ItTriggerInstant - Updated Contact
Triggers when a contact is updated in ConnectMachine.
Try ItTriggerInstant - ContactRequired
- Contact Type
- First Name
- Last Name
- Company
- Job Title
- Notes
- Bio
- Network
- Email 1 Label
- Email 1 (Primary)
- Email 2 Label
- Email 2
- Email 3 Label
- Email 3
- Email 4 Label
- Email 4
- Email 5 Label
- Email 5
- Phone 1 Label
- Phone 1 (Primary)
- Phone 2 Label
- Phone 2
- Phone 3 Label
- Phone 3
- Phone 4 Label
- Phone 4
- Phone 5 Label
- Phone 5
- Website 1 Label
- Website 1 (Primary)
- Website 2 Label
- Website URL 2
- Website 3 Label
- Website URL 3
- Website 4 Label
- Website URL 4
- Website 5 Label
- Website URL 5
- LinkedIn URL
- X URL
- Facebook URL
- Instagram URL
- YouTube URL
- TikTok URL
- GitHub URL
- Label
- Profile URL
- Street
- Street 2
- City
- State or Region
- Postal Code
- Country
- Latitude
- Longitude
- Google Maps URL
- Place Name
- Street
- Street 2
- City
- State or Region
- Postal Code
- Country
- Latitude
- Longitude
- Google Maps URL
- Custom Field 1 Label
- Custom Value 1
- Custom Field 2 Label
- Custom Value 2
- Custom Field 3 Label
- Custom Value 3
- Custom Field 4 Label
- Custom Value 4
- Custom Field 5 Label
- Custom Value 5
ActionWrite
- New Contact
Triggers when a contact is created in ConnectMachine.
Try ItTriggerInstant - Contact Type
- First NameRequired
- Last Name
- Company
- Job Title
- Notes
- Bio
- Network
- Email 1 Label
- Email 1 (Primary)
- Email 2 Label
- Email 2
- Email 3 Label
- Email 3
- Email 4 Label
- Email 4
- Email 5 Label
- Email 5
- Phone 1 Label
- Phone 1 (Primary)
- Phone 2 Label
- Phone 2
- Phone 3 Label
- Phone 3
- Phone 4 Label
- Phone 4
- Phone 5 Label
- Phone 5
- Website 1 Label
- Website 1 (Primary)
- Website 2 Label
- Website URL 2
- Website 3 Label
- Website URL 3
- Website 4 Label
- Website URL 4
- Website 5 Label
- Website URL 5
- LinkedIn URL
- X URL
- Facebook URL
- Instagram URL
- YouTube URL
- TikTok URL
- GitHub URL
- Label
- Profile URL
- Street
- Street 2
- City
- State or Region
- Postal Code
- Country
- Latitude
- Longitude
- Google Maps URL
- Place Name
- Street
- Street 2
- City
- State or Region
- Postal Code
- Country
- Latitude
- Longitude
- Google Maps URL
- Custom Field 1 Label
- Custom Value 1
- Custom Field 2 Label
- Custom Value 2
- Custom Field 3 Label
- Custom Value 3
- Custom Field 4 Label
- Custom Value 4
- Custom Field 5 Label
- Custom Value 5
ActionWrite
For builders
Let your AI safely access ConnectMachine
Go beyond Zap workflows. Install Zapier in your AI to call ConnectMachine actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in ConnectMachine from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose ConnectMachine actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a ConnectMachine connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "connectmachine", owner: "me" });
await zapier.runAction({
app: 'connectmachine',
action: 'create_contact',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

