CaraCara API

Enroll in email sequence

Enroll one or more patients in an email sequence.

Enroll one or more patients in an email sequence.

POST
/emails/sequences/{id}/enroll

Authorization

AuthorizationRequiredBearer <token>

Use your API key (sk_live_* or sk_test_*) as the Bearer token.

In: header

Request Body

application/jsonRequired
patientIdsRequiredarray<string>

Path Parameters

idRequiredstring
curl -X POST "https://platform.caramedical.com/api/v1/emails/sequences/<string>/enroll" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "patientIds": [
      "string"
    ]
  }'

Patients enrolled.