Log Fitbit weight to Beeminder goal
This Action will add a new datapoint to a Beeminder goal.
Developer info
- API endpoint slug
- beeminder.add_data
- Filter code method
- Beeminder.addData.skip(string?: reason)
- Runtime method
- runAction("beeminder.add_data", {})
Action fields
Goal Dropdown list
- Label
- Goal to send data to
- Slug
- goal
- Required
- true
- Can have default value
- false
Datapoint value Text input > Other
- Label
- Datapoint value
- Helper text
- The actual number to send to your Beeminder goal
- Slug
- datapoint_value
- Required
- true
- Can have default value
- true
- Filter code method
- Beeminder.addData.setDatapointValue(string: datapoint_value)
Datapoint comment Text input > Short text
- Label
- Datapoint comment
- Slug
- datapoint_comment
- Required
- false
- Can have default value
- true
- Filter code method
- Beeminder.addData.setDatapointComment(string: datapoint_comment)