Token assignment in a flows
When we assign values to a token within a flow, do these values persist throughout the session? For instance, if a trigger activates for 10 leads, will the newly assigned value remain consistent for all of them within that trigger event?
We're integrating G2 intent data, which has a feature that notifies us when a company views our profile, pricing pages, or other content. It sends data indicating that this company, along with all associated leads and contacts in our SFDC, has shown engagement. Were you can add all these leads and contacts to a drip or nurture campaign to warm up the leads.
Our company heavily uses Slack for alerts, including high-value intent notifications. However, we're encountering an issue where a trigger generates multiple notifications (about 10) for profile visits, even though it might be just one person. I've set up a flow with a webhook to send these notifications. My idea is to assign the website value of the first user who triggers the event to a custom token. Then, at the start of the flow, if subsequent users' website matches this token, they would be excluded from the flow. Do you think this approach would work? Unfortunately, I can't extensively test this as it involves an API push request.