Automate Reddit
Explore Plans
Mobile menu Close menu
BeeminderBeeminder

Add datapoint

This Action will add a new datapoint to a Beeminder goal.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will add a new datapoint to a Beeminder goal.
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: datapointValue)

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: datapointComment)