Skip to main content

POST

Message (Create)

/api/v1/app/message/create/

Endpoint

/api/v1/app/message/create/

Headers

{
    "Content-Type": "application/json",
    "Authorization": "Bearer <str:token>"
}

Body

{
    "content": "<str:rendered_html>",
    "panel_id": "<int:panel_id>",
    "thread_id": "<int:thread_id>",
    "meta": {json}
}

Response

Variable response. Depending on plugin.