Opt-In Patient Callback

ENDPOINT: POST /webhook/user-action

This request from RxWare -> Partner will be triggered when the patient replies to the support program phone number with the text “START”, which means that we will start sending messages to this patient.

				
					{
  "event": {
    "message": "patient replied START",
    "supportProgramId": "ec70c6f7-5646-461c-94cc-1a87b6f7a08e",
    "sendDate": "2022-01-01T01:01:01+00:00",
    "status": "success",
    "data": {
      "key": "opt-in",
      "value": true
    },
    "patient": {
      "id": "ha1234567890987",
      "phoneNumber": "+12099999999",
      "externalIds": [
        {
          "source": "partner",
          "sourceId": "Id_of_patient_in_partner_system"
        }
      ]
    }
  },
  "sourceName": "helparound",
  "eventType": "sms",
  "eventName": "HelpAround.Patient.Consent"
}
				
			
Opt-In Patient Callback
Skip to content