Add Action to Telephone Encounter
Telephone Encounters
Add Action to Telephone Encounter
Adds a timestamped action log to an existing telephone encounter in the provider’s EMR system.
POST
Add Action to Telephone Encounter
Documentation Index
Fetch the complete documentation index at: https://docs.usecobalt.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Required Fields
- emr_appointment_id (string, required): The EMR-specific ID of the telephone encounter
- text (string, required): The action text/note to add to the telephone encounter log
How It Works
When you add an action to a telephone encounter:- Formatting: The action is automatically formatted with the staff member’s name, timestamp, and timezone
- Appending: The formatted action is appended to the existing action log in the telephone encounter
- Timestamping: Each action includes the exact date, time, and timezone when it was added
Example Request
Example Response
Response Fields
- success (boolean): Indicates if the request was accepted for processing
- message (string): Confirmation message
- action_id (string): Unique identifier for the action record (32-character hex string)
- job_id (integer): Reference to the job that will process this action
Webhook Events
You’ll receive a webhook when the action is processed:Success Event
Authorizations
Body
application/json