Put Pathway to work with AI and enterprise-grade automation
Automate smarter with Pathway 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.
- Created From:Required
Try ItTriggerPolling- Created FromRequired
Try ItTriggerPolling- First nameRequired
- Last NameRequired
- Date of Birth
- First Name 2
- Last Name2
- Date of Birth 2
- Account Type
- Email AddressRequired
- Agency CodeRequired
- Branch CodeRequired
- Type Of BusinessRequired
- Phone NumberRequired
- Account Name
- Broker CodeRequired
- Business Name
- Bill Broker NetRequired
- is PersonalRequired
- Mailing Address City
- Mailing Address Country Code
- Mailing Address County
- Mailing Address State or Province Code
- Mailing Address Street 1
- Mailing Address Street 2
- Mailing Address Street 3
- Mailing Address Zip Or Postal Code
ActionWrite- Effective DateRequired
- Expiration DateRequired
- Insurer Code
- Status Code
- Premium
- BuscodeRequired
- DescriptionRequired
- Agency CodeRequired
- Branch CodeRequired
- Department CodeRequired
- Line Type CodeRequired
- Profit Center CodeRequired
- Issuing Location CodeRequired
- Policy Number
- ccode
- Client First NameRequired
- Client Last NameRequired
- Client Date of Birth
- Client First Name 2
- Client Last Name 2
- Client Date of Birth 2
- Client Account TypeRequired
- Client Email AddressRequired
- Client Agency CodeRequired
- Client Branch CodeRequired
- Client Type Of BusinessRequired
- Client Phone NumberRequired
- Client Account Name
- Client Broker CodeRequired
- Client Business Name
- Client Bill Broker Net
- Client is PersonalRequired
- Client Mailing Address city
- Client Mailing Address Country Code
- Client Mailing Address County
- Client Mailing Address State/Province Code
- Client Mailing Address Street 1
- Client Mailing Address Street 2
- Client Mailing Address Street 3
- Client Mailing Address ZIP/Postal Code
- Additional Interests City
- Additional Interests Country Code
- Additional Interests County
- Additional Interests State/Province Code
- Additional Interests Street 1
- Additional Interests Street 2
- Additional Interests Street 3
- Additional Interests ZIP/Postal Code
- Additional Interests Name
ActionWrite
- Days ahead:Required
Try ItTriggerPolling- ccodeRequired
- Activity Title
- Status
- Activity OwnerRequired
- TimeRequired
- Agency CodeRequired
- Branch CodeRequired
- Policy Number
- Attachment Content
- Attachment Url
- Attachment Filename
- Attachment Folder
- Activity Code
- Activity Category
- Client Accessible
- Follow Up Start Date
- Follow Up End Date
ActionWrite- Flow IDRequired
- Contact ccodeRequired
ActionWrite
For builders
Let your AI safely access Pathway
Go beyond Zap workflows. Install Zapier in your AI to call Pathway actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Pathway 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 Pathway 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 Pathway 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: "pathway-dataport-api", owner: "me" });
await zapier.runAction({
app: 'pathway-dataport-api',
action: 'new_abeyance',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.










