Put Cuéntica to work with AI and enterprise-grade automation
Automate smarter with Cuéntica 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.
- Type of BusinessRequired
- Country
- Business NameRequired
- Trade Name
- Tax IDRequired
- AddressRequired
- Postal CodeRequired
- TownRequired
- Contact Person
- Phone
- Web
- Email
- Preferred Payment Method
- Default Invoice Language
- Has Surcharge
- Personal Comment
ActionWrite- InvoiceRequired
- ToRequired
- Reply ToRequired
- SubjectRequired
- BodyRequired
- CC
- BCC Me
ActionWrite- Customer ID
- Tax ID
ActionSearch- Customer ID
- Tax IDRequired
- Type of BusinessRequired
- Country
- Business NameRequired
- Trade Name
- AddressRequired
- Postal CodeRequired
- TownRequired
- Contact Person
- Phone
- Web
- Email
- Preferred Payment Method
- Default Invoice Language
- Has Surcharge
- Personal Comment
ActionSearch or write
- QuantityRequired
- ConceptRequired
- Tax BaseRequired
- DiscountRequired
- TaxRequired
- RetentionRequired
- Surcharge
- Operation type classification
- Tax Exemption/Subjection Classification
- Date
- AmountRequired
- Payment MethodRequired
- My Company's accountRequired
- Customer's Account
- CollectedRequired
- Description
- Tags
- Date
- Series
- Select the customer to issue the invoice to from those you have already created
- Footer
- IRM
- Annotations
- IssuedRequired
- ToRequired
- Reply ToRequired
- SubjectRequired
- BodyRequired
- CC
- BCC Me
ActionWrite- Description
- Tags
- Date
- Serie
- Select the customer to issue the invoice to from those you have already created
- QuantityRequired
- ConceptRequired
- Tax BaseRequired
- DiscountRequired
- TaxRequired
- RetentionRequired
- Surcharge
- Operation type classification
- Tax Exemption/Subjection Classification
- Date
- AmountRequired
- Payment MethodRequired
- My Company's AccountRequired
- Customer's Account
- CollectedRequired
- Footer
- IRM
- Annotations
- IssuedRequired
ActionWrite- Invoice's IDRequired
ActionSearch- Invoice's IDRequired
- Description
- Tags
- Date
- Serie
- Select the customer to issue the invoice to from those you have already created
- QuantityRequired
- ConceptRequired
- Tax BaseRequired
- DiscountRequired
- TaxRequired
- RetentionRequired
- Surcharge
- Operation type classification
- Tax Exemption/Subjection Classification
- Date
- AmountRequired
- Payment MethodRequired
- My Company's AccountRequired
- Customer's Account
- CollectedRequired
- Footer
- IRM
- Annotations
- IssuedRequired
ActionSearch or write
For builders
Let your AI safely access Cuéntica
Go beyond Zap workflows. Install Zapier in your AI to call Cuéntica actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Cuéntica 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 Cuéntica 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 Cuéntica 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: "cuentica", owner: "me" });
await zapier.runAction({
app: 'cuentica',
action: 'clienteCreate',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.








