Put Pennylane to work with AI and enterprise-grade automation
Automate smarter with Pennylane 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.
- Cursor
- Limit
- Sort
- Customer ID
- Invoice Number
- Draft Status
- Credit Note
- External Reference
Try ItTriggerPolling- Cursor
- Limit
- Sort
- Customer ID
- Invoice Number
- Draft Status
- Credit Note
- External Reference
Try ItTriggerPolling- Cursor
- Limit
- Sort
- Customer ID
Try ItTriggerPolling- Company nameRequired
- VAT number
- Registration number
- Customer phone
- Billing addressRequired
- Billing postal codeRequired
- Billing cityRequired
- Billing country codeRequired
- Delivery address
- Delivery postal code
- Delivery city
- Delivery country code
- Customer payment conditions
- Customer billing IBAN
- Recipient
- Reference
- Ledger account number
- Notes
- Customer emails
- External reference
- Billing language
ActionWrite
- New Customer V2
Triggers when a new customer is created.
Try ItTriggerPolling - New Product V2
Triggers when a new product is created.
Try ItTriggerPolling - Start dateRequired
- Mode typeRequired
- Email recipients
- Payment conditionsRequired
- Payment methodRequired
- Recurring rule TypeRequired
- Recurring rule Interval
- Recurring rule Count
- Day of month (for monthly recurrence)
- Day of week (for weekly recurrence)
- Customer IDRequired
- Currency
- Customer Invoice Template ID
- PDF Invoice Free Text
- PDF Invoice Subject
- PDF Description
- Special Mention
- Language
- Discount
- Invoice Line Sections
- Invoice Line LabelRequired
- Invoice Line QuantityRequired
- Invoice Line Raw Currency Unit PriceRequired
- Invoice Line UnitRequired
- Invoice Line VAT RateRequired
- Invoice Line Description
- Invoice Line Product ID
- Invoice Line Ledger Account ID
- Invoice Line Section Rank
- Invoice Line Discount Type
- Invoice Line Discount Value
ActionWrite- Customer IDRequired
- Company name
- VAT number
- Registration number
- Customer phone
- Billing address
- Billing postal code
- Billing city
- Billing country code
- Delivery address
- Delivery postal code
- Delivery city
- Delivery country code
- Customer payment conditions
- Customer billing IBAN
- Recipient
- Reference
- Ledger account number
- Notes
- Customer emails
- External reference
- Billing language
ActionWrite
For builders
Let your AI safely access Pennylane
Go beyond Zap workflows. Install Zapier in your AI to call Pennylane actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Pennylane 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 Pennylane 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 Pennylane 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: "pennylane", owner: "me" });
await zapier.runAction({
app: 'pennylane',
action: 'billing_subscriptionV2Create',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.










