Skip to main content
PATCH
Update automation content

Authorizations

X-API-Key
string
header
required

Project-scoped API key, format rm_(live|test)_... . May also be sent as Authorization: Bearer rm_....

Path Parameters

automationId
string<uuid>
required

Automation id (UUID).

Body

application/json
nodes
string | null

Automation graph nodes as a JSON string.

edges
string | null

Automation graph edges as a JSON string.

Response

Updated automation

id
string<uuid>
automationKey
string | null
name
string
description
string | null
status
string
triggerType
string | null
triggerTopicId
string<uuid> | null
triggerTopicName
string | null
nodeCount
integer | null
totalEntered
integer | null
totalCompleted
integer | null
currentlyActive
integer | null
nodes
string | null
edges
string | null
createdAt
string<date-time>
updatedAt
string<date-time>