Add group expense
add_group_expenseAdd an expense to a group: who paid and who shares it (equal split unless amounts are given). Members are matched by name; you are the payer unless told otherwise. Optionally also logs it on one of your accounts when you paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| note | No | ||
| group | Yes | Group name or id | |
| title | Yes | ||
| amount | Yes | Major units | |
| paid_by | No | Member name; default you | |
| currency | No | Default: the group's home currency | |
| account_id | No | Your account to log the payment on (only when you paid; same currency) | |
| category_id | No | ||
| split_among | No | Default: everyone, equally |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||