Metadata
Add a customer metadata
Add metadata attributes of one customer
POST
/
metadata-ingestion
/
v1
/
single-customer-metadata
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredBody
application/json
A set of customer metadata attributes
externalConversationId
string
requiredConversation ID from the external chat / voice system
Maximum length:
256
externalCustomerId
string
requiredThe customer id involved in respect to the issue in question
Maximum length:
256
eventId
string | null
An event id used to track the submission; if none is provided, service will generate one
Maximum length:
256
status
string | null
The descriptive label to describe the customer's status and/or type
Maximum length:
256
phoneNumber
string | null
The customer's phone number
Maximum length:
32
emailAddress
string | null
The customer's email address
userId
string | null
The customer's user Id
Maximum length:
256
addressCountry
string | null
The country portion of the customer's address
Maximum length:
128
addressState
string | null
The state portion of the customer's address
Maximum length:
128
addressZipcode
string | null
The zipcode/postal code portion of the customer's address
Maximum length:
16
attributes
object[] | null
A map of key-value pairs for extra metadata attributes
Response
200 - application/json
result
object
requiredA response with the status of a sent message
Was this page helpful?