create_account
Create a new account in the chart of accounts, specifying name, type, and optional details like code, currency, and parent account.
Instructions
Create a new account in the chart of accounts. Account types: income, expense, cost_of_goods_sold, other_income, other_expense, asset (bank, other_current_asset, fixed_asset, other_asset, cash, accounts_receivable), liability (other_current_liability, credit_card, long_term_liability, other_liability, accounts_payable), equity (equity, retained_earnings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| account_name | Yes | Name for the new account | |
| account_type | Yes | Account type (e.g., expense, income, bank, accounts_receivable) | |
| account_code | No | Optional account code for reference | |
| description | No | Description of the account | |
| currency_id | No | Currency ID for the account | |
| parent_account_id | No | Parent account ID for sub-accounts |