v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBCommunication
Create memo communication
Creating a memo with SMS or email as communication type will not send a communication.
A memo just records that a communication has taken place.
post/communications
Request body
Example request
{
"patient_id": "1"
}Response
Resource was created
Example response
{
"links": {
"self": "https://api.au1.cliniko.com/v1/communications/1"
},
"patient": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/1"
}
}
}