Skip to main content
POST
/
registered_url_for_appointment_followup_reminder_instant_webhook_events
Follow-up Appointment Reminder (Instant)
curl --request POST \
  --url https://{partner_host}/registered_url_for_appointment_followup_reminder_instant_webhook_events \
  --header 'Content-Type: application/json' \
  --data '
{
  "business_id": "b-23535342",
  "event": "appointment.followup_reminder_instant",
  "event_time": 1741677083454,
  "partition_id": "34k34k3-ea16-438b-81ea-c2e4b296051b:appointment.followup_reminder_instant",
  "transaction_id": "34k34k3-ea16-438b-81ea-c2e4b296051b:appointment.followup_reminder_instant:1741677083454",
  "data": {
    "appointment_id": "34k34k3-ea16-438b-81ea-c2e4b296051b",
    "doctor_id": "23532432142",
    "patient_id": "62342343",
    "clinic_id": "c-dsjfkj23kj3jrfdf"
  }
}
'

Body

application/json
business_id
string

Business ID for the appointment

Example:

"b-23535342"

event
string

Type of event

Example:

"appointment.followup_reminder_instant"

event_time
integer

Event occurrence timestamp

Example:

1741677083454

partition_id
string

Partition identifier for the event

Example:

"34k34k3-ea16-438b-81ea-c2e4b296051b:appointment.followup_reminder_instant"

transaction_id
string

Unique transaction identifier for the event

Example:

"34k34k3-ea16-438b-81ea-c2e4b296051b:appointment.followup_reminder_instant:1741677083454"

data
object

Response

200 - undefined