---
title: Email
description: You can use the IDM outbound email service over REST at the external/email endpoint:
component: pingidm
version: 8.1
page_id: pingidm:rest-api-reference:endpoints/rest-email
canonical_url: https://docs.pingidentity.com/pingidm/8.1/rest-api-reference/endpoints/rest-email.html
keywords: ["REST API", "Email"]
---

# Email

|   |                                                                                                              |
| - | ------------------------------------------------------------------------------------------------------------ |
|   | To configure the email service, refer to [Outbound email service](../../external-services-guide/email.html). |

You can use the IDM outbound email service over REST at the `external/email` endpoint:

| URI                                           | HTTP Operation | Description              |
| --------------------------------------------- | -------------- | ------------------------ |
| /openidm/external/email?\_action=send         | POST           | Sends an email.          |
| /openidm/external/email?\_action=sendTemplate | POST           | Sends an email template. |

For complete examples, refer to [Send email using REST](../../external-services-guide/email-send.html).
