DashboardSign inStart your trial

Adafruit IO

Reference

21 actions for Adafruit IO workflows.

01. Operations

Act on Adafruit IO from a workflow

Operations are the actions a workflow can take in Adafruit IO, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Development

21 operations
Action

Add Feeds to Group

ADAFRUIT_IO_ADD_FEEDS_TO_GROUP

Sequentially add 1-10 existing feeds to one group using one documented provider request per feed.

2 input
Action

Create Dashboard

ADAFRUIT_IO_CREATE_DASHBOARD

Create a dashboard for visualizing and controlling feed data.

4 input
Action

Create Feed

ADAFRUIT_IO_CREATE_FEED

Create a feed, optionally within an existing group.

8 input
Action

Create Group

ADAFRUIT_IO_CREATE_GROUP

Create a group for organizing feeds.

2 input
Action

Delete Dashboard

ADAFRUIT_IO_DELETE_DASHBOARD

Permanently delete one dashboard by exact key.

1 input
Action

Delete Data Point

ADAFRUIT_IO_DELETE_DATA_POINT

Permanently delete one feed data point by ID.

2 input
Action

Delete Data Points

ADAFRUIT_IO_DELETE_DATA_POINTS

Permanently delete 1-30 feed data points sequentially through Adafruit IO's single-data-point DELETE endpoint, bounded by the Free-plan limit of 30 data…

2 input
Action

Delete Feed

ADAFRUIT_IO_DELETE_FEED

Permanently delete one feed and its retained data by exact feed key.

1 input
Action

Delete Group

ADAFRUIT_IO_DELETE_GROUP

Permanently delete one group by exact key.

1 input
Action

Get Account Status

ADAFRUIT_IO_GET_ACCOUNT_STATUS

Return compact identity, plan limits, and current data-write throttle usage for the connected Adafruit IO account.

Action

Get Dashboards

ADAFRUIT_IO_GET_DASHBOARDS

List dashboards, or retrieve one dashboard and its blocks by key.

1 input
Action

Get Data Point

ADAFRUIT_IO_GET_DATA_POINT

Retrieve one feed data point by its exact ID.

3 input
Action

Get Feeds

ADAFRUIT_IO_GET_FEEDS

List feeds, or retrieve one feed by key with optional data summary details.

2 input
Action

Get Groups

ADAFRUIT_IO_GET_GROUPS

List groups with feed summaries, or retrieve one group by key.

1 input
Action

List Feed Data

ADAFRUIT_IO_LIST_FEED_DATA

Return one newest-first page of feed data with an opaque cursor for the next older page.

6 input
Action

Publish Feed Data

ADAFRUIT_IO_PUBLISH_FEED_DATA

Publish one or multiple timestamped values to a feed, using the batch endpoint only when multiple points are supplied.

2 input
Action

Remove Feeds from Group

ADAFRUIT_IO_REMOVE_FEEDS_FROM_GROUP

Sequentially remove 1-10 feeds from one group using one documented provider request per feed.

2 input
Action

Update Dashboard

ADAFRUIT_IO_UPDATE_DASHBOARD

Update an existing dashboard by exact dashboard key.

5 input
Action

Update Data Point

ADAFRUIT_IO_UPDATE_DATA_POINT

Replace the value and optional metadata of one existing feed data point.

7 input
Action

Update Feed

ADAFRUIT_IO_UPDATE_FEED

Update an existing feed by exact feed key.

8 input
Action

Update Group

ADAFRUIT_IO_UPDATE_GROUP

Update an existing group by exact group key.

3 input
What now

Use Adafruit IO in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.