New on IFTTT
Explore Plans Developers
Mobile menu Close menu
Streamr NetworkStreamr Network

Publish a new stream event

This action will publish a data point to the stream

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 publish a data point to the stream
API endpoint slug
streamr_network.publish_stream_event
Filter code method
StreamrNetwork.publishStreamEvent.skip(string?: reason)
Runtime method
runAction("streamr_network.publish_stream_event", {})

Action fields

Streamr stream ID Text input > Other

Label
Streamr Stream ID
Helper text
Target stream identified by id
Slug
streamr_stream_id
Required
true
Can have default value
true
Filter code method
StreamrNetwork.publishStreamEvent.setStreamrStreamId(string: streamrStreamId)

Publish event data Text input > Other

Label
Publish Event Data
Helper text
key={{value}} pairs each in a new line
Slug
publish_event_data
Required
true
Can have default value
true
Filter code method
StreamrNetwork.publishStreamEvent.setPublishEventData(string: publishEventData)