How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Sift Stack Automation Service API

The AutomationService API from Sift Stack — 3 operation(s) for automationservice.

Sift Stack Automation Service API is one of 47 APIs that Sift Stack publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AutomationService. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 6 operations across 3 paths, and defines 22 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: https://api.siftstack.com, https://gov.api.siftstack.com.

6 operations 3 paths 22 schemas 1 DELETE3 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.siftstack.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Sift Stack Automation Service API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

AutomationService 6
GET
/api/v1/automation-triggered-events
ListAutomationTriggeredEvents
AutomationService_ListAutomationTriggeredEvents 4 params → 200default
GET
/api/v1/automation-triggers
ListAutomationTriggers
AutomationService_ListAutomationTriggers 4 params → 200default
POST
/api/v1/automation-triggers
CreateAutomationTrigger
AutomationService_CreateAutomationTrigger body → 200default
PATCH
/api/v1/automation-triggers
UpdateAutomationTrigger
AutomationService_UpdateAutomationTrigger body → 200default
GET
/api/v1/automation-triggers/{automationTriggerId}
GetAutomationTrigger
AutomationService_GetAutomationTrigger 1 param → 200default
DELETE
/api/v1/automation-triggers/{automationTriggerId}
DeleteAutomationTrigger
AutomationService_DeleteAutomationTrigger 1 param → 200default

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are v1AutomationTrigger (15 properties), v1AutomationTriggeredEvent (14 properties), v1CreateAutomationTriggerRequest (6 properties), rpcStatus (3 properties). Each schema is shown below with its type and property counts.

protobufAny
object
Any contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. Protobuf library provides supp…
1 property
v1AutomationTriggerActionKind
string
AutomationTriggerActionKind is what an automation trigger does when it fires. v1 supports AUTOMATIONTRIGGERACTIONKINDCANVASEVALUATION only; the enum is kept so…
v1AutomationTriggerRunNameMatch
object
AutomationTriggerRunNameMatch expresses a filter against runs.name.
2 properties 2 required
v1AutomationTrigger
object
15 properties 13 required
v1GetAutomationTriggerResponse
object
The response of a call to AutomationServiceGetAutomationTrigger.
1 property 1 required
v1UpdateAutomationTriggerResponse
object
The response of a call to AutomationServiceUpdateAutomationTrigger. To archive a trigger, include archiveddate in the mask and set the field. To unarchive, inc…
1 property 1 required
v1AutomationTriggeredEvent
object
AutomationTriggeredEvent is one (automationtrigger, run) match. When dispatch succeeds, canvasexecutionid points at the resulting canvasexecutions row (and pub…
14 properties 11 required
v1AutomationTriggeredEventState
string
AutomationTriggeredEventState is the lifecycle of a single (automationtrigger, run) match / dispatch attempt.
v1UpdateAutomationTriggerRequest
object
The request for a call to AutomationServiceUpdateAutomationTrigger. The trigger's automationtriggerid is used to identify the row; every other field is applied…
2 properties 2 required
v1ListAutomationTriggeredEventsResponse
object
The response of a call to AutomationServiceListAutomationTriggeredEvents.
2 properties 2 required
v1AutomationTriggerMetadataMatch
object
AutomationTriggerMetadataMatch is an equality filter against a run's entity-metadata key/value. Key names are case-sensitive. Values are compared as strings (n…
2 properties 2 required
v1AutomationTriggerActionParams
object
AutomationTriggerActionParams is the public actionparams shape. oneof by action kind so future dispatch types (webhook, email, ...) don't fall back to google.p…
1 property
v1CreateAutomationTriggerRequest
object
The request for a call to AutomationServiceCreateAutomationTrigger.
6 properties 4 required
v1ListAutomationTriggersResponse
object
The response of a call to AutomationServiceListAutomationTriggers.
2 properties 2 required
v1CanvasEvaluationActionParams
object
CanvasEvaluationActionParams is the typed template for AUTOMATIONTRIGGERACTIONKINDCANVASEVALUATION. Wildcards in paramjson are resolved into automationtriggere…
2 properties 1 required
v1AutomationTriggerRunNameMatchKind
string
AutomationTriggerRunNameMatchKind is the operator on runs.name in an automation trigger match filter.
rpcStatus
object
3 properties
v1AutomationTriggerMatchFilter
object
AutomationTriggerMatchFilter is the selector evaluated asynchronously after StopRun. StopRun inserts an automationsourceevent (RUNSTOP); the automationworker t…
3 properties
v1DeleteAutomationTriggerResponse
object
The response of a call to AutomationServiceDeleteAutomationTrigger.
v1AutomationTriggerParamSource
string
AutomationTriggerParamSource is a wildcard resolved against the triggering run when the match job builds actionparamssnapshot. - AUTOMATIONTRIGGERPARAMSOURCETR…
v1AutomationTriggerParamValue
object
AutomationTriggerParamValue is one canvas param: a JSON literal or a run-scoped wildcard source. Prefer this over ad-hoc {"source":"..."} objects in a free-for…
2 properties
v1CreateAutomationTriggerResponse
object
The response of a call to AutomationServiceCreateAutomationTrigger.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

sift-stack-automationservice-api-openapi.yml Raw ↑

Other APIs Sift Stack publishes across the network.

Sift gRPC API
Sift MCP Server
Sift Stack Annotation Log Service API
Sift Stack Annotation Service API
Sift Stack API Key Service API
Sift Stack Asset Service API
Sift Stack Calculated Channel Service API
Sift Stack Calculated Channels Service API
Sift Stack Campaign Service API
Sift Stack Channel Schema Service API
Sift Stack Channel Service API
Sift Stack Comment Service API
Where this information came from

This is an independent, third-party profile of Sift Stack Automation Service API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.