Skip to main content
WEBHOOK
customer.updated
{
  "email": "<string>",
  "exclude_from_metrics": true,
  "id": "<string>",
  "identifier": "<string>",
  "managed_externally": true,
  "metadata": [
    1
  ],
  "name": "<string>",
  "org_name": "<string>",
  "owner_id": null,
  "parent_customer_id": null,
  "status": "<string>",
  "title": "<string>"
}

Body

application/json
email
string

The email of the customer

exclude_from_metrics
boolean

Whether to exclude this customer and related fields from any metrics in Maple

id
string

The ID of the customer in Maple

identifier
string

The unique identifier for the customer that ties back to your system. You can query for a customer using this identifier

managed_externally
boolean

Whether this customer is managed outside of Maple

metadata
integer[] | null

The metadata as key-value pairs attached to this customer

name
string

The name of the customer

org_name
string

The name of the company or the organization this customer is a part of

owner_id
string | null

The company user ID of person in Maple assigned to manage this customer

parent_customer_id
string | null

The customer ID of the parent customer assigned in Maple

status
string

The status of the customer such as ACTIVE or ARCHIVED

title
string

The title of the customer, such as CEO, VP

Response

200

Return a 200 status to indicate that the data was received successfully

I