Skip to main content
Question

FSM - Send Logged in User in Outbound integration

  • October 22, 2021
  • 1 reply
  • 79 views

Forum|alt.badge.img+9

Hi Experts,

If I trigger an outbound integration based on a task status change, is there a way for me to send the logged in user (user_id or email of the user who changed the task status) as a field of the outbound message?

 

1 reply

Forum|alt.badge.img+3
  • Do Gooder (Employee)
  • October 25, 2021

Hi there,

 

The user that made the modification would be stored in the modified_by field of the table. So outputting the task modified_by field would give you this. For the email you would need additional configuration.

Hope this helps.