@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.
Files changed (69) hide show
  1. package/package.json +7 -12
  2. package/src/i18n/de.json +113 -0
  3. package/src/i18n/es.json +113 -0
  4. package/src/i18n/fr.json +113 -0
  5. package/src/i18n/ja.json +113 -0
  6. package/src/i18n/nl.json +113 -0
  7. package/src/i18n/pt.json +113 -0
  8. package/src/i18n/translation.json +113 -0
  9. package/src/i18n/zh.json +113 -0
  10. package/src/index.js +13 -56
  11. package/src/index.d.ts +0 -2
  12. package/src/index.d.ts.map +0 -1
  13. package/src/index.js.map +0 -1
  14. package/src/lib/actions/check-invitation-status.d.ts +0 -5
  15. package/src/lib/actions/check-invitation-status.d.ts.map +0 -1
  16. package/src/lib/actions/check-invitation-status.js +0 -29
  17. package/src/lib/actions/check-invitation-status.js.map +0 -1
  18. package/src/lib/actions/get-account.d.ts +0 -4
  19. package/src/lib/actions/get-account.d.ts.map +0 -1
  20. package/src/lib/actions/get-account.js +0 -26
  21. package/src/lib/actions/get-account.js.map +0 -1
  22. package/src/lib/actions/get-company.d.ts +0 -5
  23. package/src/lib/actions/get-company.d.ts.map +0 -1
  24. package/src/lib/actions/get-company.js +0 -29
  25. package/src/lib/actions/get-company.js.map +0 -1
  26. package/src/lib/actions/get-conversation.d.ts +0 -8
  27. package/src/lib/actions/get-conversation.d.ts.map +0 -1
  28. package/src/lib/actions/get-conversation.js +0 -47
  29. package/src/lib/actions/get-conversation.js.map +0 -1
  30. package/src/lib/actions/get-my-profile.d.ts +0 -4
  31. package/src/lib/actions/get-my-profile.d.ts.map +0 -1
  32. package/src/lib/actions/get-my-profile.js +0 -21
  33. package/src/lib/actions/get-my-profile.js.map +0 -1
  34. package/src/lib/actions/get-profile.d.ts +0 -7
  35. package/src/lib/actions/get-profile.d.ts.map +0 -1
  36. package/src/lib/actions/get-profile.js +0 -41
  37. package/src/lib/actions/get-profile.js.map +0 -1
  38. package/src/lib/actions/list-accounts.d.ts +0 -5
  39. package/src/lib/actions/list-accounts.d.ts.map +0 -1
  40. package/src/lib/actions/list-accounts.js +0 -36
  41. package/src/lib/actions/list-accounts.js.map +0 -1
  42. package/src/lib/actions/search-companies.d.ts +0 -12
  43. package/src/lib/actions/search-companies.d.ts.map +0 -1
  44. package/src/lib/actions/search-companies.js +0 -47
  45. package/src/lib/actions/search-companies.js.map +0 -1
  46. package/src/lib/actions/search-people.d.ts +0 -21
  47. package/src/lib/actions/search-people.d.ts.map +0 -1
  48. package/src/lib/actions/search-people.js +0 -94
  49. package/src/lib/actions/search-people.js.map +0 -1
  50. package/src/lib/actions/send-connection-request.d.ts +0 -7
  51. package/src/lib/actions/send-connection-request.d.ts.map +0 -1
  52. package/src/lib/actions/send-connection-request.js +0 -41
  53. package/src/lib/actions/send-connection-request.js.map +0 -1
  54. package/src/lib/actions/send-message.d.ts +0 -7
  55. package/src/lib/actions/send-message.d.ts.map +0 -1
  56. package/src/lib/actions/send-message.js +0 -41
  57. package/src/lib/actions/send-message.js.map +0 -1
  58. package/src/lib/common/index.d.ts +0 -16
  59. package/src/lib/common/index.d.ts.map +0 -1
  60. package/src/lib/common/index.js +0 -110
  61. package/src/lib/common/index.js.map +0 -1
  62. package/src/lib/triggers/invitation-accepted.d.ts +0 -11
  63. package/src/lib/triggers/invitation-accepted.d.ts.map +0 -1
  64. package/src/lib/triggers/invitation-accepted.js +0 -57
  65. package/src/lib/triggers/invitation-accepted.js.map +0 -1
  66. package/src/lib/triggers/new-message-received.d.ts +0 -11
  67. package/src/lib/triggers/new-message-received.d.ts.map +0 -1
  68. package/src/lib/triggers/new-message-received.js +0 -57
  69. package/src/lib/triggers/new-message-received.js.map +0 -1
@@ -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 mensagem",
12
+ "Get Conversation": "Get Conversation",
13
+ "Send Connection Request": "Send Connection Request",
14
+ "Check Invitation Status": "Check Invitation Status",
15
+ "Custom API Call": "Chamada de 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": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
28
+ "Limit": "Limitar",
29
+ "Offset": "Deslocamento",
30
+ "Account ID": "ID da Conta",
31
+ "Profile URL": "Profile URL",
32
+ "Identifier": "Identifier",
33
+ "Profile URN": "Profile URN",
34
+ "Keyword": "Keyword",
35
+ "First Name": "Nome",
36
+ "Last Name": "Sobrenome",
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": "Local:",
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": "mensagem",
55
+ "Media Link": "Media Link",
56
+ "Conversation ID": "Conversation ID",
57
+ "Count": "Contagem",
58
+ "Cursor": "Cursor",
59
+ "Note": "Observação",
60
+ "Method": "Método",
61
+ "Headers": "Cabeçalhos",
62
+ "Query Parameters": "Parâmetros da consulta",
63
+ "Body Type": "Tipo de Corpo",
64
+ "Body": "Conteúdo",
65
+ "Response is Binary ?": "A resposta é binária ?",
66
+ "No Error on Failure": "Nenhum erro no Failure",
67
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
68
+ "Follow redirects": "Seguir redirecionamentos",
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.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
95
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
96
+ "1st degree (F)": "1st degree (F)",
97
+ "2nd degree (S)": "2nd degree (S)",
98
+ "3rd+ degree (O)": "3rd+ degree (O)",
99
+ "GET": "OBTER",
100
+ "POST": "POSTAR",
101
+ "PATCH": "COMPRAR",
102
+ "PUT": "COLOCAR",
103
+ "DELETE": "EXCLUIR",
104
+ "HEAD": "CABEÇA",
105
+ "None": "Nenhuma",
106
+ "JSON": "JSON",
107
+ "Form Data": "Dados de Formulário",
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
+ }
@@ -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": "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": "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": "Make a custom API call to a specific endpoint",
28
+ "Limit": "Limit",
29
+ "Offset": "Offset",
30
+ "Account ID": "Account ID",
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": "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": "Message",
55
+ "Media Link": "Media Link",
56
+ "Conversation ID": "Conversation ID",
57
+ "Count": "Count",
58
+ "Cursor": "Cursor",
59
+ "Note": "Note",
60
+ "Method": "Method",
61
+ "Headers": "Headers",
62
+ "Query Parameters": "Query Parameters",
63
+ "Body Type": "Body Type",
64
+ "Body": "Body",
65
+ "Response is Binary ?": "Response is Binary ?",
66
+ "No Error on Failure": "No Error on Failure",
67
+ "Timeout (in seconds)": "Timeout (in seconds)",
68
+ "Follow redirects": "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.": "Authorization headers are injected automatically from your connection.",
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": "None",
106
+ "JSON": "JSON",
107
+ "Form Data": "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
+ }
@@ -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": "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": "Limit",
29
+ "Offset": "Offset",
30
+ "Account ID": "Account ID",
31
+ "Profile URL": "Profile URL",
32
+ "Identifier": "Identifier",
33
+ "Profile URN": "Profile URN",
34
+ "Keyword": "Keyword",
35
+ "First Name": "First Name",
36
+ "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": "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": "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": "Body Type",
64
+ "Body": "正文内容",
65
+ "Response is Binary ?": "Response is Binary ?",
66
+ "No Error on Failure": "失败时没有错误",
67
+ "Timeout (in seconds)": "超时(秒)",
68
+ "Follow redirects": "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.": "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": "获取",
100
+ "POST": "帖子",
101
+ "PATCH": "PATCH",
102
+ "PUT": "弹出",
103
+ "DELETE": "删除",
104
+ "HEAD": "黑色",
105
+ "None": "无",
106
+ "JSON": "JSON",
107
+ "Form Data": "表单数据",
108
+ "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
+ }