AI とエンタープライズ グレードの自動化で Pennylane を活用
Pennylaneでよりスマートに自動化し、自信を持って拡張します。Zapier は、大企業グレードのセキュリティ、コンプライアンス、パフォーマンスを実現するために構築されています。
- ノーコードAI自動化
- 完全な監査証跡とコントロール
- SOC 2 およびGDPR準拠
- 簡単なビジュアルワークフロービルダー
- 9、000+ アプリ、 450+ AI ツール
- Free階層が利用可能
Zapierを使用して仕事を自動化している世界中の何百万人に加わりましょう
サポートされているトリガーとアクション
Zapier は、アプリを接続して反復的なタスクを自動化するワークフローの作成に役立ちます。トリガーはワークフローを開始するイベントであり、アクションは Zap が実行するイベントです。
- Cursor
- 極限
- Sort
- 顧客 ID
- 請求書番号
- Draft Status
- Credit Note
- External Reference
試してみるトリガーポーリング- Cursor
- 極限
- Sort
- 顧客 ID
- 請求書番号
- Draft Status
- Credit Note
- External Reference
試してみるトリガーポーリング- Cursor
- 極限
- Sort
- 顧客 ID
試してみるトリガーポーリング- 会社名必須
- 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
- 参考
- Ledger account number
- メモ
- Customer emails
- External reference
- Billing language
アクション書く
- New Customer V2
新しい顧客が作成された場合にトリガーされます。
試してみるトリガーポーリング - New Product V2
新しい製品が作成された場合にトリガーされます。
試してみるトリガーポーリング - 開始日必須
- Mode type必須
- Email recipients
- Payment conditions必須
- お支払い方法必須
- Recurring rule Type必須
- Recurring rule Interval
- Recurring rule Count
- Day of month (for monthly recurrence)
- Day of week (for weekly recurrence)
- 顧客 ID必須
- 通貨
- Customer Invoice Template ID
- PDF Invoice Free Text
- PDF Invoice Subject
- PDF Description
- Special Mention
- 言語
- 割引
- Invoice Line Sections
- Invoice Line Label必須
- Invoice Line Quantity必須
- Invoice Line Raw Currency Unit Price必須
- Invoice Line Unit必須
- Invoice Line VAT Rate必須
- Invoice Line Description
- Invoice Line Product ID
- Invoice Line Ledger Account ID
- Invoice Line Section Rank
- Invoice Line Discount Type
- Invoice Line Discount Value
アクション書く- 顧客 ID必須
- 会社名
- 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
- 参考
- Ledger account number
- メモ
- Customer emails
- External reference
- Billing language
アクション書く
構築担当者向け
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.










