curl --request POST \
--url https://api.example.com/api/public/webchat/contact/add-metadata \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"metadata": {},
"externalUserId": "<string>"
}
'Add metadata for a webchat contact
curl --request POST \
--url https://api.example.com/api/public/webchat/contact/add-metadata \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"metadata": {},
"externalUserId": "<string>"
}
'Was this page helpful?