Skip to main content
Use this node to update recipient or actor profile within the workflow. Common use cases include fetching data during the workflow to update the user profile or updating the profile when a user successfully completes a step. For instance, during onboarding, when a user completes a step, you can update their %completion in the profile and later use it in workflow condition or template content. This functionality is especially powerful for event-based systems. If all updates, including user profile updates, are sent as events from your product or a third-party system, you can skip writing custom user update APIs in your codebase. Simply send events to SuprSend, and let the workflow handle user profile updation.

Property JSON

User properties are passed in JSONNET format. You can pass static or dynamic properties. Dynamic properties can refer to all data available at the node’s input, including the ones added during workflow execution. for example, if a profile update node follows a batch, fetch, or webhook node, it can access data modified or added by those nodes. The following data types are supported: