Forum Discussion

sachin's avatar
sachin
Mentor
11 years ago

Using event subscription token

Hi,

 

In event subscription we get three paramters when the event is called as listed below:

1. token

2. event.type

3. message

 

we seem to get new token on each event occurance like "e73e395b-bca6-4d90-8956-cff93d20828e". 

 

Can some one help to understand what is the significance of this toekn and how we can use this token. In my use case I am thinking of using this token to get more information of the message which has generated the event. Is this possible ??

 

Thanks,
Sachin

 

 

 

  • DougS's avatar
    DougS
    Khoros Oracle
    The token can be used to unsubscribe from the event later. That is the only reason for using it at this point.