Question
The question entity represents a custom question and its answer from the source platform. Questions can appear on contacts, campaigns, orders, and order items.
| Field | Type | Description |
|---|---|---|
key |
String | A unique identifier for the question relative to its parent entity (e.g., contact, campaign). |
type |
String | Accepted data type for the question. Values: "text", "date", "boolean", "day", "multipleChoice". |
text |
String | The question being asked or a friendly label. |
value |
String | The answer provided. |