Author Topic: Getting real interaction ID on WDE  (Read 2441 times)

Offline Gabi

  • Jr. Member
  • **
  • Posts: 64
  • Karma: 0
Getting real interaction ID on WDE
« on: January 18, 2016, 06:18:52 PM »
I am trying to get the Interaction ID out of an IInteraction. I'm looking for something like [b]0000QaB2N2BX0K17[/b], but when I check the InteractionId attribute, I get [b]Id000[/b] instead.

When I check the string representation of the interaction (ToString), I get something like this:

[InteractionFacebookDMSession: Id000/0000QaB2N2BX0K17]

So the ID I'm looking for is an attribute of the interaction. How can I obtain it?

Thanks in advance.

Offline PeteHoyle

  • Full Member
  • ***
  • Posts: 126
  • Karma: 13
Re: Getting real interaction ID on WDE
« Reply #1 on: January 19, 2016, 05:01:54 PM »
Try using

String Id = interaction.EntrepriseInteractionCurrent.Id;