API Trigger
The API Trigger fires when a specific API endpoint is called and the response matches the configured method and status code. Use it to start a process in response to internal or external API activity.
Configuration
| Field | Description |
|---|---|
| Title | A name for this trigger |
| Description | Optional notes about when this trigger fires |
| Mode | Status Code to match on HTTP response codes, or Timed Out to fire when the request exceeds a time limit |
| Method | The HTTP method to watch: GET, POST, PUT, or DELETE |
| Status | One or more HTTP status codes that activate the trigger (e.g. 201, 400). Multiple codes can be selected |
| Api Url | The endpoint or window event to monitor |
