Nov 25, 2024 | Activity Sync updates
This release includes the following improvements.
Release 20242511
nodeContext added to Activity Sync
Now you can correlate activities that occur to nodes in your flows.
- nodeContext is included in the workflowContext object of each activity
- nodeContext includes 3 properties
- nodeId: the unique identifier for nodes in a flow
- nodeName: currently unpopulated, this will contain the given node name in the flow. For instance, “Upsell conversation”
- outputName: the identifier that can be found in the flow builder for each node, for instance, “conversation_2”