Skip to main content

I’d like to be able to award someone a badge based on their custom profile field response in the community. In our case we have a unique signup question and based on their answer from the dropdown list, we would like to be able to award them a matching badge.

Is this something I could do via the API (if I’m reading the API docs correctly I might be able to find the profile field, then award the matching badge programatically). If not it looks like I could do this manually via Export, identifying the users with the custom field value, then awarding the badge either manually or via API -- it’s just a hassle.

Hi Scott, 

You can indeed use the API to award a badge using the custom profile field. You can use the “user.registered webhook” to make the API call.

You can also do an export, as described, but would be more manual. 

To access our API documentation, click here


Reply