---
title: "Send a GoCardless mandate email request"
method: POST
path: "/api/external/v2/gocardless_mandates/mail_requests"
tags: ["Mandates"]
---

# Send a GoCardless mandate email request

`POST /api/external/v2/gocardless_mandates/mail_requests`

This endpoint allows you to send an email request for a GoCardless mandate to a recipient.

> ℹ️
> This endpoint requires the following scope: `customer_mandates:all`

## Request body

- object
  - `customer_id` integer, required — Customer identifier
  - `email` object, required
    - `subject` string, nullable — Email subject line.
    - `body` string, nullable — Email body content.
    - `recipients` string[], required — Email recipient addresses

## Response `204`

Mail request successfully created

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found
- `422` — Unprocessable content

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
