Get a congratulatory phone call when you hit a Monarch savings goal
This trigger fires when one of your savings goals reaches its target amount in Monarch.
Developer info
- API endpoint slug
- eclosion.goal_achieved
Trigger fields
Goal name Dropdown list
- Label
- Which goal should trigger this?
- Helper text
- The savings goal to watch for completion
- Slug
- goal_name
- Required
- true
- Can have default value
- false
Ingredients
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- Eclosion.goalAchieved.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Goal name The name of the savings goal that was achieved.
- Slug
- goal_name
- Filter code
- Eclosion.goalAchieved.GoalName
- Type
- String
- Example
- Emergency Fund
Target amount The dollar amount the goal was set to reach.
- Slug
- target_amount
- Filter code
- Eclosion.goalAchieved.TargetAmount
- Type
- String
- Example
- 5000
Achieved at The date and time when the goal was fully funded.
- Slug
- achieved_at
- Filter code
- Eclosion.goalAchieved.AchievedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00