Blog, Website & Page Publishing

nnovosad
Participant

Add description to tag

SOLVE

Hello.

When I get all the tags through the API, I see that there is a 'description'

"created": 1533285819607,
"deletedAt": 0,
"description": "",
"id": 6034534968,

 When creating and editing the 'description' field tags, there is no.

Thank you!

0 Upvotes
1 Accepted solution
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Add description to tag

SOLVE

Thanks for looping me in @jennysowyrda - @nnovosad, I believe the only way to make use of the description is to create it using the API as well:

topic.png

I don't recall ever seeing an option for that within the HS portal.

https://developers.hubspot.com/docs/methods/blog/v3/update-topic

Hope that helps!


If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

View solution in original post

4 Replies 4
jennysowyrda
Community Manager
Community Manager

Add description to tag

SOLVE

Hi @nnovosad,

 

Can you please provide additional information with what you are working on? What is your end goal? Where are you getting stuck? The more information, screenshots and examples you can provide, the better the Community can assist!

 

If you aren't sure where to start, you can review some questions on the developer forum for formatting and detail suggestions.

 

Thank you,

Jenny

0 Upvotes
nnovosad
Participant

Add description to tag

SOLVE

Thanks for the answer.

I made a blog on the hubspot.
The client wants to display in his mobile application 5 topics. He used this API and sees that in json there is a field 'description'.

    {
    created: 1532606751801,
    deletedAt: 0,
    description: "",
    id: 6002557262,
    name: "Payroll",
    portalId: 228948,
    slug: "payroll",
    updated: 1532606751801
    }

The client asks where you can set the 'description' for the topic.
In hubspot I see that the tag can be changed or deleted - tag.png

 

Is it possible to fill the 'description' field in the hubspot?

0 Upvotes
jennysowyrda
Community Manager
Community Manager

Add description to tag

SOLVE

Hi @nnovosad,

 

Thanks for the additional information. @tjoyce is this something you have experience with or can speak to? 

 

Thanks,
Jenny

0 Upvotes
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Add description to tag

SOLVE

Thanks for looping me in @jennysowyrda - @nnovosad, I believe the only way to make use of the description is to create it using the API as well:

topic.png

I don't recall ever seeing an option for that within the HS portal.

https://developers.hubspot.com/docs/methods/blog/v3/update-topic

Hope that helps!


If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.