This action will create a new expense for a group, split equally.
- API endpoint slug
- splitwise.create_expense_for_group
- Filter code method
- Splitwise.createExpenseForGroup.skip(string?: reason)
- Runtime method
- runAction("splitwise.create_expense_for_group", {})
Action fields
- Label
- Cost
- Helper text
- The total cost of the expense.
- Slug
- cost
- Required
- true
- Can have default value
- true
- Label
- Description
- Helper text
- The description of the expense.
- Slug
- description
- Required
- true
- Can have default value
- true
- Label
- Group
- Helper text
- The group to add the expense to.
- Slug
- group_id
- Required
- true
- Can have default value
- false
- Label
- Date
- Helper text
- The date of the expense (optional).
- Slug
- date
- Required
- false
- Can have default value
- true
- Label
- Currency
- Helper text
- The currency code (defaults to USD).
- Slug
- currency
- Required
- false
- Can have default value
- true