Create a topic via API applying a category template

Dear all,
I have created a topic template for a specific category.
Of course when manually creating a new topic in such category, the template is applied perfectly, but the same is not true when a new topic is created in the same category via API.
In the latter case the topic first post content is just exactly what I pass to the raw parameter in the API POST call.

Any suggestion?

This is the expected behaviour. You’ll need to add the topic template to the post’s content before publishing the post via the API.

2 Likes