---
title: "Sends an email to the user who signed the service agreement to inform them that their service is live"
method: POST
path: "/v1/api/services/{serviceExternalId}/send-live-email"
tags: ["Services"]
---

# Sends an email to the user who signed the service agreement to inform them that their service is live

`POST /v1/api/services/{serviceExternalId}/send-live-email`

This endpoint will send an email to the user who signed the agreement with GOV.UK Pay for the service informing them that their service is now live.The email address used is the email address of the user provided to the [POST /v1/api/services/`{serviceExternalId}`/govuk-pay-agreement] endpoint.

## Path parameters

- `serviceExternalId` string, required

## Response `200`

OK

## Other responses

- `404` — Service with serviceExternalId not found

---

[API](https://skmtc.net/government-digital-service/apis/adminusers-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/adminusers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/adminusers-api/versions/17f1bf916172/schema)
