Skip to main content
Post a status update message to a playbook run’s channel. Note: To mark a run as finished, use the dedicated Finish endpoint instead. This action only posts an update message and optionally schedules a reminder.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
MessageThe status update message to post to the run’s channel.
ReminderThe number of seconds until the system sends a reminder to the owner to update the status.
Run IDThe ID of the playbook run to update.

Example Output

{
	"status": "OK"
}

Workflow Library Example

Update Playbook Run Status with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop