Skip to main content
POST
Set a custom field value on a conversation by phone number

Authorizations

x-organization-id
string
header
required

Your SmartSend Organization ID. Required on every request.

Body

application/json
phoneNumber
string
required

Phone number in any format (972..., 05..., +972...)

fieldId
string

ID of the custom field (from /rpc/custom-fields)

fieldName
string

Name of the custom field (alternative to fieldId)

value
string | null

Value to set. Pass null to clear.

Response

200

Custom field set successfully