Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

C1 Automations API

The Automations API from C1 — 9 operation(s) for automations.

C1 Automations API is one of 47 APIs that C1 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Automations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 12 operations across 9 paths, and defines 120 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0-alpha.

Requests are made against a single base URL, https://{tenantDomain}.conductor.one.

12 operations 9 paths 120 schemas 1 DELETE4 GET7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0-alpha
Base URL
https://example.conductor.one
Authentication
HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 2

C1 Automations API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It supports OAuth 2.0 (oauth) using the clientCredentials flow. By default, every request must be authenticated.

  • oauth — This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, re…

Paths & Operations 12

Across 9 paths, the API surfaces 12 operations — 1 DELETE, 4 GET, 7 POST. Each is listed below with its method, path, parameters, and response codes.

Automations 12
GET
/api/v1/automation_executions
List Automation Executions
c1.api.automations.v1.AutomationExecutionService.ListAutomationExecutions → 200
GET
/api/v1/automation_executions/{id}
Get Automation Execution
c1.api.automations.v1.AutomationExecutionService.GetAutomationExecution 1 param → 200
POST
/api/v1/automation_executions/{id}/actions/terminate
Terminate Automation
c1.api.automations.v1.AutomationExecutionActionsService.TerminateAutomation 1 param body → 200
POST
/api/v1/automation_executions/search
Search Automation Executions
c1.api.automations.v1.AutomationExecutionSearchService.SearchAutomationExecutions body → 200
POST
/api/v1/automation_versions/search
Search Automation Template Versions
c1.api.automations.v1.AutomationSearchService.SearchAutomationTemplateVersions body → 200
GET
/api/v1/automations
List Automations
c1.api.automations.v1.AutomationService.ListAutomations → 200
POST
/api/v1/automations
Create Automation
c1.api.automations.v1.AutomationService.CreateAutomation body → 200
DELETE
/api/v1/automations/{id}
Delete Automation
c1.api.automations.v1.AutomationService.DeleteAutomation 1 param body → 200
GET
/api/v1/automations/{id}
Get Automation
c1.api.automations.v1.AutomationService.GetAutomation 1 param → 200
POST
/api/v1/automations/{id}
Update Automation
c1.api.automations.v1.AutomationService.UpdateAutomation 1 param body → 200
POST
/api/v1/automations/{id}/execute
Execute Automation
c1.api.automations.v1.AutomationService.ExecuteAutomation 1 param body → 200
POST
/api/v1/automations/search
Search Automations
c1.api.automations.v1.AutomationSearchService.SearchAutomations body → 200

Schemas 120

The contract defines 120 schemas that model the data the API accepts and returns. The most detailed are validate.StringRules (26 properties), validate.FieldRules (22 properties), c1.api.automations.v1.AutomationStep (19 properties), c1.api.automations.v1.Automation (16 properties). Each schema is shown below with its type and property counts.

c1.api.automations.v1.UserCreatedTrigger
object
The UserCreatedTrigger message.
1 property
c1.api.automations.v1.CreateRevokeTasks
object
The CreateRevokeTasks message.
8 properties
c1.api.automations.v1.CreateAutomationResponse
object
The CreateAutomationResponse message.
2 properties
c1.api.form.v1.SelectField
object
The SelectField message.
1 property
c1.api.automations.v1.DeleteAutomationRequestInput
object
The DeleteAutomationRequest message.
c1.api.form.v1.RequiredTogether
object
The RequiredTogether message.
c1.api.automations.v1.AutomationExecutionExpandMask
object
The AutomationExecutionExpandMask message.
1 property
c1.api.automations.v1.CreateAccessReview
object
The CreateAccessReview message.
6 properties
validate.FieldRules
object
FieldRules encapsulates the rules for each type of field. Depending on the field, the correct set should be used to ensure proper validations. This message con…
22 properties
c1.api.automations.v1.CreateAutomationRequest
object
The CreateAutomationRequest message.
10 properties
c1.api.automations.v1.ListAutomationsResponse
object
The ListAutomationsResponse message.
2 properties
c1.api.automations.v1.SendEmail
object
The SendEmail message.
6 properties
c1.api.automations.v1.TerminateAutomationRequestInput
object
The TerminateAutomationRequest message.
c1.api.automations.v1.TerminateAutomationResponse
object
The TerminateAutomationResponse message.
c1.api.automations.v1.ManualAutomationTrigger
object
The ManualAutomationTrigger message.
c1.api.automations.v1.GrantTriggerFilter
object
The GrantTriggerFilter message.
3 properties
c1.api.automations.v1.ListAutomationExecutionsResponse
object
The ListAutomationExecutionsResponse message.
2 properties
c1.api.form.v1.FileField
object
The FileField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - fileInputField This message…
3 properties
c1.api.automations.v1.AppUserUpdatedTrigger
object
The AppUserUpdatedTrigger message. This message contains a oneof named appidentifier. Only a single field of the following list may be set at a time: - appId -…
3 properties
c1.api.automations.v1.GetAutomationResponse
object
The GetAutomationResponse message.
1 property
c1.api.automations.v1.GrantFoundTrigger
object
The GrantFoundTrigger message.
1 property
c1.api.automations.v1.SearchAutomationExecutionsResponse
object
The SearchAutomationExecutionsResponse message.
3 properties
c1.api.automations.v1.DisabledReasonCircuitBreaker
object
The DisabledReasonCircuitBreaker message.
c1.api.form.v1.AtLeastOne
object
The AtLeastOne message.
c1.api.form.v1.MutuallyExclusive
object
The MutuallyExclusive message.
c1.api.automations.v1.Automation
object
The Automation message. This message contains a oneof named disabledreason. Only a single field of the following list may be set at a time: - circuitBreaker
16 properties
validate.EnumRules
object
EnumRules describe the constraints applied to enum values
4 properties
validate.TimestampRules
object
TimestampRules describe the constraints applied exclusively to the google.protobuf.Timestamp well-known type
9 properties
c1.api.automations.v1.SearchAutomationExecutionsRequest
object
The SearchAutomationExecutionsRequest message.
8 properties
c1.api.form.v1.PasswordField
object
The PasswordField message.
validate.RepeatedRules
object
RepeatedRules describe the constraints applied to repeated values
5 properties
c1.api.automations.v1.ExecuteAutomationRequestInput
object
The ExecuteAutomationRequest message.
1 property
c1.api.automations.v1.SearchAutomationTemplateVersionsRequest
object
The SearchAutomationTemplateVersionsRequest message.
3 properties
c1.api.automations.v1.AutomationStep
object
The AutomationStep message. This message contains a oneof named kind. Only a single field of the following list may be set at a time: - createAccessReview - wa…
19 properties
validate.DurationRules
object
DurationRules describe the constraints applied exclusively to the google.protobuf.Duration well-known type
8 properties
c1.api.automations.v1.UsageBasedRevocationTrigger
object
The UsageBasedRevocationTrigger message. This message contains a oneof named coldstartschedule. Only a single field of the following list may be set at a time:…
10 properties
c1.api.user.v1.UserRef
object
A reference to a user.
1 property
c1.api.form.v1.FieldRelationship
object
FieldRelationships can be used during form validation, or they can represent information that is necessary to when it comes to visually rendering the form This…
4 properties
c1.api.automations.v1.AccountInContext
object
The AccountInContext message.
c1.api.automations.v1.CloseAction
object
The CloseAction message. This message contains a oneof named useridentifier. Only a single field of the following list may be set at a time: - userIdCel - user…
3 properties
c1.api.automations.v1.SearchAutomationsResponse
object
The SearchAutomationsResponse message.
2 properties
c1.api.automations.v1.GrantDeletedTrigger
object
The GrantDeletedTrigger message.
1 property
c1.api.automations.v1.AccountRef
object
The AccountRef message.
1 property
c1.api.form.v1.StringSliceField
object
The StringSliceField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - chipsField This messa…
4 properties
c1.api.automations.v1.CallFunction
object
The CallFunction message.
2 properties
c1.api.automations.v1.AutomationExecutionRef
object
The AutomationExecutionRef message.
1 property
c1.api.automations.v1.ExecuteAutomationResponse
object
The ExecuteAutomationResponse message.
1 property
validate.BoolRules
object
BoolRules describes the constraints applied to bool values
1 property
validate.Int32Rules
object
Int32Rules describes the constraints applied to int32 values
8 properties
c1.api.form.v1.Form
object
A form is a collection of fields to be filled out by a user
5 properties
validate.SInt64Rules
object
SInt64Rules describes the constraints applied to sint64 values
8 properties
validate.BytesRules
object
BytesRules describe the constraints applied to bytes values This message contains a oneof named wellknown. Only a single field of the following list may be set…
14 properties
c1.api.form.v1.SelectOption
object
The SelectOption message.
2 properties
validate.DoubleRules
object
DoubleRules describes the constraints applied to double values
8 properties
c1.api.automations.v1.GrantTriggerFilter.EntitlementFilter
object
The EntitlementFilter message.
3 properties
validate.UInt64Rules
object
UInt64Rules describes the constraints applied to uint64 values
8 properties
c1.api.automations.v1.AppUserCreatedTrigger
object
The AppUserCreatedTrigger message. This message contains a oneof named appidentifier. Only a single field of the following list may be set at a time: - appId -…
3 properties
c1.api.automations.v1.WaitForDuration
object
The WaitForDuration message.
1 property
c1.api.form.v1.ChipsField
object
The ChipsField message.
c1.api.automations.v1.GrantTriggerFilter.GrantFilter
object
The GrantFilter message.
3 properties
c1.api.automations.v1.SearchAutomationsRequest
object
The SearchAutomationsRequest message.
6 properties
c1.api.automations.v1.AutomationTemplateVersion
object
The AutomationTemplateVersion message.
7 properties
c1.api.app.v1.AppEntitlementRef
object
The AppEntitlementRef message.
2 properties
c1.api.form.v1.NumberField
object
The NumberField message.
3 properties
c1.api.automations.v1.UpdateAutomationResponse
object
The UpdateAutomationResponse message.
2 properties
validate.StringRules
object
StringRules describe the constraints applied to string values This message contains a oneof named wellknown. Only a single field of the following list may be s…
26 properties
validate.SFixed64Rules
object
SFixed64Rules describes the constraints applied to sfixed64 values
8 properties
c1.api.app.v1.ConnectorRef
object
The ConnectorRef message.
2 properties
c1.api.automations.v1.ReassignAction
object
The ReassignAction message. This message contains a oneof named assigneeuseridentifier. Only a single field of the following list may be set at a time: - assig…
5 properties
validate.Fixed64Rules
object
Fixed64Rules describes the constraints applied to fixed64 values
8 properties
c1.api.form.v1.BoolField
object
The BoolField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - checkboxField This message c…
3 properties
validate.MessageRules
object
MessageRules describe the constraints applied to embedded message values. For message-type fields, validation is performed recursively.
2 properties
c1.api.automations.v1.AccessConflictTrigger
object
The AccessConflictTrigger message. This message contains a oneof named conflictmonitorselector. Only a single field of the following list may be set at a time:…
2 properties
c1.api.automations.v1.Webhook
object
The Webhook message. This message contains a oneof named webhookidentifier. Only a single field of the following list may be set at a time: - webhookId - webho…
3 properties
c1.api.automations.v1.SearchAutomationTemplateVersionsResponse
object
The SearchAutomationTemplateVersionsResponse message.
2 properties
c1.api.automations.v1.RemoveFromDelegation
object
RemoveFromDelegation: find all users that have the target user as their delegated user, and modify the delegation. This message contains a oneof named replacem…
5 properties
c1.api.automations.v1.ScheduleTrigger
object
The ScheduleTrigger message.
6 properties
c1.api.automations.v1.AutomationTrigger
object
Automation Triggers This message contains a oneof named kind. Only a single field of the following list may be set at a time: - manual - userProfileChange - ap…
13 properties
c1.api.automations.v1.AutomationContext
object
The AutomationContext message.
1 property
validate.SInt32Rules
object
SInt32Rules describes the constraints applied to sint32 values
8 properties
c1.api.automations.v1.GrantTriggerFilter.AccountFilter
object
The AccountFilter message.
1 property
c1.api.form.v1.Field
object
A field is a single input meant to collect a piece of data from a user This message contains a oneof named type. Only a single field of the following list may…
8 properties
c1.api.automations.v1.UpdateAutomationRequestInput
object
The UpdateAutomationRequest message.
2 properties
c1.api.automations.v1.WebhookListenerAuthHMAC
object
The WebhookListenerAuthHMAC message.
c1.api.automations.v1.AutomationTemplateRef
object
The AutomationTemplateRef message.
1 property
c1.api.automations.v1.GrantEntitlements
object
The GrantEntitlements message.
5 properties
validate.SFixed32Rules
object
SFixed32Rules describes the constraints applied to sfixed32 values
8 properties
c1.api.accessconflict.v1.ConflictMonitorRef
object
The ConflictMonitorRef message.
1 property
c1.api.automations.v1.RunImmediately
object
No fields needed; this just indicates the trigger should run immediately
c1.api.form.v1.TextField
object
The TextField message.
1 property
c1.api.form.v1.FileInputField
object
The FileInputField message.
c1.api.automations.v1.WebhookAutomationTrigger
object
The WebhookAutomationTrigger message. This message contains a oneof named authconfig. Only a single field of the following list may be set at a time: - jwt - h…
3 properties
validate.AnyRules
object
AnyRules describe constraints applied exclusively to the google.protobuf.Any well-known type
3 properties
c1.api.automations.v1.AutomationExecutionView
object
The AutomationExecutionView message.
3 properties
validate.MapRules
object
MapRules describe the constraints applied to map values
6 properties
c1.api.automations.v1.RunDelayed
object
The RunDelayed message.
1 property 1 required
validate.Fixed32Rules
object
Fixed32Rules describes the constraints applied to fixed32 values
8 properties
c1.api.form.v1.CheckboxField
object
The CheckboxField message.
c1.api.automations.v1.UnenrollFromAllAccessProfiles
object
The UnenrollFromAllAccessProfiles message.
5 properties
c1.api.automations.v1.ScheduleTriggerAppUser
object
The ScheduleTriggerAppUser message.
5 properties
c1.api.automations.v1.ConnectorCreateAccount
object
The ConnectorCreateAccount message. This message contains a oneof named createaccountarguments. Only a single field of the following list may be set at a time:…
3 properties
c1.api.automations.v1.AutomationExecution
object
The AutomationExecution message.
11 properties
c1.api.automations.v1.GetAutomationExecutionResponse
object
The GetAutomationExecutionResponse message.
1 property
c1.api.automations.v1.SendSlackMessage
object
The SendSlackMessage message. This message contains a oneof named channel. Only a single field of the following list may be set at a time: - channelName - chan…
3 properties
c1.api.form.v1.Int64Field
object
The Int64Field message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - numberField This message co…
4 properties
validate.Int64Rules
object
Int64Rules describes the constraints applied to int64 values
8 properties
c1.api.automations.v1.ConflictMonitorRefs
object
The ConflictMonitorRefs message.
1 property
c1.api.automations.v1.WebhookListenerAuthJWT
object
The WebhookListenerAuthJWT message.
1 property
c1.api.automations.v1.ConnectorAction
object
The ConnectorAction message. This message contains a oneof named connectoridentifier. Only a single field of the following list may be set at a time: - connect…
3 properties
c1.api.automations.v1.DeleteAutomationResponse
object
The DeleteAutomationResponse message.
c1.api.form.v1.StringField
object
The StringField message. This message contains a oneof named view. Only a single field of the following list may be set at a time: - textField - passwordField…
6 properties
c1.api.automations.v1.UserProperties
object
The UserProperties message.
4 properties
c1.api.automations.v1.UpdateUser
object
The UpdateUser message. This message contains a oneof named user. Only a single field of the following list may be set at a time: - userIdCel - userRef This me…
5 properties
c1.api.automations.v1.UserProfileChangeTrigger
object
The UserProfileChangeTrigger message.
1 property
validate.UInt32Rules
object
UInt32Rules describes the constraints applied to uint32 values
8 properties
validate.FloatRules
object
FloatRules describes the constraints applied to float values
8 properties
c1.api.automations.v1.TaskAction
object
The TaskAction message. This message contains a oneof named action. Only a single field of the following list may be set at a time: - close - reassign
4 properties
c1.api.automations.v1.AccountLifecycleAction
object
The AccountLifecycleAction message. This message contains a oneof named accountidentifier. Only a single field of the following list may be set at a time: - ac…
4 properties
c1.api.automations.v1.RunAutomation
object
RunAutomation: kick off the execution of an automation template. This message contains a oneof named automationtemplate. Only a single field of the following l…
3 properties
c1.api.automations.v1.FormTrigger
object
The FormTrigger message.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-automations-api-openapi.yml Raw ↑

Other APIs C1 publishes across the network.

Baton Connector Framework
C1 Access Conflict API
C1 App API
C1 App Entitlement API
C1 App Entitlement Automation API
C1 App Entitlement Automation Exclusion API
C1 App Entitlement Monitor Binding API
C1 App Entitlement Owner API
C1 App Entitlement Proxy Binding API
C1 App Entitlement User Binding API
C1 App Entitlement User Binding Feed API
C1 App Entitlement User Binding History API