This trigger fires when a new expense transaction appears in your Monarch account. Optionally filter by category and choose whether to include pending transactions.
Developer info
API endpoint slug
eclosion.new_charge
Trigger fields
Category Dropdown list
Label
Which category should trigger this?
Helper text
Only trigger for charges in this category. Leave blank for all categories.
Slug
category
Required
true
Can have default value
false
Include pending Checkboxes
Label
Should pending transactions be included?
Helper text
By default only settled transactions trigger. Check this to also include pending charges.
Slug
include_pending
Required
true
Can have default value
true
Ingredients
Created at
Date and time event was created.
Slug
created_at
Filter code
Eclosion.newCharge.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Amount
The dollar amount of the charge as a whole number.
Slug
amount
Filter code
Eclosion.newCharge.Amount
Type
String
Example
42
Merchant name
The name of the merchant or payee for this transaction.
Slug
merchant_name
Filter code
Eclosion.newCharge.MerchantName
Type
String
Example
Whole Foods
Category name
The budget category this transaction is filed under.
Slug
category_name
Filter code
Eclosion.newCharge.CategoryName
Type
String
Example
Groceries
Is pending
Whether this transaction is still pending or has been settled.