@activepieces/piece-lead-connector 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/i18n/ja.json +1 -1
- package/src/i18n/zh.json +81 -81
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-lead-connector",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"zod": "3.25.76",
|
|
15
15
|
"@activepieces/pieces-common": "0.7.0",
|
|
16
16
|
"@activepieces/pieces-framework": "0.18.4",
|
|
17
|
-
"@activepieces/shared": "0.19.
|
|
17
|
+
"@activepieces/shared": "0.19.1",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"overrides": {
|
package/src/i18n/ja.json
CHANGED
package/src/i18n/zh.json
CHANGED
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
{
|
|
2
2
|
"LeadConnector": "LeadConnector",
|
|
3
3
|
"Lead Connector - Go High Level": "Lead Connector - Go High Level",
|
|
4
|
-
"\n1. Go to the [Marketplace](https://marketplace.gohighlevel.com/) and sign up for a developer account.\n2. Navigate to **My Apps** and click on **Create App**.\n3. Provide app name.Then select **Private** as App Type, **Sub-Account** as Distribution Type. Click **Create App** Button.\n4. Add following scopes.\n - campaigns.readonly\n - contacts.write\n - contacts.readonly\n - locations.readonly\n - locations/tags.readonly\n - locations/tags.write\n - opportunities.readonly\n - opportunities.write\n - ": "\n1.
|
|
5
|
-
"Create Contact": "
|
|
6
|
-
"Update Contact": "
|
|
7
|
-
"Add Contact to Campaign": "
|
|
8
|
-
"Add Contact to Workflow": "
|
|
9
|
-
"Add Note to Contact": "
|
|
10
|
-
"Search Contacts": "
|
|
11
|
-
"Create Opportunity": "
|
|
12
|
-
"Update Opportunity": "
|
|
13
|
-
"Create Task": "
|
|
14
|
-
"Update Task": "
|
|
15
|
-
"Custom API Call": "
|
|
16
|
-
"Create a new contact.": "
|
|
17
|
-
"Update an existing contact.": "
|
|
18
|
-
"Add an existing contact to a campaign.": "
|
|
19
|
-
"Add an existing contact to a workflow.": "
|
|
20
|
-
"Add a new note to a contact.": "
|
|
21
|
-
"Search for contacts with a search query.": "
|
|
22
|
-
"Create a new opportunity.": "
|
|
23
|
-
"Updates an existing opportunity.": "
|
|
24
|
-
"Create a new task.": "
|
|
25
|
-
"Update a task.": "
|
|
26
|
-
"Make a custom API call to a specific endpoint": "
|
|
27
|
-
"First Name": "
|
|
28
|
-
"Last Name": "
|
|
29
|
-
"Email": "
|
|
30
|
-
"Phone": "
|
|
31
|
-
"Company Name": "
|
|
32
|
-
"Website": "
|
|
33
|
-
"Tags": "
|
|
34
|
-
"Source": "
|
|
35
|
-
"Country": "
|
|
36
|
-
"City": "
|
|
37
|
-
"State": "
|
|
38
|
-
"Address": "
|
|
39
|
-
"Postal Code": "
|
|
40
|
-
"Time Zone": "
|
|
41
|
-
"Contact ID": "
|
|
42
|
-
"Contact": "
|
|
43
|
-
"Campaign": "
|
|
44
|
-
"Workflow": "
|
|
45
|
-
"Note": "
|
|
46
|
-
"User": "
|
|
47
|
-
"Search Query": "
|
|
48
|
-
"Pipeline": "
|
|
49
|
-
"Stage": "
|
|
50
|
-
"Title": "
|
|
51
|
-
"Status": "
|
|
52
|
-
"Assigned To": "
|
|
53
|
-
"Monetary Value": "
|
|
54
|
-
"Opportunity": "
|
|
55
|
-
"Due Date": "
|
|
4
|
+
"\n1. Go to the [Marketplace](https://marketplace.gohighlevel.com/) and sign up for a developer account.\n2. Navigate to **My Apps** and click on **Create App**.\n3. Provide app name.Then select **Private** as App Type, **Sub-Account** as Distribution Type. Click **Create App** Button.\n4. Add following scopes.\n - campaigns.readonly\n - contacts.write\n - contacts.readonly\n - locations.readonly\n - locations/tags.readonly\n - locations/tags.write\n - opportunities.readonly\n - opportunities.write\n - ": "\n1. Go to the [Marketplace](https://marketplace.gohighlevel.com/) and sign up for a developer account.\n2. Navigate to **My Apps** and click on **Create App**.\n3. Provide app name.Then select **Private** as App Type, **Sub-Account** as Distribution Type. Click **Create App** Button.\n4. Add following scopes.\n - campaigns.readonly\n - contacts.write\n - contacts.readonly\n - locations.readonly\n - locations/tags.readonly\n - locations/tags.write\n - opportunities.readonly\n - opportunities.write\n - users.readonly\n - workflows.readonly\n - forms.readonly\n5. Add redirect URLs.\n6. Create new Client key with valid name.Copy Client ID and Client Secret.\n",
|
|
5
|
+
"Create Contact": "Create Contact",
|
|
6
|
+
"Update Contact": "Update Contact",
|
|
7
|
+
"Add Contact to Campaign": "Add Contact to Campaign",
|
|
8
|
+
"Add Contact to Workflow": "Add Contact to Workflow",
|
|
9
|
+
"Add Note to Contact": "Add Note to Contact",
|
|
10
|
+
"Search Contacts": "Search Contacts",
|
|
11
|
+
"Create Opportunity": "Create Opportunity",
|
|
12
|
+
"Update Opportunity": "Update Opportunity",
|
|
13
|
+
"Create Task": "Create Task",
|
|
14
|
+
"Update Task": "Update Task",
|
|
15
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
16
|
+
"Create a new contact.": "Create a new contact.",
|
|
17
|
+
"Update an existing contact.": "Update an existing contact.",
|
|
18
|
+
"Add an existing contact to a campaign.": "Add an existing contact to a campaign.",
|
|
19
|
+
"Add an existing contact to a workflow.": "Add an existing contact to a workflow.",
|
|
20
|
+
"Add a new note to a contact.": "Add a new note to a contact.",
|
|
21
|
+
"Search for contacts with a search query.": "Search for contacts with a search query.",
|
|
22
|
+
"Create a new opportunity.": "Create a new opportunity.",
|
|
23
|
+
"Updates an existing opportunity.": "Updates an existing opportunity.",
|
|
24
|
+
"Create a new task.": "Create a new task.",
|
|
25
|
+
"Update a task.": "Update a task.",
|
|
26
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
27
|
+
"First Name": "First Name",
|
|
28
|
+
"Last Name": "名字",
|
|
29
|
+
"Email": "电子邮件地址",
|
|
30
|
+
"Phone": "Phone",
|
|
31
|
+
"Company Name": "Company Name",
|
|
32
|
+
"Website": "Website",
|
|
33
|
+
"Tags": "标签",
|
|
34
|
+
"Source": "来源",
|
|
35
|
+
"Country": "Country",
|
|
36
|
+
"City": "City",
|
|
37
|
+
"State": "State",
|
|
38
|
+
"Address": "Address",
|
|
39
|
+
"Postal Code": "Postal Code",
|
|
40
|
+
"Time Zone": "Time Zone",
|
|
41
|
+
"Contact ID": "Contact ID",
|
|
42
|
+
"Contact": "Contact",
|
|
43
|
+
"Campaign": "Campaign",
|
|
44
|
+
"Workflow": "Workflow",
|
|
45
|
+
"Note": "说明",
|
|
46
|
+
"User": "用户",
|
|
47
|
+
"Search Query": "Search Query",
|
|
48
|
+
"Pipeline": "Pipeline",
|
|
49
|
+
"Stage": "Stage",
|
|
50
|
+
"Title": "标题",
|
|
51
|
+
"Status": "状态",
|
|
52
|
+
"Assigned To": "Assigned To",
|
|
53
|
+
"Monetary Value": "Monetary Value",
|
|
54
|
+
"Opportunity": "Opportunity",
|
|
55
|
+
"Due Date": "Due Date",
|
|
56
56
|
"Description": "描述",
|
|
57
|
-
"Completed": "
|
|
58
|
-
"Task": "
|
|
57
|
+
"Completed": "Completed",
|
|
58
|
+
"Task": "Task",
|
|
59
59
|
"Method": "方法",
|
|
60
|
-
"Headers": "
|
|
61
|
-
"Query Parameters": "
|
|
62
|
-
"Body": "
|
|
60
|
+
"Headers": "信头",
|
|
61
|
+
"Query Parameters": "查询参数",
|
|
62
|
+
"Body": "正文内容",
|
|
63
63
|
"Response is Binary ?": "Response is Binary ?",
|
|
64
|
-
"No Error on Failure": "
|
|
65
|
-
"Timeout (in seconds)": "
|
|
66
|
-
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "
|
|
67
|
-
"The ID of the contact.": "
|
|
68
|
-
"The contact to use.": "
|
|
69
|
-
"The value you want to search for.": "
|
|
70
|
-
"The ID of the pipeline to use.": "
|
|
71
|
-
"The stage of the pipeline to use.": "
|
|
72
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
+
"No Error on Failure": "失败时没有错误",
|
|
65
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
66
|
+
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.",
|
|
67
|
+
"The ID of the contact.": "The ID of the contact.",
|
|
68
|
+
"The contact to use.": "The contact to use.",
|
|
69
|
+
"The value you want to search for.": "The value you want to search for.",
|
|
70
|
+
"The ID of the pipeline to use.": "The ID of the pipeline to use.",
|
|
71
|
+
"The stage of the pipeline to use.": "The stage of the pipeline to use.",
|
|
72
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
73
73
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
74
|
-
"GET": "
|
|
75
|
-
"POST": "
|
|
74
|
+
"GET": "获取",
|
|
75
|
+
"POST": "帖子",
|
|
76
76
|
"PATCH": "PATCH",
|
|
77
|
-
"PUT": "
|
|
78
|
-
"DELETE": "
|
|
79
|
-
"HEAD": "
|
|
80
|
-
"New Contact": "
|
|
81
|
-
"Contact Created or Updated": "
|
|
82
|
-
"New Form Submission": "
|
|
83
|
-
"New Opportunity": "
|
|
84
|
-
"Trigger when a new contact is added.": "
|
|
85
|
-
"Trigger when a contact is created or updated.": "
|
|
86
|
-
"Trigger when a form is submitted.": "
|
|
87
|
-
"Trigger when a new opportunity is added.": "
|
|
88
|
-
"Form": "
|
|
89
|
-
"The form you want to use.": "
|
|
77
|
+
"PUT": "弹出",
|
|
78
|
+
"DELETE": "删除",
|
|
79
|
+
"HEAD": "黑色",
|
|
80
|
+
"New Contact": "New Contact",
|
|
81
|
+
"Contact Created or Updated": "Contact Created or Updated",
|
|
82
|
+
"New Form Submission": "New Form Submission",
|
|
83
|
+
"New Opportunity": "New Opportunity",
|
|
84
|
+
"Trigger when a new contact is added.": "Trigger when a new contact is added.",
|
|
85
|
+
"Trigger when a contact is created or updated.": "Trigger when a contact is created or updated.",
|
|
86
|
+
"Trigger when a form is submitted.": "Trigger when a form is submitted.",
|
|
87
|
+
"Trigger when a new opportunity is added.": "Trigger when a new opportunity is added.",
|
|
88
|
+
"Form": "Form",
|
|
89
|
+
"The form you want to use.": "The form you want to use."
|
|
90
90
|
}
|