πUpdate Chatlog Info
Last updated
Was this helpful?
Was this helpful?
curl --location --request POST 'https://app.wonderchat.io/api/v1/update-chatlog-info' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "YOUR_API_KEY",
"chatlogId": "clx123abc",
"name": "Jane Doe",
"email": "jane@example.com",
"phoneNumber": "+15551234567",
"userId": "crm-4821",
"customFields": [
{ "name": "Company", "value": "Acme Inc" },
{ "name": "Plan", "value": "Enterprise" }
]
}'{
"success": true,
"chatlogId": "clx123abc"
}