Index

Properties

changeOwnerAutomationConnection: typeof automationConnections.changeOwnerAutomationConnection

Changes the owner of an automation connection by specifying a new owner.

The unique identifier for the automation connection.

an object with the body content

ChangeOwnerAutomationConnectionHttpError

changeSpaceAutomationConnection: typeof automationConnections.changeSpaceAutomationConnection

Changes the space of an automation connection by specifying a new space.

The unique identifier for the automation connection.

an object with the body content

ChangeSpaceAutomationConnectionHttpError

checkAutomationConnection: typeof automationConnections.checkAutomationConnection

Tries to validate and checks the connection status of an automation connection.

The unique identifier for the automation connection.

CheckAutomationConnectionHttpError

Clears the cache for automation-connections api requests.

createAutomationConnection: typeof automationConnections.createAutomationConnection

Creates a new connection object from an automation connector.

an object with the body content

CreateAutomationConnectionHttpError

deleteAutomationConnection: typeof automationConnections.deleteAutomationConnection

Deletes the specified automation connection.

The unique identifier for the automation connection.

an object with query parameters

DeleteAutomationConnectionHttpError

getAutomationConnection: typeof automationConnections.getAutomationConnection

Returns details about the specified automation connection.

The unique identifier for the automation connection.

GetAutomationConnectionHttpError

getAutomationConnections: typeof automationConnections.getAutomationConnections

Retrieves a list of automation connections the requesting user has access to.

an object with query parameters

GetAutomationConnectionsHttpError

updateAutomationConnection: typeof automationConnections.updateAutomationConnection

Updates the specified properties of an automation connection.

The unique identifier for the automation connection.

an object with the body content

UpdateAutomationConnectionHttpError