cURL
curl --request POST \ --url https://api.hobbo.ai/public/v1/ask-for-feedback \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "feedback_for": "<string>", "feedback_through": "email" }'
{ "status": 200, "data": [], "success": true, "message": "<string>" }
Generate professional feedback request messages for email or SMS.
Feedback request message
The body is of type object.
object
Feedback requested successfully!
The response is of type object.