Store Temporary Attributes in Fin’s Conversation Memory | Community
Skip to main content
Submitted

Store Temporary Attributes in Fin’s Conversation Memory

Related products:Fin & AI
  • April 21, 2026
  • 1 reply
  • 56 views

Justin Dean

Today, temporary attributes in Intercom are limited to the lifecycle of a single procedure. This creates friction in conversations that involve multiple procedures or handoffs, since any intermediate state is lost when switching contexts. To work around this, we currently promote short-lived data to permanent attributes, which introduces latency, adds complexity, and clutters our data model.

We’re requesting a way to make temporary attributes persist for the duration of a conversation (i.e., session-scoped), so they can be shared across procedures without needing to be written to permanent storage. This would allow us to pass state more efficiently between workflows, reduce unnecessary read/write cycles, and improve responsiveness.

A conversation-scoped attribute layer—automatically cleared when the conversation ends—would make it much easier to build fast, reliable, multi-step conversational experiences without compromising performance or data hygiene.

1 reply

  • New Participant
  • September 2, 2026

Yes we’re in need of this too! its super annoying that the AI has to re-ask all input variables in a new procedure after switching.