v4
OpenAPI 3.1.02026-07-3163216290.7 KBWorkflow nodes
Update a workflow node
Update workflow-node-owned fields for a single node. Shared resources such as email messages and audience segments should be updated through their own APIs.
post/v1/workflows/{workflowId}/nodes/{nodeId}
Request body
Example request
{
"payload": {
"contactPropertyQuery": {
"key": "firstName"
}
}
}Response
Workflow node updated.
Example response
{
"contactPropertyQuery": {
"key": "firstName"
}
}