Collect Info analysis

Customer sent you messages about them, and our Collect Info NLP model will help you to filter out the data and capture important info about your customers

Retrieve customer information from a paragraph

POST https://app.chatparse.ai/ai/collect_info

This endpoint allows you to get user information from a message, current info supports: user's name, user's phone number, user's company name, user's email.

Query Parameters

NameTypeDescription

token

string

Your account token

query

string

Text that need to go through analysis

{    
     "name": "Ras",
     "company": "ChatParse",
     "phone_number":"",
     "email":"hi@chatparse.ai",
}

Last updated