According to the API documentation, something like this should work
POST
{
"message_type": "comment",
"type": "user",
"body":"<h1>hello world</h1>",
"intercom_user_id":""
}
but instead I get a "user is an invalid value for type" error - even though the API explicitly says that it is. I do note that the page linked only has an admin note reply as an option in the dropdown. Does that mean that it is not possible to post a reply on behalf of a user?
Would appreciate any help here.