---
title: "Questionnaire comment added"
method: POST
path: "/webhooks/questionnaire_comment_added"
---

# Questionnaire comment added

`POST /webhooks/questionnaire_comment_added`

Emitted when a comment is added to a questionnaire question.

## Request body

- object
  - `questionnaire_name` string
  - `tax_year` integer
  - `external_entity_id` string, nullable
  - `entity_id` integer
  - `entity_tags` string[]
  - `is_open_item` boolean
  - `question` string
  - `question_type` string
  - `question_section` string
  - `comment` string
  - `commenter_email` string
  - `commenter_name` string
  - `client_email` string
  - `client_name` string
  - `entity_name` string
  - `entity_type` string
  - `client_phone` string
  - `client_timezone` string
  - `firm_role_summary` string, nullable

## Response `200`

Acknowledged

---

[API](https://skmtc.net/soraban/apis/soraban-private-api.md) · [All operations](https://skmtc.net/soraban/apis/soraban-private-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soraban/soraban-private-api/versions/0dfdfa10c993/schema)
