ThingSpeak · Arazzo Workflow
ThingSpeak Provision Channel and Seed First Reading
Version 1.0.0
Create a new channel, write an initial entry to it, then read that entry back.
View Spec
View on GitHub
IoTInternet of ThingsAnalyticsTime SeriesMQTTMATLABSensorsTelemetryArazzoWorkflows
Provider
Workflows
provision-channel-and-seed-reading
Create a channel, write its first reading, and read the entry back.
Creates a channel, extracts the write API key from the channel response, writes a single entry with that key, and reads the last entry to verify.
1
createChannel
createChannel
Create the channel with a name, description, and a labeled first field.
2
writeReading
updateChannelFeedGet
Write the first reading into field1 using the channel write API key returned by the create step.
3
readLastEntry
readLastEntry
Read the most recent entry on the channel to confirm the reading was stored.
Source API Descriptions
openapi
openapi