VOOZH about

URL: https://help.helplook.com/docs/Leads-list-API

⇱ Leads List API-HelpLook | Help Center


👁 Image
search
AI
Not with related results
AI Search
Search...
Menu

Leads List API

Download

HelpLook automatically sends an email notification when a user fills out a lead form, allowing you to obtain the user’s leads as soon as possible.

Learn more: How to obtain user's leads?

At the same time, through the Leads List API, you can automatically synchronize user lead information to various channels. For example, LARK, Ding Talk, Facebook, Telegram and so on.

*This feature is only supported for Enterprise Edition users

Request method Request address
POST https://api.helplook.net/api/widget/get-widget-list

Parameters

Parameter name Type Required Description
token string Yes

Get it from the AI Integrations -> AI Token

start_time string No

Start time (timestamp, seconds)

end_time string No End time (timestamp, seconds)

Response:

{
 "data": {
 "0": {
 "id": "666",
 "tannant_id": "888",
 "email": "test1@test.com",
 "name": "TestName",
 "phone": "13211113333",
 "session_id": "l3A5PJK8I9joEfAXfLanP",
 "add_time": "1698385713"
 },
 "1": {
 "id": "888",
 "tannant_id": "888",
 "email": "",
 "name": "TestName",
 "phone": "",
 "session_id": "HzZjEFx-Y1gaxKiC82Qxv",
 "add_time": "1698378130"
 }
 },
 "msg": "Success",
 "code": 200
}
Share this Article
Previous
Search API
Next
Get document list API
Last modified: 2024-03-19Powered by👁 Image
Outline
Share this Article