0
How to send custom attributes added to a user object via Webhook?
I have added a few custom field to be mapped for each user. Is there a way to retrieve these attributes via webhook integration?
I tried using author.user_id in the webhook setup but this did not give me the expected result. user_id is a custom field added to all users in the forumbee account.
2 replies
-
Hi Hepziba Lizzie ! Thanks for your question. In the webhook setup, to pass custom profile fields, add the following as shown in the screenshot below:
- For the Actor, add "profile"
- For the Topic/Reply, add "author.profile"
By adding these, it will include all of the custom profile fields in the webhook.