Flowoid allows you to automate repetitive tasks in AWS IoT Analytics. Connect AWS IoT Analytics with over 300 integrations and unlock its potential. No coding skills required.
Triggers
Batch Put Message
Sends messages to a channel.
New Channel
Retrieves a list of channels.
New Dataset
Retrieves information about data sets.
New Dataset Content
Retrieves the contents of a data set as pre-signed URIs.
New Datastore
Retrieves a list of data stores.
New Pipeline
Retrieves a list of pipelines.
Actions
Batch Put Message
Sends messages to a channel.
Cancel Pipeline Reprocessing
Cancels the reprocessing of data through the pipeline.
Create Channel
Creates a channel. A channel collects data from an MQTT topic and archives the raw, unprocessed messages before publishing the data to a pipeline.
Create Dataset
Creates a data set. A data set stores data retrieved from a data store by applying a "queryAction" (a SQL query) or a "containerAction" (executing a containerized application). This operation creates the skeleton of a data set. The data set can be populated manually by calling "CreateDatasetContent" or automatically according to a "trigger" you specify.
Create Dataset Content
Creates the content of a data set by applying a "queryAction" (a SQL query) or a "containerAction" (executing a containerized application).
Create Datastore
Creates a data store, which is a repository for messages.
Create Pipeline
Creates a pipeline. A pipeline consumes messages from a channel and allows you to process the messages before storing them in a data store. You must specify both a channel and a datastore activity and, optionally, as many as 23 additional activities in the pipelineActivities array.
Delete Channel
Deletes the specified channel.
Delete Dataset
Deletes the specified data set. You do not have to delete the content of the data set before you perform this operation.
Delete Dataset Content
Deletes the content of the specified data set.
Delete Datastore
Deletes the specified data store.
Delete Pipeline
Deletes the specified pipeline.
Describe Channel
Retrieves information about a channel.
Describe Dataset
Retrieves information about a data set.
Describe Datastore
Retrieves information about a data store.
Describe Logging Options
Retrieves the current settings of the AWS IoT Analytics logging options.
Describe Pipeline
Retrieves information about a pipeline.
Get Dataset Content
Retrieves the contents of a data set as pre-signed URIs.
List Channels
Retrieves a list of channels.
List Dataset Contents
Lists information about data set contents that have been created.
List Datasets
Retrieves information about data sets.
List Datastores
Retrieves a list of data stores.
List Pipelines
Retrieves a list of pipelines.
List Tags For Resource
Lists the tags (metadata) which you have assigned to the resource.
Put Logging Options
Sets or updates the AWS IoT Analytics logging options. Note that if you update the value of any loggingOptions field, it takes up to one minute for the change to take effect. Also, if you change the policy attached to the role you specified in the roleArn field (for example, to correct an invalid policy) it takes up to 5 minutes for that change to take effect.
Run Pipeline Activity
Simulates the results of running a pipeline activity on a message payload.
Sample Channel Data
Retrieves a sample of messages from the specified channel ingested during the specified timeframe. Up to 10 messages can be retrieved.
Start Pipeline Reprocessing
Starts the reprocessing of raw message data through the pipeline.
Tag Resource
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
Untag Resource
Removes the given tags (metadata) from the resource.
Update Channel
Updates the settings of a channel.
Update Dataset
Updates the settings of a data set.
Update Datastore
Updates the settings of a data store.
Update Pipeline
Updates the settings of a pipeline. You must specify both a channel and a datastore activity and, optionally, as many as 23 additional activities in the pipelineActivities array.