This action will record a new expense in FreshBooks. Requires a FreshBooks Plus or Premium plan.
- API endpoint slug
- freshbooks.create_expense
- Filter code method
- Freshbooks.createExpense.skip(string?: reason)
- Runtime method
- runAction("freshbooks.create_expense", {})
Action fields
- Label
- Amount
- Helper text
- The expense amount.
- Slug
- amount
- Required
- true
- Can have default value
- true
- Filter code method
- Freshbooks.createExpense.setAmount(string: amount)
- Label
- Category
- Helper text
- The expense category.
- Slug
- category_id
- Required
- true
- Can have default value
- false
- Label
- Vendor
- Helper text
- The vendor or merchant the expense was paid to.
- Slug
- vendor
- Required
- true
- Can have default value
- true
- Filter code method
- Freshbooks.createExpense.setVendor(string: vendor)
- Label
- Expense date
- Helper text
- The date the expense was incurred.
- Slug
- expense_date
- Required
- true
- Can have default value
- true
- Filter code method
- Freshbooks.createExpense.setExpenseDate(string: expense_date)
- Label
- Notes
- Helper text
- Optional notes about the expense.
- Slug
- notes
- Required
- false
- Can have default value
- true
- Filter code method
- Freshbooks.createExpense.setNotes(string: notes)