AurionAI Docs

Enqueue Contact Reply Notification

Deprecated: Use notification event bus instead (Issue #415).

POST
/api/v2/notifications/contact-reply-preview

Deprecated: Use notification event bus instead (Issue #415).

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

conversation_id*Conversation Id
message_body*Message Body

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/notifications/contact-reply-preview?conversation_id=string&message_body=string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}