Put Factomos to work with AI and enterprise-grade automation
Automate smarter with Factomos 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.
- Article NameRequired
- Article Type
- Article description
- Article unit
- Article price
- Article supplier price
- Vat rate
ActionWrite- ContactRequired
- Estimate subject
- Estimate attention
- Estimate date
- Article IdRequired
- Article description
- QuantityRequired
- Price
- Vat rate
- Estimate Comment
ActionWrite- Invoice PIDRequired
- Payment type
- Payment date
- Total amount paidRequired
ActionWrite- Article ReferenceRequired
- Article PriceRequired
- Article Total VATRequired
- Article QuantityRequired
- Article NameRequired
- Article description
- Article Product ID
- Default Article PID
- Shipping Article PID
- Shipping Total
- Shipping Tax
- Tax Lines Rate Percent
- Tax Lines Totals
- Total paidRequired
- Total taxes paidRequired
- Shipping MethodRequired
- Image ID
- Image SRC
ActionSearch
- Contact Type
- Contact Company Name
- Contact Reference
- Registration number
- Vat Number
- Contact's website
- Client Phone number
- Contact Description
- Contact title
- First name
- Last nameRequired
- E-mail
- Phone number
- Contact Language
- Address
- Address More
- Zipcode
- City
- Country
ActionWrite- ContactRequired
- Invoice object
- Invoice attention
- Invoice date
- Date of Payment
- Invoice Paid Mention
- Prices include tax?
- Article idRequired
- Article title
- Article quantity
- Article price
- Article VAT Rate
- Article Total VAT
- Article description
- Article line mode
- Invoice Comment
- Invoice creation mode in FactomosRequired
- Send invoice to customer via email
ActionWrite- WooCommerce Website DomainRequired
- WooCommerce API Consumer KeyRequired
- WooCommerce API Consumer SecretRequired
- Product ID
ActionWrite- Keyword
ActionSearch
For builders
Let your AI safely access Factomos
Go beyond Zap workflows. Install Zapier in your AI to call Factomos actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Factomos 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 Factomos 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 Factomos 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: "factomos", owner: "me" });
await zapier.runAction({
app: 'factomos',
action: 'create_article',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.










