Best Answer

Custom Field in Webhook Payload

  • 11 August 2022
  • 1 reply
  • 116 views

Userlevel 2

Set up WebHooks on user.created / user.updated event. But there is no custom field including in payload.

Is there a way to get extra fields in payload?

icon

Best answer by Bfarkas 12 August 2022, 01:01

View original

1 reply

Userlevel 7
Badge +3

Hi,

No, there’s no configuration option for the payloads. You can take the user Id and do an api call back to get the full details of the user if you want. 
That being said, the create has the additional fields available within the “extra_data” part of the call, you do generally need to parse this area as it has more than that and then find the field you wish. Note that additional fields are only sent if there is data within them. Check out the documentation here for details of the payload:https://help.docebo.com/hc/en-us/articles/360020124479-Webhooks-Events#user_created

 

Reply