---
title: "Prescription Communication Event"
method: POST
path: "/registered_url_for_prescription_communication_events"
tags: ["Prescription Webhooks"]
---

# Prescription Communication Event

`POST /registered_url_for_prescription_communication_events`

This webhook is triggered when a user performs an on-demand "Send Rx" action from the tool, sharing a prescription with the patient. The registered endpoint receives details about the prescription that was communicated, including the prescription ID, prescription URL, doctor, patient and appointment information.

The receiver can use the `prescription_id` or `prescription_url` from the webhook event to retrieve or render the shared prescription.

## Request body

- object
  - `service` string, required — Service that emitted the event
  - `event` 'prescription.communication', required — Type of event
  - `event_time` integer, required — Event occurred timestamp in milliseconds
  - `timestamp` integer — Timestamp of the event
  - `transaction_id` string, required — Unique transaction identifier for the event
  - `business_id` string, required — Business ID for the prescription
  - `client_id` string — Client ID for the prescription
  - `data` object, required
    - `actor_oid` string — Identifier of the actor who triggered the communication
    - `appointment_id` string, required — Unique identifier for the appointment
    - `clinic_id` string, required — Identifier for the clinic in Eka
    - `doc_name` object — Name of the doctor
      - `salutation` string — Doctor's salutation
      - `first_name` string — Doctor's first name
      - `last_name` string — Doctor's last name
    - `doctor_id` string, required — Identifier for the doctor in Eka
    - `patient_id` string, required — Identifier for the patient in Eka
    - `patient_name` object — Name of the patient
      - `salutation` string — Patient's salutation
      - `first_name` string — Patient's first name
      - `last_name` string — Patient's last name
    - `prescription_id` string, required — Prescription ID
    - `prescription_url` string, required — URL of the shared prescription PDF

## Response `200`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
