Add feedback
Add a feedback question
Add Feedback
POST
https://{{account_id}}.acquire.io/api/v1/crm/feedback
Create feedback. The body requires keys of "question"
, "status"
, "type"
, "config"
, "departments"
, and "channels"
.
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Request Body
Name
Type
Description
channels
string
The channel that feedback will display on: "sms", "email", "chat"
departments
array
Array of integers. The departments that will receive the feedback.
config
string
The values, requirements, and error messages for the feedback
type
string
The type of feedback question: "rating","text", "multiple_radio", "multiple_checkbox"
status
string
"active" | "disabled"
question
string
The question for the feedback
Body(raw)
Last updated