Skip to main content
POST
/
telehealth
/
trigger-phone-agent
Trigger AI phone agent for patient
curl --request POST \
  --url https://api.doccy-enterprise.local/telehealth/trigger-phone-agent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "consultType": "medicalCertificate",
  "metadata": {}
}'
{
  "status": 123,
  "response": "<any>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required
Minimum length: 1
consultType
enum<string>
required
Available options:
medicalCertificate,
prescriptions,
general
metadata
object

Response

Successful response

status
number
required
response
any
required