Record Transaction
record_transactionRecord a bank-side ledger row — actual money moving (income/expense/transfer): name, amount ($), optional fee, category, phase, date, banking references, and links to a receipt/project/vendor/place/team. Requires event_id + name + impact + amount; you must be a host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | ||
| date | No | ||
| name | Yes | ||
| note | No | ||
| tags | No | ||
| payer | No | ||
| phase | No | ||
| amount | Yes | ||
| impact | Yes | ||
| team_id | No | ||
| who_for | No | ||
| category | No | ||
| event_id | Yes | ||
| place_id | No | ||
| receiver | No | ||
| vendor_id | No | ||
| project_id | No | ||
| receipt_id | No | ||
| reconciled | No | ||
| references | No | ||
| description | No | ||
| payer_email | No | ||
| paid_to_account | No | ||
| paid_from_account | No |