This trigger fires when one of your savings goals reaches its target amount in Monarch.
- API endpoint slug
- eclosion.goal_achieved
Trigger fields
- 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
- Slug
- created_at
- Filter code
- Eclosion.goalAchieved.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- goal_name
- Filter code
- Eclosion.goalAchieved.GoalName
- Type
- String
- Example
- Emergency Fund
- Slug
- target_amount
- Filter code
- Eclosion.goalAchieved.TargetAmount
- Type
- String
- Example
- 5000
- Slug
- achieved_at
- Filter code
- Eclosion.goalAchieved.AchievedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00