OCNORA

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 Datapoint
    Add one datapoint to a goal, optionally with an idempotency key so a retried workflow does not double-count it.
    beeminder.create_datapoint
  • Create Datapoints
    Add several datapoints to one goal in a single call and report which rows Beeminder accepted and which it refused.
    beeminder.create_datapoints
  • Delete Datapoint
    Permanently remove one datapoint from a goal.
    beeminder.delete_datapoint
  • Get Goal
    Read one goal's settings, its current value and when it next derails.
    beeminder.get_goal
  • Get Account
    Read the connection's Beeminder account: its timezone, its goal slugs and how urgent its goals are overall.
    beeminder.get_user
  • List Datapoints
    Read a goal's datapoints, newest first, optionally one page at a time.
    beeminder.list_datapoints
  • List Goals
    Read every goal on the connection's account, most urgent first.
    beeminder.list_goals
  • Update Datapoint
    Change the value, timestamp or comment of one existing datapoint.
    beeminder.update_datapoint

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.