EVENT: Direct-to-SMS

ENDPOINT: POST /v1/patients/{patientId}/event

Direct-to-SMS Commands are utilized when you need to notify the patient via SMS about certain events that may occur during the patient’s journey.

Here is an example of notifying a patient of a missed phone call:

				
					{
  "status": {
    "name": "notify.sms.missed.call",
    "text": ""
  },
  "phoneNumber": "{{test-user-phone-number}}",
  "externalId": "{{test-user-external-user-id}}",
  "supportProgramId": "{{partners-support-program-id}}"
}
				
			

Below are theΒ notify.sms.*Β text field values that we currently support:

Text Field ValuesDescription
notify.sms.no.answerNotify patient that an outreach was attempted but patient did not answer
notify.sms.next.callNotify patient of an upcoming outreach call
notify.sms.missed.callNotify patient of a missed call
notify.sms.next.appointmentNotify patient of their next appointment
notify.sms.pap.endNotify patient of Patient Assistance Program ending
notify.sms.pap.renewNotify patient of a need to renew their Patient Assistance Program application
notify.sms.claims.pa.deniedNotify patient that their prior authorization has been denied
notify.sms.claims.pareqNotify patient that their prescription requires a prior authorization
notify.sms.claims.pa.approvedNotify patient that their prior authorization has been approved
notify.sms.claims.updateNotify patient of update on claims status
notify.sms.claims.paid.pending
notify.sms.claims.paid
notify.sms.insurance.bv.processNotify patient that their insurance is in review
notify.sms.insurance.approvedNotify patient that their insurance has approved their prescription
notify.sms.insurance.nocoverageNotify patient that their insurance is inactive
notify.sms.copay.card
notify.sms.copay.enroll
notify.sms.tracker.update
notify.sms.shippedNotify patient of order shipped
notify.sms.shipment
notify.sms.shipment.issueNotify patient of a shipment issue
notify.sms.program.termsNotify patient of program terms & conditions
notify.sms.pharmacy.infoNotify patient of their pharmacy's contact info
notify.sms.refill.reminderNotify patient that it is time to refill their prescription
notify.sms.hcp.info
EVENT: Direct-to-SMS
Skip to content