Request Parameters
All parameters are required:- subject (string, required): Task title/subject line
- description (string, required): Task description/body content
- assignee_user_id (string, required): EMR user ID to assign the task to
- patient_mrn (string, required): Medical Record Number (MRN) of the patient
Example Request
Example Response
- task_id: Unique identifier for the created task record
- job_id: Job execution identifier for tracking the async operation
Error Responses
Missing Required Field
User Not Found
Webhook Notifications
When the task processing is complete, we will send a webhook to your registered endpoint. Here are examples of what those webhook payloads will look like:Success
Failure
Authorizations
Body
application/json
