Skip to main content
POST
Update customer
Call this endpoint on the campaigns service: https://campaigns.pingmee.co.il.
Partial update — send only the fields you want to change. For example, to update description alone:
Updatable fields: customerNickname, email, description, phoneNumber.

Authorizations

Personal access token from Pingmee Settings → Developer Tools

x-api-key
string
header
required

Business API key from Pingmee Settings → Developer Tools

Path Parameters

id
string
required

Phone number ID of the customer to update.

Body

application/json

Fields to update. Omit fields you do not want to change.

Partial customer update. Include only the fields you want to change.

customerNickname
string

Custom name to identify the customer in the business

description
string

Free-text note / description (shown in the conversation sidebar)

email
string<email>

Customer email address

phoneNumber
string

Editable phone number controlled by the business

Response

Customer updated

customer
object
required