New services
Explore Plans
Mobile menu Close menu
AdafruitAdafruit

Send data to Adafruit IO

This Action will send data to a feed in your Adafruit IO account.

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 send data to a feed in your Adafruit IO account.
API endpoint slug
adafruit.send_data
Filter code method
Adafruit.sendData.skip(string?: reason)
Runtime method
runAction("adafruit.send_data", {})

Action fields

Feed name Dropdown list

Label
Feed name
Helper text
The name of the feed to save data to.
Slug
feed_name
Required
true
Can have default value
false

Data Text input > Other

Label
Data to save
Helper text
The data to be saved to your feed.
Slug
data
Required
true
Can have default value
true
Filter code method
Adafruit.sendData.setData(string: data)