Contract Status Changed Notification


Key benefits for you

This notification can be utilized for various business purposes:

Setting up the notification

To register to this notification, please look in the general notifications-page using subscriptions/contractStatusChanged

The follow-up processes depend on what you want to do with the data:

  • Contact the customer

Technical Details

Trigger Events:

Example:

{
  "type": "subscriptions/contractStatusChanged",
  "parameters": {
    "statusType": "TERMINATED",
    "renewalDate": "",
    "contractEndDate": "20240926",
    "options": [
      {
        "productName": "Charging - Sign up Fee",
        "externalContractId": "2010335084"
      }
    ],
    "customerDetails": {
      "externalCustomerId": "CUST-100488077",
      "firstName": "John",
      "lastName": "Doe"
    }
  }
}

Field Descriptions

Please look here for the details of the Contract Status Changed Notification.