@MariaEuler you mean where to publish them?
you modify this part of the configuration, as it describes here:
"publish": {
"topic": 14202
}
You can either put “topic” to specify the topic_id
where you would like the answers to be posted in a single thread - or replace “topic” with “category” and put the id of the category you want the responses to be posted in.
In the latter case each answer will be posted as a separate topic in that category.
Here is an example where the responses will be posted in the campfire category (id 237
):
"publish": {
"category": 237
}