Put Openpaye to work with AI and enterprise-grade automation
Automate smarter with Openpaye 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.
- File CodeRequired
- Employee Registration NumberRequired
- Contract NumberRequired
- Establishment CodeRequired
- Professional StatusRequired
- Contract Start Date
- Seniority Date
- Forecast End Date of Contract
- Type of employment contract
- Ground of appeal FTC
- National Collective Agreement
- Conventional Employment
- Nature of Employment
- Pension Plan
- Special Cases
- Day Package
- Type of salary
- Monthly Salary
- Hourly Wage
- Schedule Monday
- Schedule Tuesday
- Schedule Wednesday
- Schedule Thursday
- Schedule Friday
- Schedule Saturday
- Schedule Sunday
- Number of hours per month
- Increased number of monthly working hours
- Part-time employee
- Number days worked Monday
- Number days worked Tuesday
- Number days worked Wednesday
- Number days worked Thursday
- Number days worked Friday
- Number days worked Saturday
- Number days worked Sunday
- Number of Annual Days Planned in the Contract
ActionWrite- File codeRequired
- Registration NumberRequired
- NameRequired
- Civility
- First name
- Family Situation
- Date of birth
- Nationality
- Place of birth
- County
- Native Country
- Number of dependants
- SS Number + key
- SS Number + temporary key
- This number is provisional
- Number and lane
- Complement
- Postal Code
- City
- Country
- Fiscally Domiciled outside France ?
- Borderer
- Foreign Distribution Code
- INSEE Code municipalities
- Mail
- Phone
- Transfer
- BIC Code
- IBAN
ActionWrite
- CodeRequired
- Company NameRequired
- Phone
- Contact Name
- Quality
ActionWrite- File codeRequired
- CodeRequired
- Legal Company NameRequired
- Main Establishment
- SIRET
- Postal Address
- Postal Address 2
- Additional address
- Postal Code
- City
- Country
- National Collective Agreement
- Legal Form
- Civility
- Contributor Number
- Date of cancellation
- ACTIVITY
- APE
- APE LABEL
- INSEE Code municipalities
- Foreign distribution code
- A.T Risk code
- A.T Rate
- A.T Section
- Transport payment rate
- BIC Code
- IBAN
- Urssaf contributor number
ActionWrite
For builders
Let your AI safely access Openpaye
Go beyond Zap workflows. Install Zapier in your AI to call Openpaye actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Openpaye 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 Openpaye 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 Openpaye 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: "openpaye", owner: "me" });
await zapier.runAction({
app: 'openpaye',
action: 'CreationMiseAJourContrat',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.










