Put FLOWii to work with AI and enterprise-grade automation
Automate smarter with FLOWii 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.
- Company Name
- Created From
- Created To
- Edited From
- Edited To
- Inactive From
- Inactive To
- Active From
- Active To
- Business Case Created From
- Business Case Created To
- Order Accepted From
- Order Accepted To
- Country ID
- Subtype ID
- Responsible User ID
- Business Case State ID
- Search Text
Try ItTriggerPolling- Business Case NameRequired
- Created DateRequired
- Business Case State IDRequired
- Partner IDRequired
- Description
- Anticipated Finish Date
- Finish Date
- Anticipated Income Amount
- Failure Note
- Failure Reason ID
- Responsible User IDs
ActionWrite- Company NameRequired
- Note
- DirectionRequired
- StateRequired
- User IDRequired
- Partner IDRequired
- Planned FromRequired
- Planned ToRequired
- Finished
- Communication Category ID
- Communication Type ID
- Business Case ID
- Order ID
ActionWrite- Partner NameRequired
- Partner TypeRequired
- Comment
- ICO
- DIC
- IC DPH
- Invoice Maturity (days)
- Partner Type ID (Base Business Relationship)
- Partner Subtype ID (Extended Business Relationship)
- Street
- City
- ZIP
- Country ID
- Responsible User IDRequired
- Salutation
- Title (Before Name)
- First NameRequired
- Last Name
- Post-nominal Letters
- Email
- Phone
- Mobile
- Job Title
- Custom Info
- Contact Comment
- Is Subscribed
- Salutation
- Title (Before Name)
- First Name
- Last Name
- Post-nominal Letters
- Email
- Phone
- Mobile
- Job Title
- Custom Info
- Contact Comment
- Is Subscribed
- Tag Name
ActionWrite
- Company NameRequired
- User IDRequired
- TypeRequired
- Date and time
- Note
ActionWrite- Company NameRequired
- Company Data IDRequired
- Cashflow TypeRequired
- Payment Date
- AmountRequired
- Taxed Amount
- VAT Rate
- Purpose
- Note
- Cashflow Category ID
- Company Data ID
- Partner ID
- Business Case ID
- Order ID
- Amount
- Proportion (%)
ActionWrite- Company NameRequired
- Order NameRequired
- State IDRequired
- Partner IDRequired
- Accepted Date
- Deadline
- Finished Date
- Delivered Date
- Warranty Date
- Anticipated Income Amount
- Description
- Failed Finish Note
- Type ID
- Subtype ID
- Business Case ID
- Responsible User IDs
ActionWrite- Company NameRequired
- User IDRequired
- TypeRequired
- Start date and time of absence.
- End date and time of absence.
- Note
ActionWrite
For builders
Let your AI safely access FLOWii
Go beyond Zap workflows. Install Zapier in your AI to call FLOWii actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in FLOWii 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 FLOWii 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 FLOWii 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: "flowii", owner: "me" });
await zapier.runAction({
app: 'flowii',
action: 'createAttendanceEvent',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.









