ContributionsMost RecentMost LikesSolutionsRe: January 2023 Atlas Highlights Congrats on the top engaged contributors! Happy new year everyone! Re: How We Built It: Since you were gone component Hello, I added the css and it didn't work, should I put the code in a body session to work? I don't see how css is connecting the classes between the freemaker code and css BR, Adriana Re: How We Built It: Since you were gone component Hello, I tried applying this to our community and it did work but it got different from yours: 1) it appears differently than yours, it shows all recent activity 2) the recent activity doesn't disappear after seeing it 3) i wanted to see it in just a line like you 4) how do i edit this in scss? Re: API to make users Subscribe to a board Hello, Sorry for the delay. I have tried to do a subscription but the following message appeared { "status": "error", "message": "An unexpected error occurred.", "data": { "type": "error_data", "code": 301, "developer_message": "", "more_info": "" }, "metadata": {} } In attachment is how I did it in postman. Where can I edit to add an example like below: { "data":{ "type":"subscription", "target":{ "type":"label", "id":"Mexico" }, "board":{ "id":"vacationBlog" } } } Re: API to make users Subscribe to a board I saw via this link how I can do it: https://developer.khoros.com/khoroscommunitydevdocs/docs/create-user-subscriptions But below, where do I put the user? curl -X POST \ https://[COMMUNITY DOMAIN]/community/2.0/subscriptions \ -H 'content-type: application/json' \ -H 'Authorization: Bearer [TOKEN]' \ -H 'client-id: [CLIENT ID]' \ -d '{ "data":{ "type":"subscription", "target":{ "type":"board", "id":"bakingqanda" } } }' API to make users Subscribe to a board Hello everyone, I want to make users subscribe to a board via API. We have currently a blog board that would be really important that users are getting this information in their email, so I was wondering if it would be possible for example, to build an excel and then run it on API so that all the users in the file would be automatically subscribed from then onwards to the blog board. Or perhaps, another way to do it, of course. Do you know if it's possible? Labels in the Unanswered Email Escalation Hello, Is there any way to add labels in the unanswered email escalation? For example, when we get e-mails with the topic that was posted in the community, aside from the body, can we also include the labels that were post in the post? Thank you so much. Having recent blogs also appearing in the latest activity Hello, Hope to find you well. I'm contacting you because I would like to have in our community activity, in the landing page, also the recent blogs and not only the discussions or ideas. How do I edit the component of the activity to have this? Thank you so much! Re: Farewell Dev Community. It's been a wonderful journey! Thank you for all your help! Re: Is there any API call to see how many posts have a tag? Hello !! It worked!!!!! Thank you so much Akenefick I just have an additional question! How do I add something to know which posts are these?