Put Socket to work with AI and enterprise-grade automation
Automate smarter with Socket 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
Launch your first automated workflow
Create clients, web links, jobs, tasks, and documents in FYI when new proposals are won in Socket
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.
- Form Response Submitted
Triggers when a form response is submitted, on any submission route (public link, direct send, or proposal onboarding).
Try ItTriggerInstant - Lead Lost
Triggers when a lead reaches the Lost stage, whether it was marked as lost directly or its proposal was lost or deleted.
Try ItTriggerInstant - Lead Won
Triggers when a lead reaches the Won stage, which happens when its proposal is won. Leads created from an already-won proposal do not fire this - the win predates the lead.
Try ItTriggerInstant - Proposal Adjustment Started
Triggers when a proposal adjustment is started.
Try ItTriggerInstant
- Lead Created
Triggers when a lead is created in Socket, however it arrived - a Socket form, the API, another Zap, or a practitioner adding it by hand.
Try ItTriggerInstant - Lead Stage Changed
Triggers whenever a lead moves between pipeline stages, including your own custom stages. Also fires when a lead is won or lost - use the dedicated Lead Won and Lead Lost triggers if you only want those. Does not fire when a stage is deleted and its leads are moved on.
Try ItTriggerInstant - Proposal Activated
Triggers when a proposal becomes active.
Try ItTriggerInstant - Proposal Changes Requested
Triggers when a team member requests changes to a proposal (Pro Features only).
Try ItTriggerInstant
For builders
Let your AI safely access Socket
Go beyond Zap workflows. Install Zapier in your AI to call Socket actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Socket 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 Socket 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 Socket connection @ https://zapier.com/fr/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "socket", owner: "me" });
await zapier.runAction({
app: 'socket',
action: 'client_create',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.










