Move last 20 website page visits in a history token | Community
Skip to main content
Franky_Ruyssch2
New Participant
February 18, 2019
Solved

Move last 20 website page visits in a history token

  • February 18, 2019
  • 1 reply
  • 1686 views

Is there a way to store the last 20 website visits in a history token. I know you can add a value to an already existing one, but then the history field will become overloaded over time.

It would be nice to have the options to limit the number of items in the history token.

I want to inform sales with an email when a prospect is very active on the site, for that it would be nice to add the recent web activity in the notification mail.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

It's trivial to show only the last 20 lines of the field using Velocity.

If you want the field to only keep a rolling "window" of a certain number of lines, you must process the field using a webhook.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
February 18, 2019

It's trivial to show only the last 20 lines of the field using Velocity.

If you want the field to only keep a rolling "window" of a certain number of lines, you must process the field using a webhook.