Skip to main content

Update User Profile: Updates user profile properties for either the actor or recipient using JSONNET expression.

name
string
required

Human-readable name of the node

Example:

"Update user profile"

node_type
string
required
Allowed value: "userupdate"
user_selection
enum<string>
required

Select which user to update - actor who triggered the workflow or the recipient of the workflow.

Available options:
actor,
recipient
properties
string
required

JSONNET script that evaluates at runtime to a map/dictionary of user properties to update.

Minimum string length: 1
Example:

"{\"name\": \"John Doe\", \"email\": \"john.doe@example.com\"}"

description
string | null

Description of what this node does