Skip to main content
Add a reaction to a post. Required Permissions: read_channel for the channel the post is in.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
Create AtThe timestamp of the reaction.
Emoji NameThe name of the emoji to react with.
Post IDThe ID of the post.
User IDThe ID of the user. Can be obtained from the List Users action.

Example Output

{
	"user_id": "string",
	"post_id": "string",
	"emoji_name": "string",
	"create_at": -9007199254740991
}

Workflow Library Example

Create Reaction with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop