@activepieces/piece-linkupapi 0.0.1 → 0.0.3
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 +7 -12
- package/src/i18n/de.json +113 -0
- package/src/i18n/es.json +113 -0
- package/src/i18n/fr.json +113 -0
- package/src/i18n/ja.json +113 -0
- package/src/i18n/nl.json +113 -0
- package/src/i18n/pt.json +113 -0
- package/src/i18n/translation.json +113 -0
- package/src/i18n/zh.json +113 -0
- package/src/index.js +13 -56
- package/src/index.d.ts +0 -2
- package/src/index.d.ts.map +0 -1
- package/src/index.js.map +0 -1
- package/src/lib/actions/check-invitation-status.d.ts +0 -5
- package/src/lib/actions/check-invitation-status.d.ts.map +0 -1
- package/src/lib/actions/check-invitation-status.js +0 -29
- package/src/lib/actions/check-invitation-status.js.map +0 -1
- package/src/lib/actions/get-account.d.ts +0 -4
- package/src/lib/actions/get-account.d.ts.map +0 -1
- package/src/lib/actions/get-account.js +0 -26
- package/src/lib/actions/get-account.js.map +0 -1
- package/src/lib/actions/get-company.d.ts +0 -5
- package/src/lib/actions/get-company.d.ts.map +0 -1
- package/src/lib/actions/get-company.js +0 -29
- package/src/lib/actions/get-company.js.map +0 -1
- package/src/lib/actions/get-conversation.d.ts +0 -8
- package/src/lib/actions/get-conversation.d.ts.map +0 -1
- package/src/lib/actions/get-conversation.js +0 -47
- package/src/lib/actions/get-conversation.js.map +0 -1
- package/src/lib/actions/get-my-profile.d.ts +0 -4
- package/src/lib/actions/get-my-profile.d.ts.map +0 -1
- package/src/lib/actions/get-my-profile.js +0 -21
- package/src/lib/actions/get-my-profile.js.map +0 -1
- package/src/lib/actions/get-profile.d.ts +0 -7
- package/src/lib/actions/get-profile.d.ts.map +0 -1
- package/src/lib/actions/get-profile.js +0 -41
- package/src/lib/actions/get-profile.js.map +0 -1
- package/src/lib/actions/list-accounts.d.ts +0 -5
- package/src/lib/actions/list-accounts.d.ts.map +0 -1
- package/src/lib/actions/list-accounts.js +0 -36
- package/src/lib/actions/list-accounts.js.map +0 -1
- package/src/lib/actions/search-companies.d.ts +0 -12
- package/src/lib/actions/search-companies.d.ts.map +0 -1
- package/src/lib/actions/search-companies.js +0 -47
- package/src/lib/actions/search-companies.js.map +0 -1
- package/src/lib/actions/search-people.d.ts +0 -21
- package/src/lib/actions/search-people.d.ts.map +0 -1
- package/src/lib/actions/search-people.js +0 -94
- package/src/lib/actions/search-people.js.map +0 -1
- package/src/lib/actions/send-connection-request.d.ts +0 -7
- package/src/lib/actions/send-connection-request.d.ts.map +0 -1
- package/src/lib/actions/send-connection-request.js +0 -41
- package/src/lib/actions/send-connection-request.js.map +0 -1
- package/src/lib/actions/send-message.d.ts +0 -7
- package/src/lib/actions/send-message.d.ts.map +0 -1
- package/src/lib/actions/send-message.js +0 -41
- package/src/lib/actions/send-message.js.map +0 -1
- package/src/lib/common/index.d.ts +0 -16
- package/src/lib/common/index.d.ts.map +0 -1
- package/src/lib/common/index.js +0 -110
- package/src/lib/common/index.js.map +0 -1
- package/src/lib/triggers/invitation-accepted.d.ts +0 -11
- package/src/lib/triggers/invitation-accepted.d.ts.map +0 -1
- package/src/lib/triggers/invitation-accepted.js +0 -57
- package/src/lib/triggers/invitation-accepted.js.map +0 -1
- package/src/lib/triggers/new-message-received.d.ts +0 -11
- package/src/lib/triggers/new-message-received.d.ts.map +0 -1
- package/src/lib/triggers/new-message-received.js +0 -57
- package/src/lib/triggers/new-message-received.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-linkupapi",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
"scripts": {
|
|
14
|
-
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
|
15
|
-
"lint": "eslint 'src/**/*.ts'"
|
|
16
|
-
}
|
|
6
|
+
"dependencies": {},
|
|
7
|
+
"files": [
|
|
8
|
+
"src/index.js",
|
|
9
|
+
"package.json",
|
|
10
|
+
"src/i18n"
|
|
11
|
+
]
|
|
17
12
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.": "LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.",
|
|
3
|
+
"Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com": "Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com",
|
|
4
|
+
"List Accounts": "List Accounts",
|
|
5
|
+
"Get Account Details": "Get Account Details",
|
|
6
|
+
"Get My Profile": "Get My Profile",
|
|
7
|
+
"Get Profile Info": "Get Profile Info",
|
|
8
|
+
"Search People": "Search People",
|
|
9
|
+
"Search Companies": "Search Companies",
|
|
10
|
+
"Get Company Info": "Get Company Info",
|
|
11
|
+
"Send Message": "Nachricht senden",
|
|
12
|
+
"Get Conversation": "Get Conversation",
|
|
13
|
+
"Send Connection Request": "Send Connection Request",
|
|
14
|
+
"Check Invitation Status": "Check Invitation Status",
|
|
15
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
16
|
+
"List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.": "List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.",
|
|
17
|
+
"Get detailed information and status for a specific connected account. Free (0 credits).": "Get detailed information and status for a specific connected account. Free (0 credits).",
|
|
18
|
+
"Retrieve the profile of the connected LinkedIn account.": "Retrieve the profile of the connected LinkedIn account.",
|
|
19
|
+
"Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.": "Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.",
|
|
20
|
+
"Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.": "Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.",
|
|
21
|
+
"Search LinkedIn companies by keyword, location, sector and company size.": "Search LinkedIn companies by keyword, location, sector and company size.",
|
|
22
|
+
"Retrieve detailed information about a LinkedIn company page.": "Retrieve detailed information about a LinkedIn company page.",
|
|
23
|
+
"Send a LinkedIn message to a profile, optionally with a media attachment.": "Send a LinkedIn message to a profile, optionally with a media attachment.",
|
|
24
|
+
"Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.": "Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.",
|
|
25
|
+
"Send a LinkedIn connection invitation to a profile, with an optional note.": "Send a LinkedIn connection invitation to a profile, with an optional note.",
|
|
26
|
+
"Check the status of a connection invitation sent to a profile.": "Check the status of a connection invitation sent to a profile.",
|
|
27
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
28
|
+
"Limit": "Limit",
|
|
29
|
+
"Offset": "Versatz",
|
|
30
|
+
"Account ID": "Konto-ID",
|
|
31
|
+
"Profile URL": "Profile URL",
|
|
32
|
+
"Identifier": "Identifier",
|
|
33
|
+
"Profile URN": "Profile URN",
|
|
34
|
+
"Keyword": "Keyword",
|
|
35
|
+
"First Name": "Vorname",
|
|
36
|
+
"Last Name": "Nachname",
|
|
37
|
+
"Current Job Title": "Current Job Title",
|
|
38
|
+
"Current Company Name": "Current Company Name",
|
|
39
|
+
"Company URL": "Company URL",
|
|
40
|
+
"Past Company": "Past Company",
|
|
41
|
+
"Location": "Standort",
|
|
42
|
+
"School URL": "School URL",
|
|
43
|
+
"Industry": "Industry",
|
|
44
|
+
"Network": "Network",
|
|
45
|
+
"Connection Of": "Connection Of",
|
|
46
|
+
"Follower Of": "Follower Of",
|
|
47
|
+
"Fetch Invitation State": "Fetch Invitation State",
|
|
48
|
+
"Total Results": "Total Results",
|
|
49
|
+
"Start Page": "Start Page",
|
|
50
|
+
"End Page": "End Page",
|
|
51
|
+
"Sector": "Sector",
|
|
52
|
+
"Company Size": "Company Size",
|
|
53
|
+
"Results Per Page": "Results Per Page",
|
|
54
|
+
"Message": "Nachricht",
|
|
55
|
+
"Media Link": "Media Link",
|
|
56
|
+
"Conversation ID": "Conversation ID",
|
|
57
|
+
"Count": "Anzahl",
|
|
58
|
+
"Cursor": "Cursor",
|
|
59
|
+
"Note": "Notiz",
|
|
60
|
+
"Method": "Methode",
|
|
61
|
+
"Headers": "Kopfzeilen",
|
|
62
|
+
"Query Parameters": "Abfrageparameter",
|
|
63
|
+
"Body Type": "Körpertyp",
|
|
64
|
+
"Body": "Körper",
|
|
65
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
66
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
67
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
68
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
69
|
+
"Max accounts to return per page (1-500)": "Max accounts to return per page (1-500)",
|
|
70
|
+
"Number of accounts to skip (for pagination)": "Number of accounts to skip (for pagination)",
|
|
71
|
+
"The account to retrieve (from \"List Accounts\")": "The account to retrieve (from \"List Accounts\")",
|
|
72
|
+
"The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.": "The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.",
|
|
73
|
+
"Full LinkedIn profile URL (provide this OR Identifier OR URN)": "Full LinkedIn profile URL (provide this OR Identifier OR URN)",
|
|
74
|
+
"Public identifier (e.g. \"john-doe\")": "Public identifier (e.g. \"john-doe\")",
|
|
75
|
+
"LinkedIn profile URN": "LinkedIn profile URN",
|
|
76
|
+
"LinkedIn company page URL": "LinkedIn company page URL",
|
|
77
|
+
"e.g. \"San Francisco\"": "e.g. \"San Francisco\"",
|
|
78
|
+
"Connection degree relative to the account": "Connection degree relative to the account",
|
|
79
|
+
"Show connections of a specific profile (URL or identifier)": "Show connections of a specific profile (URL or identifier)",
|
|
80
|
+
"Show followers of a specific company or profile": "Show followers of a specific company or profile",
|
|
81
|
+
"Include the connection invitation state for each result": "Include the connection invitation state for each result",
|
|
82
|
+
"Number of results to return (1 credit per 10 results)": "Number of results to return (1 credit per 10 results)",
|
|
83
|
+
"e.g. \"11-50\", \"201-500\"": "e.g. \"11-50\", \"201-500\"",
|
|
84
|
+
"LinkedIn profile URL of the recipient": "LinkedIn profile URL of the recipient",
|
|
85
|
+
"The text of the message to send": "The text of the message to send",
|
|
86
|
+
"Optional URL of a media file to attach": "Optional URL of a media file to attach",
|
|
87
|
+
"Provide this OR a Profile URL": "Provide this OR a Profile URL",
|
|
88
|
+
"Profile URL of the other participant": "Profile URL of the other participant",
|
|
89
|
+
"Number of messages to retrieve": "Number of messages to retrieve",
|
|
90
|
+
"Pagination cursor from a previous response": "Pagination cursor from a previous response",
|
|
91
|
+
"LinkedIn profile URL (provide this OR Identifier)": "LinkedIn profile URL (provide this OR Identifier)",
|
|
92
|
+
"Optional note to include with the invitation": "Optional note to include with the invitation",
|
|
93
|
+
"LinkedIn profile URL to check": "LinkedIn profile URL to check",
|
|
94
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
95
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
96
|
+
"1st degree (F)": "1st degree (F)",
|
|
97
|
+
"2nd degree (S)": "2nd degree (S)",
|
|
98
|
+
"3rd+ degree (O)": "3rd+ degree (O)",
|
|
99
|
+
"GET": "ERHALTEN",
|
|
100
|
+
"POST": "POST",
|
|
101
|
+
"PATCH": "PATCH",
|
|
102
|
+
"PUT": "PUT",
|
|
103
|
+
"DELETE": "LÖSCHEN",
|
|
104
|
+
"HEAD": "HEAD",
|
|
105
|
+
"None": "Keine",
|
|
106
|
+
"JSON": "JSON",
|
|
107
|
+
"Form Data": "Formulardaten",
|
|
108
|
+
"Raw": "Rohe",
|
|
109
|
+
"New Message Received": "New Message Received",
|
|
110
|
+
"Invitation Accepted": "Invitation Accepted",
|
|
111
|
+
"Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).",
|
|
112
|
+
"Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active)."
|
|
113
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.": "LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.",
|
|
3
|
+
"Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com": "Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com",
|
|
4
|
+
"List Accounts": "List Accounts",
|
|
5
|
+
"Get Account Details": "Get Account Details",
|
|
6
|
+
"Get My Profile": "Get My Profile",
|
|
7
|
+
"Get Profile Info": "Get Profile Info",
|
|
8
|
+
"Search People": "Search People",
|
|
9
|
+
"Search Companies": "Search Companies",
|
|
10
|
+
"Get Company Info": "Get Company Info",
|
|
11
|
+
"Send Message": "Enviar mensaje",
|
|
12
|
+
"Get Conversation": "Get Conversation",
|
|
13
|
+
"Send Connection Request": "Send Connection Request",
|
|
14
|
+
"Check Invitation Status": "Check Invitation Status",
|
|
15
|
+
"Custom API Call": "Llamada API personalizada",
|
|
16
|
+
"List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.": "List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.",
|
|
17
|
+
"Get detailed information and status for a specific connected account. Free (0 credits).": "Get detailed information and status for a specific connected account. Free (0 credits).",
|
|
18
|
+
"Retrieve the profile of the connected LinkedIn account.": "Retrieve the profile of the connected LinkedIn account.",
|
|
19
|
+
"Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.": "Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.",
|
|
20
|
+
"Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.": "Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.",
|
|
21
|
+
"Search LinkedIn companies by keyword, location, sector and company size.": "Search LinkedIn companies by keyword, location, sector and company size.",
|
|
22
|
+
"Retrieve detailed information about a LinkedIn company page.": "Retrieve detailed information about a LinkedIn company page.",
|
|
23
|
+
"Send a LinkedIn message to a profile, optionally with a media attachment.": "Send a LinkedIn message to a profile, optionally with a media attachment.",
|
|
24
|
+
"Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.": "Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.",
|
|
25
|
+
"Send a LinkedIn connection invitation to a profile, with an optional note.": "Send a LinkedIn connection invitation to a profile, with an optional note.",
|
|
26
|
+
"Check the status of a connection invitation sent to a profile.": "Check the status of a connection invitation sent to a profile.",
|
|
27
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
28
|
+
"Limit": "Límite",
|
|
29
|
+
"Offset": "Desplazamiento",
|
|
30
|
+
"Account ID": "ID de cuenta",
|
|
31
|
+
"Profile URL": "Profile URL",
|
|
32
|
+
"Identifier": "Identifier",
|
|
33
|
+
"Profile URN": "Profile URN",
|
|
34
|
+
"Keyword": "Keyword",
|
|
35
|
+
"First Name": "Nombre",
|
|
36
|
+
"Last Name": "Apellido",
|
|
37
|
+
"Current Job Title": "Current Job Title",
|
|
38
|
+
"Current Company Name": "Current Company Name",
|
|
39
|
+
"Company URL": "Company URL",
|
|
40
|
+
"Past Company": "Past Company",
|
|
41
|
+
"Location": "Ubicación",
|
|
42
|
+
"School URL": "School URL",
|
|
43
|
+
"Industry": "Industry",
|
|
44
|
+
"Network": "Network",
|
|
45
|
+
"Connection Of": "Connection Of",
|
|
46
|
+
"Follower Of": "Follower Of",
|
|
47
|
+
"Fetch Invitation State": "Fetch Invitation State",
|
|
48
|
+
"Total Results": "Total Results",
|
|
49
|
+
"Start Page": "Start Page",
|
|
50
|
+
"End Page": "End Page",
|
|
51
|
+
"Sector": "Sector",
|
|
52
|
+
"Company Size": "Company Size",
|
|
53
|
+
"Results Per Page": "Results Per Page",
|
|
54
|
+
"Message": "Mensaje",
|
|
55
|
+
"Media Link": "Media Link",
|
|
56
|
+
"Conversation ID": "Conversation ID",
|
|
57
|
+
"Count": "Contador",
|
|
58
|
+
"Cursor": "Cursor",
|
|
59
|
+
"Note": "Nota",
|
|
60
|
+
"Method": "Método",
|
|
61
|
+
"Headers": "Encabezados",
|
|
62
|
+
"Query Parameters": "Parámetros de consulta",
|
|
63
|
+
"Body Type": "Tipo de cuerpo",
|
|
64
|
+
"Body": "Cuerpo",
|
|
65
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
66
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
67
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
68
|
+
"Follow redirects": "Seguir redirecciones",
|
|
69
|
+
"Max accounts to return per page (1-500)": "Max accounts to return per page (1-500)",
|
|
70
|
+
"Number of accounts to skip (for pagination)": "Number of accounts to skip (for pagination)",
|
|
71
|
+
"The account to retrieve (from \"List Accounts\")": "The account to retrieve (from \"List Accounts\")",
|
|
72
|
+
"The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.": "The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.",
|
|
73
|
+
"Full LinkedIn profile URL (provide this OR Identifier OR URN)": "Full LinkedIn profile URL (provide this OR Identifier OR URN)",
|
|
74
|
+
"Public identifier (e.g. \"john-doe\")": "Public identifier (e.g. \"john-doe\")",
|
|
75
|
+
"LinkedIn profile URN": "LinkedIn profile URN",
|
|
76
|
+
"LinkedIn company page URL": "LinkedIn company page URL",
|
|
77
|
+
"e.g. \"San Francisco\"": "e.g. \"San Francisco\"",
|
|
78
|
+
"Connection degree relative to the account": "Connection degree relative to the account",
|
|
79
|
+
"Show connections of a specific profile (URL or identifier)": "Show connections of a specific profile (URL or identifier)",
|
|
80
|
+
"Show followers of a specific company or profile": "Show followers of a specific company or profile",
|
|
81
|
+
"Include the connection invitation state for each result": "Include the connection invitation state for each result",
|
|
82
|
+
"Number of results to return (1 credit per 10 results)": "Number of results to return (1 credit per 10 results)",
|
|
83
|
+
"e.g. \"11-50\", \"201-500\"": "e.g. \"11-50\", \"201-500\"",
|
|
84
|
+
"LinkedIn profile URL of the recipient": "LinkedIn profile URL of the recipient",
|
|
85
|
+
"The text of the message to send": "The text of the message to send",
|
|
86
|
+
"Optional URL of a media file to attach": "Optional URL of a media file to attach",
|
|
87
|
+
"Provide this OR a Profile URL": "Provide this OR a Profile URL",
|
|
88
|
+
"Profile URL of the other participant": "Profile URL of the other participant",
|
|
89
|
+
"Number of messages to retrieve": "Number of messages to retrieve",
|
|
90
|
+
"Pagination cursor from a previous response": "Pagination cursor from a previous response",
|
|
91
|
+
"LinkedIn profile URL (provide this OR Identifier)": "LinkedIn profile URL (provide this OR Identifier)",
|
|
92
|
+
"Optional note to include with the invitation": "Optional note to include with the invitation",
|
|
93
|
+
"LinkedIn profile URL to check": "LinkedIn profile URL to check",
|
|
94
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
95
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
96
|
+
"1st degree (F)": "1st degree (F)",
|
|
97
|
+
"2nd degree (S)": "2nd degree (S)",
|
|
98
|
+
"3rd+ degree (O)": "3rd+ degree (O)",
|
|
99
|
+
"GET": "RECOGER",
|
|
100
|
+
"POST": "POST",
|
|
101
|
+
"PATCH": "PATCH",
|
|
102
|
+
"PUT": "PUT",
|
|
103
|
+
"DELETE": "BORRAR",
|
|
104
|
+
"HEAD": "LIMPIO",
|
|
105
|
+
"None": "Ninguna",
|
|
106
|
+
"JSON": "JSON",
|
|
107
|
+
"Form Data": "Datos de Formulario",
|
|
108
|
+
"Raw": "Rápido",
|
|
109
|
+
"New Message Received": "New Message Received",
|
|
110
|
+
"Invitation Accepted": "Invitation Accepted",
|
|
111
|
+
"Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).",
|
|
112
|
+
"Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active)."
|
|
113
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.": "LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.",
|
|
3
|
+
"Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com": "Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com",
|
|
4
|
+
"List Accounts": "List Accounts",
|
|
5
|
+
"Get Account Details": "Get Account Details",
|
|
6
|
+
"Get My Profile": "Get My Profile",
|
|
7
|
+
"Get Profile Info": "Get Profile Info",
|
|
8
|
+
"Search People": "Search People",
|
|
9
|
+
"Search Companies": "Rechercher des entreprises",
|
|
10
|
+
"Get Company Info": "Get Company Info",
|
|
11
|
+
"Send Message": "Envoyer un message",
|
|
12
|
+
"Get Conversation": "Get Conversation",
|
|
13
|
+
"Send Connection Request": "Send Connection Request",
|
|
14
|
+
"Check Invitation Status": "Check Invitation Status",
|
|
15
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
16
|
+
"List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.": "List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.",
|
|
17
|
+
"Get detailed information and status for a specific connected account. Free (0 credits).": "Get detailed information and status for a specific connected account. Free (0 credits).",
|
|
18
|
+
"Retrieve the profile of the connected LinkedIn account.": "Retrieve the profile of the connected LinkedIn account.",
|
|
19
|
+
"Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.": "Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.",
|
|
20
|
+
"Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.": "Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.",
|
|
21
|
+
"Search LinkedIn companies by keyword, location, sector and company size.": "Search LinkedIn companies by keyword, location, sector and company size.",
|
|
22
|
+
"Retrieve detailed information about a LinkedIn company page.": "Retrieve detailed information about a LinkedIn company page.",
|
|
23
|
+
"Send a LinkedIn message to a profile, optionally with a media attachment.": "Send a LinkedIn message to a profile, optionally with a media attachment.",
|
|
24
|
+
"Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.": "Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.",
|
|
25
|
+
"Send a LinkedIn connection invitation to a profile, with an optional note.": "Send a LinkedIn connection invitation to a profile, with an optional note.",
|
|
26
|
+
"Check the status of a connection invitation sent to a profile.": "Check the status of a connection invitation sent to a profile.",
|
|
27
|
+
"Make a custom API call to a specific endpoint": "Effectuer un appel API personnalisé vers un point de terminaison spécifique",
|
|
28
|
+
"Limit": "Limite",
|
|
29
|
+
"Offset": "Décalage",
|
|
30
|
+
"Account ID": "ID du compte client",
|
|
31
|
+
"Profile URL": "Profile URL",
|
|
32
|
+
"Identifier": "Identifier",
|
|
33
|
+
"Profile URN": "Profile URN",
|
|
34
|
+
"Keyword": "Keyword",
|
|
35
|
+
"First Name": "First Name",
|
|
36
|
+
"Last Name": "Last Name",
|
|
37
|
+
"Current Job Title": "Current Job Title",
|
|
38
|
+
"Current Company Name": "Current Company Name",
|
|
39
|
+
"Company URL": "Company URL",
|
|
40
|
+
"Past Company": "Past Company",
|
|
41
|
+
"Location": "Localisation",
|
|
42
|
+
"School URL": "School URL",
|
|
43
|
+
"Industry": "Industrie",
|
|
44
|
+
"Network": "Network",
|
|
45
|
+
"Connection Of": "Connection Of",
|
|
46
|
+
"Follower Of": "Follower Of",
|
|
47
|
+
"Fetch Invitation State": "Fetch Invitation State",
|
|
48
|
+
"Total Results": "Total Results",
|
|
49
|
+
"Start Page": "Start Page",
|
|
50
|
+
"End Page": "End Page",
|
|
51
|
+
"Sector": "Sector",
|
|
52
|
+
"Company Size": "Taille de la société",
|
|
53
|
+
"Results Per Page": "Résultats par page",
|
|
54
|
+
"Message": "Message",
|
|
55
|
+
"Media Link": "Media Link",
|
|
56
|
+
"Conversation ID": "ID de la conversation",
|
|
57
|
+
"Count": "Count",
|
|
58
|
+
"Cursor": "Curseur",
|
|
59
|
+
"Note": "Note",
|
|
60
|
+
"Method": "Méthode",
|
|
61
|
+
"Headers": "Headers",
|
|
62
|
+
"Query Parameters": "Paramètres de requête",
|
|
63
|
+
"Body Type": "Body Type",
|
|
64
|
+
"Body": "Body",
|
|
65
|
+
"Response is Binary ?": "Réponse binaire ?",
|
|
66
|
+
"No Error on Failure": "Pas d'erreur en cas d'échec",
|
|
67
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
68
|
+
"Follow redirects": "Suivre les redirections",
|
|
69
|
+
"Max accounts to return per page (1-500)": "Max accounts to return per page (1-500)",
|
|
70
|
+
"Number of accounts to skip (for pagination)": "Number of accounts to skip (for pagination)",
|
|
71
|
+
"The account to retrieve (from \"List Accounts\")": "The account to retrieve (from \"List Accounts\")",
|
|
72
|
+
"The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.": "The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.",
|
|
73
|
+
"Full LinkedIn profile URL (provide this OR Identifier OR URN)": "Full LinkedIn profile URL (provide this OR Identifier OR URN)",
|
|
74
|
+
"Public identifier (e.g. \"john-doe\")": "Public identifier (e.g. \"john-doe\")",
|
|
75
|
+
"LinkedIn profile URN": "LinkedIn profile URN",
|
|
76
|
+
"LinkedIn company page URL": "LinkedIn company page URL",
|
|
77
|
+
"e.g. \"San Francisco\"": "e.g. \"San Francisco\"",
|
|
78
|
+
"Connection degree relative to the account": "Connection degree relative to the account",
|
|
79
|
+
"Show connections of a specific profile (URL or identifier)": "Show connections of a specific profile (URL or identifier)",
|
|
80
|
+
"Show followers of a specific company or profile": "Show followers of a specific company or profile",
|
|
81
|
+
"Include the connection invitation state for each result": "Include the connection invitation state for each result",
|
|
82
|
+
"Number of results to return (1 credit per 10 results)": "Number of results to return (1 credit per 10 results)",
|
|
83
|
+
"e.g. \"11-50\", \"201-500\"": "e.g. \"11-50\", \"201-500\"",
|
|
84
|
+
"LinkedIn profile URL of the recipient": "LinkedIn profile URL of the recipient",
|
|
85
|
+
"The text of the message to send": "Le texte du message à envoyer",
|
|
86
|
+
"Optional URL of a media file to attach": "Optional URL of a media file to attach",
|
|
87
|
+
"Provide this OR a Profile URL": "Provide this OR a Profile URL",
|
|
88
|
+
"Profile URL of the other participant": "Profile URL of the other participant",
|
|
89
|
+
"Number of messages to retrieve": "Number of messages to retrieve",
|
|
90
|
+
"Pagination cursor from a previous response": "Pagination cursor from a previous response",
|
|
91
|
+
"LinkedIn profile URL (provide this OR Identifier)": "LinkedIn profile URL (provide this OR Identifier)",
|
|
92
|
+
"Optional note to include with the invitation": "Optional note to include with the invitation",
|
|
93
|
+
"LinkedIn profile URL to check": "LinkedIn profile URL to check",
|
|
94
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement depuis votre connexion.",
|
|
95
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
96
|
+
"1st degree (F)": "1st degree (F)",
|
|
97
|
+
"2nd degree (S)": "2nd degree (S)",
|
|
98
|
+
"3rd+ degree (O)": "3rd+ degree (O)",
|
|
99
|
+
"GET": "GET",
|
|
100
|
+
"POST": "POST",
|
|
101
|
+
"PATCH": "PATCH",
|
|
102
|
+
"PUT": "PUT",
|
|
103
|
+
"DELETE": "DELETE",
|
|
104
|
+
"HEAD": "HEAD",
|
|
105
|
+
"None": "Aucun",
|
|
106
|
+
"JSON": "JSON",
|
|
107
|
+
"Form Data": "Données du formulaire",
|
|
108
|
+
"Raw": "Brut",
|
|
109
|
+
"New Message Received": "New Message Received",
|
|
110
|
+
"Invitation Accepted": "Invitation Accepted",
|
|
111
|
+
"Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).",
|
|
112
|
+
"Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active)."
|
|
113
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.": "LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.",
|
|
3
|
+
"Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com": "Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com",
|
|
4
|
+
"List Accounts": "List Accounts",
|
|
5
|
+
"Get Account Details": "Get Account Details",
|
|
6
|
+
"Get My Profile": "Get My Profile",
|
|
7
|
+
"Get Profile Info": "Get Profile Info",
|
|
8
|
+
"Search People": "Search People",
|
|
9
|
+
"Search Companies": "Search Companies",
|
|
10
|
+
"Get Company Info": "Get Company Info",
|
|
11
|
+
"Send Message": "メッセージを送信",
|
|
12
|
+
"Get Conversation": "Get Conversation",
|
|
13
|
+
"Send Connection Request": "Send Connection Request",
|
|
14
|
+
"Check Invitation Status": "Check Invitation Status",
|
|
15
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
16
|
+
"List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.": "List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.",
|
|
17
|
+
"Get detailed information and status for a specific connected account. Free (0 credits).": "Get detailed information and status for a specific connected account. Free (0 credits).",
|
|
18
|
+
"Retrieve the profile of the connected LinkedIn account.": "Retrieve the profile of the connected LinkedIn account.",
|
|
19
|
+
"Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.": "Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.",
|
|
20
|
+
"Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.": "Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.",
|
|
21
|
+
"Search LinkedIn companies by keyword, location, sector and company size.": "Search LinkedIn companies by keyword, location, sector and company size.",
|
|
22
|
+
"Retrieve detailed information about a LinkedIn company page.": "Retrieve detailed information about a LinkedIn company page.",
|
|
23
|
+
"Send a LinkedIn message to a profile, optionally with a media attachment.": "Send a LinkedIn message to a profile, optionally with a media attachment.",
|
|
24
|
+
"Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.": "Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.",
|
|
25
|
+
"Send a LinkedIn connection invitation to a profile, with an optional note.": "Send a LinkedIn connection invitation to a profile, with an optional note.",
|
|
26
|
+
"Check the status of a connection invitation sent to a profile.": "Check the status of a connection invitation sent to a profile.",
|
|
27
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
28
|
+
"Limit": "制限",
|
|
29
|
+
"Offset": "オフセット",
|
|
30
|
+
"Account ID": "アカウントID",
|
|
31
|
+
"Profile URL": "Profile URL",
|
|
32
|
+
"Identifier": "Identifier",
|
|
33
|
+
"Profile URN": "Profile URN",
|
|
34
|
+
"Keyword": "Keyword",
|
|
35
|
+
"First Name": "名",
|
|
36
|
+
"Last Name": "Last Name",
|
|
37
|
+
"Current Job Title": "Current Job Title",
|
|
38
|
+
"Current Company Name": "Current Company Name",
|
|
39
|
+
"Company URL": "Company URL",
|
|
40
|
+
"Past Company": "Past Company",
|
|
41
|
+
"Location": "場所",
|
|
42
|
+
"School URL": "School URL",
|
|
43
|
+
"Industry": "Industry",
|
|
44
|
+
"Network": "Network",
|
|
45
|
+
"Connection Of": "Connection Of",
|
|
46
|
+
"Follower Of": "Follower Of",
|
|
47
|
+
"Fetch Invitation State": "Fetch Invitation State",
|
|
48
|
+
"Total Results": "Total Results",
|
|
49
|
+
"Start Page": "Start Page",
|
|
50
|
+
"End Page": "End Page",
|
|
51
|
+
"Sector": "Sector",
|
|
52
|
+
"Company Size": "Company Size",
|
|
53
|
+
"Results Per Page": "Results Per Page",
|
|
54
|
+
"Message": "メッセージ",
|
|
55
|
+
"Media Link": "Media Link",
|
|
56
|
+
"Conversation ID": "Conversation ID",
|
|
57
|
+
"Count": "カウント",
|
|
58
|
+
"Cursor": "Cursor",
|
|
59
|
+
"Note": "メモ",
|
|
60
|
+
"Method": "方法",
|
|
61
|
+
"Headers": "ヘッダー",
|
|
62
|
+
"Query Parameters": "クエリパラメータ",
|
|
63
|
+
"Body Type": "ボディタイプ",
|
|
64
|
+
"Body": "本文",
|
|
65
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
66
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
67
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
68
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
69
|
+
"Max accounts to return per page (1-500)": "Max accounts to return per page (1-500)",
|
|
70
|
+
"Number of accounts to skip (for pagination)": "Number of accounts to skip (for pagination)",
|
|
71
|
+
"The account to retrieve (from \"List Accounts\")": "The account to retrieve (from \"List Accounts\")",
|
|
72
|
+
"The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.": "The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.",
|
|
73
|
+
"Full LinkedIn profile URL (provide this OR Identifier OR URN)": "Full LinkedIn profile URL (provide this OR Identifier OR URN)",
|
|
74
|
+
"Public identifier (e.g. \"john-doe\")": "Public identifier (e.g. \"john-doe\")",
|
|
75
|
+
"LinkedIn profile URN": "LinkedIn profile URN",
|
|
76
|
+
"LinkedIn company page URL": "LinkedIn company page URL",
|
|
77
|
+
"e.g. \"San Francisco\"": "e.g. \"San Francisco\"",
|
|
78
|
+
"Connection degree relative to the account": "Connection degree relative to the account",
|
|
79
|
+
"Show connections of a specific profile (URL or identifier)": "Show connections of a specific profile (URL or identifier)",
|
|
80
|
+
"Show followers of a specific company or profile": "Show followers of a specific company or profile",
|
|
81
|
+
"Include the connection invitation state for each result": "Include the connection invitation state for each result",
|
|
82
|
+
"Number of results to return (1 credit per 10 results)": "Number of results to return (1 credit per 10 results)",
|
|
83
|
+
"e.g. \"11-50\", \"201-500\"": "e.g. \"11-50\", \"201-500\"",
|
|
84
|
+
"LinkedIn profile URL of the recipient": "LinkedIn profile URL of the recipient",
|
|
85
|
+
"The text of the message to send": "The text of the message to send",
|
|
86
|
+
"Optional URL of a media file to attach": "Optional URL of a media file to attach",
|
|
87
|
+
"Provide this OR a Profile URL": "Provide this OR a Profile URL",
|
|
88
|
+
"Profile URL of the other participant": "Profile URL of the other participant",
|
|
89
|
+
"Number of messages to retrieve": "Number of messages to retrieve",
|
|
90
|
+
"Pagination cursor from a previous response": "Pagination cursor from a previous response",
|
|
91
|
+
"LinkedIn profile URL (provide this OR Identifier)": "LinkedIn profile URL (provide this OR Identifier)",
|
|
92
|
+
"Optional note to include with the invitation": "Optional note to include with the invitation",
|
|
93
|
+
"LinkedIn profile URL to check": "LinkedIn profile URL to check",
|
|
94
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
95
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
96
|
+
"1st degree (F)": "1st degree (F)",
|
|
97
|
+
"2nd degree (S)": "2nd degree (S)",
|
|
98
|
+
"3rd+ degree (O)": "3rd+ degree (O)",
|
|
99
|
+
"GET": "GET",
|
|
100
|
+
"POST": "POST",
|
|
101
|
+
"PATCH": "PATCH",
|
|
102
|
+
"PUT": "PUT",
|
|
103
|
+
"DELETE": "DELETE",
|
|
104
|
+
"HEAD": "HEAD",
|
|
105
|
+
"None": "なし",
|
|
106
|
+
"JSON": "JSON",
|
|
107
|
+
"Form Data": "フォームデータ",
|
|
108
|
+
"Raw": "Raw",
|
|
109
|
+
"New Message Received": "New Message Received",
|
|
110
|
+
"Invitation Accepted": "Invitation Accepted",
|
|
111
|
+
"Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).",
|
|
112
|
+
"Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active)."
|
|
113
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.": "LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.",
|
|
3
|
+
"Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com": "Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com",
|
|
4
|
+
"List Accounts": "List Accounts",
|
|
5
|
+
"Get Account Details": "Get Account Details",
|
|
6
|
+
"Get My Profile": "Get My Profile",
|
|
7
|
+
"Get Profile Info": "Get Profile Info",
|
|
8
|
+
"Search People": "Search People",
|
|
9
|
+
"Search Companies": "Search Companies",
|
|
10
|
+
"Get Company Info": "Get Company Info",
|
|
11
|
+
"Send Message": "Verstuur bericht",
|
|
12
|
+
"Get Conversation": "Get Conversation",
|
|
13
|
+
"Send Connection Request": "Send Connection Request",
|
|
14
|
+
"Check Invitation Status": "Check Invitation Status",
|
|
15
|
+
"Custom API Call": "Custom API Call",
|
|
16
|
+
"List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.": "List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.",
|
|
17
|
+
"Get detailed information and status for a specific connected account. Free (0 credits).": "Get detailed information and status for a specific connected account. Free (0 credits).",
|
|
18
|
+
"Retrieve the profile of the connected LinkedIn account.": "Retrieve the profile of the connected LinkedIn account.",
|
|
19
|
+
"Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.": "Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.",
|
|
20
|
+
"Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.": "Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.",
|
|
21
|
+
"Search LinkedIn companies by keyword, location, sector and company size.": "Search LinkedIn companies by keyword, location, sector and company size.",
|
|
22
|
+
"Retrieve detailed information about a LinkedIn company page.": "Retrieve detailed information about a LinkedIn company page.",
|
|
23
|
+
"Send a LinkedIn message to a profile, optionally with a media attachment.": "Send a LinkedIn message to a profile, optionally with a media attachment.",
|
|
24
|
+
"Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.": "Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.",
|
|
25
|
+
"Send a LinkedIn connection invitation to a profile, with an optional note.": "Send a LinkedIn connection invitation to a profile, with an optional note.",
|
|
26
|
+
"Check the status of a connection invitation sent to a profile.": "Check the status of a connection invitation sent to a profile.",
|
|
27
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
28
|
+
"Limit": "Limiet",
|
|
29
|
+
"Offset": "Verschuiving",
|
|
30
|
+
"Account ID": "ID klant",
|
|
31
|
+
"Profile URL": "Profile URL",
|
|
32
|
+
"Identifier": "Identifier",
|
|
33
|
+
"Profile URN": "Profile URN",
|
|
34
|
+
"Keyword": "Keyword",
|
|
35
|
+
"First Name": "Voornaam",
|
|
36
|
+
"Last Name": "Achternaam",
|
|
37
|
+
"Current Job Title": "Current Job Title",
|
|
38
|
+
"Current Company Name": "Current Company Name",
|
|
39
|
+
"Company URL": "Company URL",
|
|
40
|
+
"Past Company": "Past Company",
|
|
41
|
+
"Location": "Locatie",
|
|
42
|
+
"School URL": "School URL",
|
|
43
|
+
"Industry": "Industry",
|
|
44
|
+
"Network": "Network",
|
|
45
|
+
"Connection Of": "Connection Of",
|
|
46
|
+
"Follower Of": "Follower Of",
|
|
47
|
+
"Fetch Invitation State": "Fetch Invitation State",
|
|
48
|
+
"Total Results": "Total Results",
|
|
49
|
+
"Start Page": "Start Page",
|
|
50
|
+
"End Page": "End Page",
|
|
51
|
+
"Sector": "Sector",
|
|
52
|
+
"Company Size": "Company Size",
|
|
53
|
+
"Results Per Page": "Results Per Page",
|
|
54
|
+
"Message": "bericht",
|
|
55
|
+
"Media Link": "Media Link",
|
|
56
|
+
"Conversation ID": "Conversation ID",
|
|
57
|
+
"Count": "Aantal",
|
|
58
|
+
"Cursor": "Cursor",
|
|
59
|
+
"Note": "Notitie",
|
|
60
|
+
"Method": "Methode",
|
|
61
|
+
"Headers": "Kopteksten",
|
|
62
|
+
"Query Parameters": "Query parameters",
|
|
63
|
+
"Body Type": "Type lichaam",
|
|
64
|
+
"Body": "Lichaam",
|
|
65
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
66
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
67
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
68
|
+
"Follow redirects": "Volg omleidingen",
|
|
69
|
+
"Max accounts to return per page (1-500)": "Max accounts to return per page (1-500)",
|
|
70
|
+
"Number of accounts to skip (for pagination)": "Number of accounts to skip (for pagination)",
|
|
71
|
+
"The account to retrieve (from \"List Accounts\")": "The account to retrieve (from \"List Accounts\")",
|
|
72
|
+
"The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.": "The connected LinkedIn account to act as. Get it from the \"List Accounts\" action.",
|
|
73
|
+
"Full LinkedIn profile URL (provide this OR Identifier OR URN)": "Full LinkedIn profile URL (provide this OR Identifier OR URN)",
|
|
74
|
+
"Public identifier (e.g. \"john-doe\")": "Public identifier (e.g. \"john-doe\")",
|
|
75
|
+
"LinkedIn profile URN": "LinkedIn profile URN",
|
|
76
|
+
"LinkedIn company page URL": "LinkedIn company page URL",
|
|
77
|
+
"e.g. \"San Francisco\"": "e.g. \"San Francisco\"",
|
|
78
|
+
"Connection degree relative to the account": "Connection degree relative to the account",
|
|
79
|
+
"Show connections of a specific profile (URL or identifier)": "Show connections of a specific profile (URL or identifier)",
|
|
80
|
+
"Show followers of a specific company or profile": "Show followers of a specific company or profile",
|
|
81
|
+
"Include the connection invitation state for each result": "Include the connection invitation state for each result",
|
|
82
|
+
"Number of results to return (1 credit per 10 results)": "Number of results to return (1 credit per 10 results)",
|
|
83
|
+
"e.g. \"11-50\", \"201-500\"": "e.g. \"11-50\", \"201-500\"",
|
|
84
|
+
"LinkedIn profile URL of the recipient": "LinkedIn profile URL of the recipient",
|
|
85
|
+
"The text of the message to send": "The text of the message to send",
|
|
86
|
+
"Optional URL of a media file to attach": "Optional URL of a media file to attach",
|
|
87
|
+
"Provide this OR a Profile URL": "Provide this OR a Profile URL",
|
|
88
|
+
"Profile URL of the other participant": "Profile URL of the other participant",
|
|
89
|
+
"Number of messages to retrieve": "Number of messages to retrieve",
|
|
90
|
+
"Pagination cursor from a previous response": "Pagination cursor from a previous response",
|
|
91
|
+
"LinkedIn profile URL (provide this OR Identifier)": "LinkedIn profile URL (provide this OR Identifier)",
|
|
92
|
+
"Optional note to include with the invitation": "Optional note to include with the invitation",
|
|
93
|
+
"LinkedIn profile URL to check": "LinkedIn profile URL to check",
|
|
94
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
95
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
96
|
+
"1st degree (F)": "1st degree (F)",
|
|
97
|
+
"2nd degree (S)": "2nd degree (S)",
|
|
98
|
+
"3rd+ degree (O)": "3rd+ degree (O)",
|
|
99
|
+
"GET": "KRIJG",
|
|
100
|
+
"POST": "POSTE",
|
|
101
|
+
"PATCH": "BEKIJK",
|
|
102
|
+
"PUT": "PUT",
|
|
103
|
+
"DELETE": "VERWIJDEREN",
|
|
104
|
+
"HEAD": "HOOFD",
|
|
105
|
+
"None": "geen",
|
|
106
|
+
"JSON": "JSON",
|
|
107
|
+
"Form Data": "Formulieren gegevens",
|
|
108
|
+
"Raw": "Onbewerkte",
|
|
109
|
+
"New Message Received": "New Message Received",
|
|
110
|
+
"Invitation Accepted": "Invitation Accepted",
|
|
111
|
+
"Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).",
|
|
112
|
+
"Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active).": "Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (≈10 credits/day per monitored account while active)."
|
|
113
|
+
}
|