Skip to main content
POST
/
registered_url_for_vaccination_reminder_webhook_events
Vaccination Reminder
curl --request POST \
  --url https://{partner_host}/registered_url_for_vaccination_reminder_webhook_events \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": "vaccination.reminder",
  "service": "appointment",
  "event_time": 1741677083454,
  "partition_id": "b-23535342:62342343:vaccination.reminder",
  "transaction_id": "62342343-23532432142-1741677083454",
  "data": {
    "doctor_id": "23532432142",
    "patient_id": "62342343",
    "patient_name": "John Doe",
    "doctor_name": "Dr. Jane Smith",
    "booking_link": "https://eka.care/book/23532432142",
    "due_date": "2026-04-15",
    "vaccines": "Hepatitis B, MMR"
  }
}
'

Body

application/json
event
string

Type of event

Example:

"vaccination.reminder"

service
string

Service related to the event

Example:

"appointment"

event_time
integer

Event occurrence timestamp in milliseconds

Example:

1741677083454

partition_id
string

Partition identifier for the event

Example:

"b-23535342:62342343:vaccination.reminder"

transaction_id
string

Unique transaction identifier for the event

Example:

"62342343-23532432142-1741677083454"

data
object

Response

200 - undefined