Add Feeds to Group
ADAFRUIT_IO_ADD_FEEDS_TO_GROUPSequentially add 1-10 existing feeds to one group using one documented provider request per feed.
Adafruit IO
21 actions for Adafruit IO workflows.
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.
Add Feeds to Group
ADAFRUIT_IO_ADD_FEEDS_TO_GROUPSequentially add 1-10 existing feeds to one group using one documented provider request per feed.
Create Dashboard
ADAFRUIT_IO_CREATE_DASHBOARDCreate a dashboard for visualizing and controlling feed data.
Create Feed
ADAFRUIT_IO_CREATE_FEEDCreate a feed, optionally within an existing group.
Create Group
ADAFRUIT_IO_CREATE_GROUPCreate a group for organizing feeds.
Delete Dashboard
ADAFRUIT_IO_DELETE_DASHBOARDPermanently delete one dashboard by exact key.
Delete Data Point
ADAFRUIT_IO_DELETE_DATA_POINTPermanently delete one feed data point by ID.
Delete Data Points
ADAFRUIT_IO_DELETE_DATA_POINTSPermanently 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…
Delete Feed
ADAFRUIT_IO_DELETE_FEEDPermanently delete one feed and its retained data by exact feed key.
Delete Group
ADAFRUIT_IO_DELETE_GROUPPermanently delete one group by exact key.
Get Account Status
ADAFRUIT_IO_GET_ACCOUNT_STATUSReturn compact identity, plan limits, and current data-write throttle usage for the connected Adafruit IO account.
Get Dashboards
ADAFRUIT_IO_GET_DASHBOARDSList dashboards, or retrieve one dashboard and its blocks by key.
Get Data Point
ADAFRUIT_IO_GET_DATA_POINTRetrieve one feed data point by its exact ID.
Get Feeds
ADAFRUIT_IO_GET_FEEDSList feeds, or retrieve one feed by key with optional data summary details.
Get Groups
ADAFRUIT_IO_GET_GROUPSList groups with feed summaries, or retrieve one group by key.
List Feed Data
ADAFRUIT_IO_LIST_FEED_DATAReturn one newest-first page of feed data with an opaque cursor for the next older page.
Publish Feed Data
ADAFRUIT_IO_PUBLISH_FEED_DATAPublish one or multiple timestamped values to a feed, using the batch endpoint only when multiple points are supplied.
Remove Feeds from Group
ADAFRUIT_IO_REMOVE_FEEDS_FROM_GROUPSequentially remove 1-10 feeds from one group using one documented provider request per feed.
Update Dashboard
ADAFRUIT_IO_UPDATE_DASHBOARDUpdate an existing dashboard by exact dashboard key.
Update Data Point
ADAFRUIT_IO_UPDATE_DATA_POINTReplace the value and optional metadata of one existing feed data point.
Update Feed
ADAFRUIT_IO_UPDATE_FEEDUpdate an existing feed by exact feed key.
Update Group
ADAFRUIT_IO_UPDATE_GROUPUpdate an existing group by exact group key.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.