Skip to content

Send a Health Navigator message

POST
/v2/health-navigator/messages
curl --request POST \
--url https://example.com/v2/health-navigator/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "conversationId": "example", "message": "example" }'
Media typeapplication/json
object
conversationId
required
string
message
required
string
Examplegenerated
{
"conversationId": "example",
"message": "example"
}

Message sent.