Answered

Ticket Topic Webhook - Contact User Id value

  • 11 May 2023
  • 1 reply
  • 45 views

Userlevel 1

We're checking the option to create a Case in Salesforce with the help of Webhooks Ticket Topic (Whenever a ticket is created in Intetcom, we defined a custom logic to create Case in SF based on webhook payload).

One item that hinders our test is that in the webook Payload We're getting the alphanumeric Id (the one which appears in the user url) of the Contact. Instead we're expecting the 'User Id' value from contact (the 10 digit numeric Id) which we already added in SF contact. Any option to get that user id value in webhook tickets payload?

icon

Best answer by Milan 11 May 2023, 22:14

View original

1 reply

Userlevel 4
Badge +5

@ssyam011  how about doing another API call based on the received ID so you get that UserID (I think this is considered external ID)? 

Reply