---
title: "Send a reminder to a signer by SMS"
method: POST
path: "/e-signature-packages/{eSignaturePackageId}/signers/{id}/actions/send-reminder-by-sms"
tags: ["Signers - Actions"]
---

# Send a reminder to a signer by SMS

`POST /e-signature-packages/{eSignaturePackageId}/signers/{id}/actions/send-reminder-by-sms`

Send a reminder to the signer by SMS.

## Request body

- object
  - `phoneNumber` string — Phone number of the signer in E.164 format. Required if the signer does not have phone number.
  - `message` string — Custom message that will be prepend the link. If not provided, a generic message will be added.

## Response `200`

Returns an empty object if the action was successfully performed.

- object

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
