Explore Plans
Mobile menu Close menu
Splitwise

New expense involving you

This trigger fires when a new expense is created that involves you.

Developer info

API endpoint slug
splitwise.new_expense_involving_you

Trigger fields

Group Dropdown list

Label
Group
Helper text
Optionally filter for expenses in a specific group.
Slug
group_id
Required
true
Can have default value
false

Ingredients

Cost The total cost of the expense.

Slug
cost
Filter code
Splitwise.newExpenseInvolvingYou.Cost
Type
String
Example
50.00

Description The description of the expense.

Slug
description
Filter code
Splitwise.newExpenseInvolvingYou.Description
Type
String
Example
Dinner at restaurant

Expense date The date when the expense occurred.

Slug
expense_date
Filter code
Splitwise.newExpenseInvolvingYou.ExpenseDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Currency The currency code of the expense.

Slug
currency
Filter code
Splitwise.newExpenseInvolvingYou.Currency
Type
String
Example
USD

Group name The name of the group the expense belongs to.

Slug
group_name
Filter code
Splitwise.newExpenseInvolvingYou.GroupName
Type
String
Example
Roommates

Created by The first and last name of the user who created the expense.

Slug
created_by
Filter code
Splitwise.newExpenseInvolvingYou.CreatedBy
Type
String
Example
John Doe

Receipt url The URL of the receipt image.

Slug
receipt_url
Filter code
Splitwise.newExpenseInvolvingYou.ReceiptUrl
Type
String
Example
https://example.com/receipt.jpg

Created at The date and time when the expense was created.

Slug
created_at
Filter code
Splitwise.newExpenseInvolvingYou.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Owed share Your share of the expense.

Slug
owed_share
Filter code
Splitwise.newExpenseInvolvingYou.OwedShare
Type
String
Example
25.00
Help