Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The feedback content. Can be plain text or include basic HTML elements
The feedback title, when provided
Whether the feedback is a transcript
A list of string tags to apply to the feedback. If excluded or null value provided, tags will be auto-generated based on description content.
True if the contactId/contact.id is an external ID, false if it is a Reforge Insights contact ID.
The Contact who provided the feedback. If providing an external ID, set isExternalContactId to true.
Used when associating to a new customer, or when not knowing the ID, for which it will be de-duplicated by the email field. The email
field can be any string, such as a valid email OR a unique identifier from your own system.
ID of Contact to associate to. If providing an external ID, set isExternalContactId to true.
True if the accountId/account.id is an external ID, false if it is a Reforge Insights account ID.
The customer account to which the feedback should be associated. If providing an external ID, set isExternalAccountId to true.
Used when associating to a new customer account, or when not knowing the ID, for which it will be de-duplicated by the name or domain field. The name
and 'domain' fields can be any string, such as a valid name/domain OR a unique identifier from your own system.
ID of CustomerAccount to associate to. If providing an external ID, set isExternalAccountId to true.
The source of the feedback. Default: API (when excluded or provided as null
Unique ID from source data for later consolidation or aggregation
Whether to unflatten sourceData that are meant to be nested objects for example { "plan.type": "Pro" }
will be unflattened to { "plan": { "type": "Pro" } }
Dictionary to provide other key-value pairs such as the url, view identifier, or other information
The numeric rating (integer)
Response
The feedback was created successfully