Automate Stream for free on Stepper
Stream is a scalable chat and activity feed API. Build real-time messaging, team chat, live comments, and in-app notifications.
I want to integrate
with
See how to connect Stream to ...
Triggers available for Stream on Stepper
New User
Triggers when a new user is created in the Stream app.
New Channel
Triggers when a new channel is created.
- 1
parameter
s
- Channel Type
New Message
Triggers when a new message is posted in a specific channel.
- 2
parameter
s
- Channel Type
- Channel ID
Actions available for Stream on Stepper
Create or Update User
Creates a new user or updates an existing user in Stream.
- 5
parameter
s
- User ID
- Name
- Role
- Image URL
- Custom Data
Create Channel
Creates a new channel of the specified type.
- 6
parameter
s
- Channel Type
- Channel ID
- Created By User ID
- Name
- Members
- Custom Data
Update Channel
Updates an existing channel.
- 4
parameter
s
- Channel Type
- Channel ID
- Name
- Custom Data
Delete Channel
Deletes a channel of the specified type.
- 3
parameter
s
- Channel Type
- Channel ID
- Hard Delete
Add Channel Members
Adds one or more members to a channel.
- 3
parameter
s
- Channel Type
- Channel ID
- Members
Remove Channel Members
Removes one or more members from a channel.
- 3
parameter
s
- Channel Type
- Channel ID
- Members
Send Message
Sends a message to a Stream channel.
- 5
parameter
s
- Channel Type
- Channel ID
- Message Text
- User ID
- Custom Data
Update Message
Updates the text and associated user of an existing message.
- 3
parameter
s
- Message ID
- Message Text
- User ID
Delete Message
Deletes a message by its ID.
- 2
parameter
s
- Message ID
- Hard Delete
Send Reaction
Sends a reaction to a message.
- 3
parameter
s
- Message ID
- Reaction Type
- User ID
Ban User
Bans a user from the app or from a specific channel.
- 6
parameter
s
- Target User ID
- Banned By User ID
- Timeout (minutes)
- Reason
- Channel Type
- Channel ID
Unban User
Removes a ban for a user, optionally scoped to a specific channel.
- 3
parameter
s
- User ID
- Channel Type
- Channel ID
Mute User
Mutes a user so their messages are hidden from the muting user.
- 2
parameter
s
- Target User ID
- User ID
Flag Message
Flags a message for moderation review.
- 2
parameter
s
- Message ID
- User ID
Find User
Finds a single user by their ID.
Find Channel
Finds a channel by type and ID.
- 2
parameter
s
- Channel Type
- Channel ID
Search Messages
Searches for messages across Stream channels matching a text query.
- 2
parameter
s
- Search Query
- Channel Type
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.