Read and perform data transformations on source streams, and have the transformed data written to destination streams.
We currently only support reading from an Allium PubSub stream, and writing to a webhook endpoint.
To reference a Filter Data Source in a Filter, we need to first create one, and add values to it.
NOTE: For any running workflows, changing the values in a Data Source will be immediately applied.
To reference a Filter Data Source in a Filter, we need to first create one, and add values to it.
NOTE: For any running workflows, changing the values in a Data Source will be immediately applied.
When creating a Filter, you can either:
We recommend using a Filter Data Source if you would like to re-use the same values for filtering other streams.
Refer to the first tab 1. Filter Data Source
for details on how to create a Filter Data Source.
Then, create a Filter with the returned Filter Data Source UUID.
NOTE: Filters that uses a data source need to specify "type": "data_source"
A workflow orchestrates the data transformation.
delivery_type
is PULL
in the data_destination_config
.delivery_type
is PUSH
in the data_destination_config
, and ensure a valid HTTPS webhook_url
is provided.Read and perform data transformations on source streams, and have the transformed data written to destination streams.
We currently only support reading from an Allium PubSub stream, and writing to a webhook endpoint.
To reference a Filter Data Source in a Filter, we need to first create one, and add values to it.
NOTE: For any running workflows, changing the values in a Data Source will be immediately applied.
To reference a Filter Data Source in a Filter, we need to first create one, and add values to it.
NOTE: For any running workflows, changing the values in a Data Source will be immediately applied.
When creating a Filter, you can either:
We recommend using a Filter Data Source if you would like to re-use the same values for filtering other streams.
Refer to the first tab 1. Filter Data Source
for details on how to create a Filter Data Source.
Then, create a Filter with the returned Filter Data Source UUID.
NOTE: Filters that uses a data source need to specify "type": "data_source"
A workflow orchestrates the data transformation.
delivery_type
is PULL
in the data_destination_config
.delivery_type
is PUSH
in the data_destination_config
, and ensure a valid HTTPS webhook_url
is provided.