Send Message
Message
Send Message
Send a message to another practitioner
POST
Send Message
This endpoint sends a secure message containing a note and attached documents to another practitioner in the network regarding a specific patient’s clinical journey.
Sending a message is an asynchronous process. The response returns a Communication resource immediately with the status being
Example Request Body:
in-progress.
The id can be used to Get Message Status. When the recipient acknowledges receipt, or if delivery fails, a webhook request will be sent to your configured URL:
message.status: can be one ofcompletedorfailed, depending on the outcome of the operation.
Query Params
The ID of the Patient the message relates to.
Body
Where to deliver the message. Use Search
Destinations
to find a value, or pass one you already have. Can be an
OID, or an email address.
The subject of the message. Think of it as the subject
field in an email.
Plain-text content of the message. At least one of
body
or attachments is required.Document IDs that have already been uploaded to Metriport
to attach to the message. At least one of
body or
attachments is required.Optional NPIs of the intended recipients. Useful when
destination identifies an organization but the message
is intended for specific practitioners.Response
The resulting FHIR
Communication
resource.

