Page cover image

Stop Action

Details the action used to halt workflow execution under certain conditions.

Introduction

The Stop Action in Autom Mate is a crucial tool for providing responses to external triggers upon completion of an Autom. When an Autom is initiated externally, such as through a webhook or API, it typically runs without automatically providing a response upon completion.

However, with the Stop Action, users can craft specific responses to be delivered once the Autom has finished processing. This enables users to interact with external systems or users who initiated the Autom, providing relevant information or acknowledgments.

The primary purpose of the Stop Action is to enable users to respond to external triggers, such as webhooks or APIs, with customized messages or data once an Autom has completed its execution. It allows for seamless communication between the Automs and external systems or users.


How to Use Features

Initiating Stop Action

Configure Stop Action

Customize the response type and content in the Stop Action configuration.

Response Options

The Stop Action offers six different response sections, each specifying the type of response to be returned.


Response Types

Type Name
Explanation

No Data

No data or response is returned.

Application/Json

Returns a JSON-formatted response.

Application/XML

Returns an XML-formatted response.

Text/Plain

Returns a plain text response.

Text/XML

Returns an XML-formatted text response.

Text/HTML

Returns an HTML-formatted response.

Last updated

Was this helpful?