---
title: "Opportunity name change notification"
method: POST
path: "/crm/{opportunityCrmId}/notifyNameChange"
tags: ["Integrations"]
---

# Opportunity name change notification

`POST /crm/{opportunityCrmId}/notifyNameChange`

Subskribe is notified for the opportunity name change happening in Crm systems. This is used to update the opportunity name in Subskribe.

## Path parameters

- `opportunityCrmId` string, required

## Request body

- CrmOpportunityNameChangeNotificationRequest
  - `id` string, required
  - `oldName` string
  - `newName` string, required

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
