Question
The Question entity holds custom questions and answers associated with a notification, person, or campaign. It supports multiple data types and is used to capture platform-specific form responses.
| Field | Type | Description |
|---|---|---|
key |
String | Unique identifier for the question relative to the owner (e.g., contact or campaign). |
type |
String | Accepted data type for the question. Values: "text", "date", "boolean", "day", or "multipleChoice". |
text |
String | The question being asked or a friendly label. |
value |
Mixed | The answer provided. |