Beeminder
Business appsAPI keyOAuth 2.0credential probe
Add, read, edit and delete goal datapoints and read goals and account details on Beeminder (API v1).
OCNORA ships 8 typed Beeminder operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 8
- Create DatapointAdd one datapoint to a goal, optionally with an idempotency key so a retried workflow does not double-count it.beeminder.create_datapoint
- Create DatapointsAdd several datapoints to one goal in a single call and report which rows Beeminder accepted and which it refused.beeminder.create_datapoints
- Delete DatapointPermanently remove one datapoint from a goal.beeminder.delete_datapoint
- Get GoalRead one goal's settings, its current value and when it next derails.beeminder.get_goal
- Get AccountRead the connection's Beeminder account: its timezone, its goal slugs and how urgent its goals are overall.beeminder.get_user
- List DatapointsRead a goal's datapoints, newest first, optionally one page at a time.beeminder.list_datapoints
- List GoalsRead every goal on the connection's account, most urgent first.beeminder.list_goals
- Update DatapointChange the value, timestamp or comment of one existing datapoint.beeminder.update_datapoint
More in Business apps
Run your first Beeminder workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.