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
Request Parameters
Required Fields
-
appointment_id (string, required): The identifier of the telephone encounter to add the action to. This is not the “Ref #” shown in the eCW UI. Use one of the identifiers Cobalt provides — any of the following is accepted:
- The
telephone_encounter_idreturned byPOST /telephone-encounterswhen you created the encounter. - The
emr_encounter_idfrom thetelephone_encounter.createdwebhook payload. - The appointment
idreturned by the appointment fetch endpoints/webhooks (Cobalt resolves it to the underlying encounter).
- The
- 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