@scopieflows/app-copper 0.1.1 → 0.1.4

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 (146) hide show
  1. package/package.json +6 -21
  2. package/src/index.d.ts +4 -3
  3. package/src/index.d.ts.map +1 -0
  4. package/src/index.js +3 -3
  5. package/src/index.js.map +1 -1
  6. package/src/lib/actions/convert-lead.d.ts +19 -18
  7. package/src/lib/actions/convert-lead.d.ts.map +1 -0
  8. package/src/lib/actions/convert-lead.js +1 -1
  9. package/src/lib/actions/convert-lead.js.map +1 -1
  10. package/src/lib/actions/create-activity.d.ts +12 -11
  11. package/src/lib/actions/create-activity.d.ts.map +1 -0
  12. package/src/lib/actions/create-activity.js +1 -1
  13. package/src/lib/actions/create-activity.js.map +1 -1
  14. package/src/lib/actions/create-company.d.ts +19 -18
  15. package/src/lib/actions/create-company.d.ts.map +1 -0
  16. package/src/lib/actions/create-company.js +1 -1
  17. package/src/lib/actions/create-company.js.map +1 -1
  18. package/src/lib/actions/create-lead.d.ts +13 -12
  19. package/src/lib/actions/create-lead.d.ts.map +1 -0
  20. package/src/lib/actions/create-lead.js +1 -1
  21. package/src/lib/actions/create-lead.js.map +1 -1
  22. package/src/lib/actions/create-opportunity.d.ts +20 -19
  23. package/src/lib/actions/create-opportunity.d.ts.map +1 -0
  24. package/src/lib/actions/create-opportunity.js +1 -1
  25. package/src/lib/actions/create-opportunity.js.map +1 -1
  26. package/src/lib/actions/create-person.d.ts +12 -11
  27. package/src/lib/actions/create-person.d.ts.map +1 -0
  28. package/src/lib/actions/create-person.js +1 -1
  29. package/src/lib/actions/create-person.js.map +1 -1
  30. package/src/lib/actions/create-project.d.ts +6 -5
  31. package/src/lib/actions/create-project.d.ts.map +1 -0
  32. package/src/lib/actions/create-project.js +1 -1
  33. package/src/lib/actions/create-project.js.map +1 -1
  34. package/src/lib/actions/create-task.d.ts +23 -22
  35. package/src/lib/actions/create-task.d.ts.map +1 -0
  36. package/src/lib/actions/create-task.js +1 -1
  37. package/src/lib/actions/create-task.js.map +1 -1
  38. package/src/lib/actions/search-for-a-company.d.ts +37 -36
  39. package/src/lib/actions/search-for-a-company.d.ts.map +1 -0
  40. package/src/lib/actions/search-for-a-company.js +1 -1
  41. package/src/lib/actions/search-for-a-company.js.map +1 -1
  42. package/src/lib/actions/search-for-a-lead.d.ts +48 -47
  43. package/src/lib/actions/search-for-a-lead.d.ts.map +1 -0
  44. package/src/lib/actions/search-for-a-lead.js +1 -1
  45. package/src/lib/actions/search-for-a-lead.js.map +1 -1
  46. package/src/lib/actions/search-for-a-person.d.ts +49 -48
  47. package/src/lib/actions/search-for-a-person.d.ts.map +1 -0
  48. package/src/lib/actions/search-for-a-person.js +1 -1
  49. package/src/lib/actions/search-for-a-person.js.map +1 -1
  50. package/src/lib/actions/search-for-a-project.d.ts +22 -21
  51. package/src/lib/actions/search-for-a-project.d.ts.map +1 -0
  52. package/src/lib/actions/search-for-a-project.js +1 -1
  53. package/src/lib/actions/search-for-a-project.js.map +1 -1
  54. package/src/lib/actions/search-for-an-activity.d.ts +19 -18
  55. package/src/lib/actions/search-for-an-activity.d.ts.map +1 -0
  56. package/src/lib/actions/search-for-an-activity.js +1 -1
  57. package/src/lib/actions/search-for-an-activity.js.map +1 -1
  58. package/src/lib/actions/search-for-an-opportunity.d.ts +66 -65
  59. package/src/lib/actions/search-for-an-opportunity.d.ts.map +1 -0
  60. package/src/lib/actions/search-for-an-opportunity.js +1 -1
  61. package/src/lib/actions/search-for-an-opportunity.js.map +1 -1
  62. package/src/lib/actions/update-company.d.ts +19 -18
  63. package/src/lib/actions/update-company.d.ts.map +1 -0
  64. package/src/lib/actions/update-company.js +1 -1
  65. package/src/lib/actions/update-company.js.map +1 -1
  66. package/src/lib/actions/update-lead.d.ts +10 -9
  67. package/src/lib/actions/update-lead.d.ts.map +1 -0
  68. package/src/lib/actions/update-lead.js +1 -1
  69. package/src/lib/actions/update-lead.js.map +1 -1
  70. package/src/lib/actions/update-opportunity.d.ts +28 -27
  71. package/src/lib/actions/update-opportunity.d.ts.map +1 -0
  72. package/src/lib/actions/update-opportunity.js +1 -1
  73. package/src/lib/actions/update-opportunity.js.map +1 -1
  74. package/src/lib/actions/update-person.d.ts +10 -9
  75. package/src/lib/actions/update-person.d.ts.map +1 -0
  76. package/src/lib/actions/update-person.js +1 -1
  77. package/src/lib/actions/update-person.js.map +1 -1
  78. package/src/lib/actions/update-project.d.ts +13 -12
  79. package/src/lib/actions/update-project.d.ts.map +1 -0
  80. package/src/lib/actions/update-project.js +1 -1
  81. package/src/lib/actions/update-project.js.map +1 -1
  82. package/src/lib/common/constants.d.ts +5 -4
  83. package/src/lib/common/constants.d.ts.map +1 -0
  84. package/src/lib/common/constants.js +1 -1
  85. package/src/lib/common/constants.js.map +1 -1
  86. package/src/lib/common/props.d.ts +106 -105
  87. package/src/lib/common/props.d.ts.map +1 -0
  88. package/src/lib/common/props.js +1 -1
  89. package/src/lib/common/props.js.map +1 -1
  90. package/src/lib/common/requests.d.ts +1 -0
  91. package/src/lib/common/requests.d.ts.map +1 -0
  92. package/src/lib/common/requests.js +1 -1
  93. package/src/lib/common/requests.js.map +1 -1
  94. package/src/lib/triggers/new-activity.d.ts +14 -13
  95. package/src/lib/triggers/new-activity.d.ts.map +1 -0
  96. package/src/lib/triggers/new-activity.js +2 -2
  97. package/src/lib/triggers/new-activity.js.map +1 -1
  98. package/src/lib/triggers/new-lead.d.ts +14 -13
  99. package/src/lib/triggers/new-lead.d.ts.map +1 -0
  100. package/src/lib/triggers/new-lead.js +1 -1
  101. package/src/lib/triggers/new-lead.js.map +1 -1
  102. package/src/lib/triggers/new-person.d.ts +14 -13
  103. package/src/lib/triggers/new-person.d.ts.map +1 -0
  104. package/src/lib/triggers/new-person.js +1 -1
  105. package/src/lib/triggers/new-person.js.map +1 -1
  106. package/src/lib/triggers/new-task.d.ts +14 -13
  107. package/src/lib/triggers/new-task.d.ts.map +1 -0
  108. package/src/lib/triggers/new-task.js +1 -1
  109. package/src/lib/triggers/new-task.js.map +1 -1
  110. package/src/lib/triggers/updated-lead-status.d.ts +14 -13
  111. package/src/lib/triggers/updated-lead-status.d.ts.map +1 -0
  112. package/src/lib/triggers/updated-lead-status.js +1 -1
  113. package/src/lib/triggers/updated-lead-status.js.map +1 -1
  114. package/src/lib/triggers/updated-lead.d.ts +14 -13
  115. package/src/lib/triggers/updated-lead.d.ts.map +1 -0
  116. package/src/lib/triggers/updated-lead.js +1 -1
  117. package/src/lib/triggers/updated-lead.js.map +1 -1
  118. package/src/lib/triggers/updated-opportunity-stage.d.ts +14 -13
  119. package/src/lib/triggers/updated-opportunity-stage.d.ts.map +1 -0
  120. package/src/lib/triggers/updated-opportunity-stage.js +1 -1
  121. package/src/lib/triggers/updated-opportunity-stage.js.map +1 -1
  122. package/src/lib/triggers/updated-opportunity-status.d.ts +14 -13
  123. package/src/lib/triggers/updated-opportunity-status.d.ts.map +1 -0
  124. package/src/lib/triggers/updated-opportunity-status.js +1 -1
  125. package/src/lib/triggers/updated-opportunity-status.js.map +1 -1
  126. package/src/lib/triggers/updated-opportunity.d.ts +14 -13
  127. package/src/lib/triggers/updated-opportunity.d.ts.map +1 -0
  128. package/src/lib/triggers/updated-opportunity.js +1 -1
  129. package/src/lib/triggers/updated-opportunity.js.map +1 -1
  130. package/src/lib/triggers/updated-project.d.ts +14 -13
  131. package/src/lib/triggers/updated-project.d.ts.map +1 -0
  132. package/src/lib/triggers/updated-project.js +1 -1
  133. package/src/lib/triggers/updated-project.js.map +1 -1
  134. package/src/lib/triggers/updated-task.d.ts +14 -13
  135. package/src/lib/triggers/updated-task.d.ts.map +1 -0
  136. package/src/lib/triggers/updated-task.js +1 -1
  137. package/src/lib/triggers/updated-task.js.map +1 -1
  138. package/README.md +0 -7
  139. package/src/i18n/de.json +0 -285
  140. package/src/i18n/es.json +0 -285
  141. package/src/i18n/fr.json +0 -285
  142. package/src/i18n/ja.json +0 -285
  143. package/src/i18n/nl.json +0 -285
  144. package/src/i18n/pt.json +0 -285
  145. package/src/i18n/translation.json +0 -285
  146. package/src/i18n/zh.json +0 -285
package/src/i18n/pt.json DELETED
@@ -1,285 +0,0 @@
1
- {
2
- "Email Address": "Endereço de e-mail",
3
- "API Key": "Chave de API",
4
- "Email Address of the Token Owner": "Endereço de e-mail do proprietário do token",
5
- "Your API Key in settings > integrations": "Sua chave API em configurações > integrações",
6
- "Create Person": "Criar Pessoa",
7
- "Update Person": "Atualizar pessoa",
8
- "Create Lead": "Criar Potencial",
9
- "Update Lead": "Atualizar Lead",
10
- "Convert Lead": "Converter Lead",
11
- "Create Company": "Criar Empresa",
12
- "Update Company": "Atualizar Empresa",
13
- "Create Opportunity": "Criar Oportunidade",
14
- "Update Opportunity": "Atualizar Oportunidade",
15
- "Create Project": "Criar Projeto",
16
- "Update Project": "Atualizar Projeto",
17
- "Create Task": "Criar tarefa",
18
- "Create Activity": "Criar Atividade",
19
- "Search for an Activity": "Pesquisar por uma atividade",
20
- "Search for a Person": "Procurar por uma pessoa",
21
- "Search for a Lead": "Procurar por um Potencial",
22
- "Search for a Company": "Procurar por uma empresa",
23
- "Search for an Opportunity": "Procure por uma Oportunidade",
24
- "Search for a Project": "Pesquisar por um projeto",
25
- "Custom API Call": "Chamada de API personalizada",
26
- "Adds a new person/contact.": "Adiciona uma nova pessoa/contato.",
27
- "Updates a person based on matching criteria.": "Atualiza uma pessoa com base em critérios correspondentes.",
28
- "Adds a new lead.": "Adiciona um novo lead.",
29
- "Updates an existing lead.": "Atualiza um lead existente.",
30
- "Converts a lead into a person (optionally with company/opportunity).": "Converte um lead para uma pessoa (opcionalmente com empresa/oportunidade).",
31
- "Adds a new company.": "Adiciona uma nova empresa.",
32
- "Updates a company record.": "Atualiza um registro da empresa.",
33
- "Adds a new opportunity.": "Adiciona uma nova oportunidade.",
34
- "Updates an opportunity using match criteria.": "Atualiza uma oportunidade usando critérios de partida.",
35
- "Adds a new project.": "Adiciona um novo projeto.",
36
- "Updates a project record.": "Atualiza um registro de projeto.",
37
- "Adds a new task under a person, lead, or opportunity.": "Adiciona uma nova tarefa sob pessoa, liderança ou oportunidade.",
38
- "Logs an activity related to CRM entities.": "Logs uma atividade relacionada a entidades CRM.",
39
- "Find an existing activity by type/criteria.": "Localizar uma atividade existente por tipo/critério.",
40
- "Lookup a person using match criteria.": "Procure uma pessoa usando critérios de correspondência.",
41
- "Lookup a lead using match criteria.": "Procurar uma liderança usando critérios de correspondência.",
42
- "Lookup a company.": "Busque uma empresa.",
43
- "Lookup an opportunity.": "Procure uma oportunidade.",
44
- "Lookup a project.": "Procurar um projeto.",
45
- "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
46
- "Full Name": "Nome Completo",
47
- "Emails": "e-mails",
48
- "Phone Numbers": "Números de telefone",
49
- "Street": "Rua",
50
- "City": "cidade",
51
- "State/Region": "Estado/Região",
52
- "Postal Code": "Código Postal",
53
- "Country": "País/região",
54
- "Person": "Pessoa",
55
- "Email": "e-mail",
56
- "Category of the email address (e.g., work, personal)": "Categoria do endereço de e-mail (por exemplo, trabalho, pessoal)",
57
- "Lead": "Conduzir",
58
- "Company": "Empresas",
59
- "Opportunity": "Oportunidade",
60
- "Email Domain": "Domínio de e-mail",
61
- "Details": "detalhes",
62
- "Primary Contact": "Contato principal",
63
- "Name": "Nome",
64
- "Pipeline": "Pipeline",
65
- "Pipeline Stage": "Estágio do pipeline",
66
- "Project": "Projecto",
67
- "Task Name": "Nome da tarefa",
68
- "Activity Type": "Tipo de Atividade",
69
- "Assignee": "Assignee",
70
- "Related Record Type": "Tipo de registro relacionado",
71
- "Related Record": "Registro relacionado",
72
- "Due Date/Time": "Prazo determinado",
73
- "Reminder Date/Time": "Data/Hora do Lembrete",
74
- "Priority": "Prioridade",
75
- "Tags": "Etiquetas",
76
- "Parent Entity": "Entidade Pai",
77
- "Parent Entity Resource": "Recurso Pai da Entidade",
78
- "Page Size": "Tamanho da página",
79
- "Page Number": "Número da página",
80
- "Minimum Activity Date": "Mínimo da data de atividade",
81
- "Maximum Activity Date": "Data máxima de atividade",
82
- "Full Result": "Resultado completo",
83
- "Phone Number": "Número de telefone",
84
- "Contact Type": "Tipo de contato",
85
- "State": "Estado:",
86
- "Socials": "Socials",
87
- "Followed": "Seguido",
88
- "Age": "Idade",
89
- "Sort By": "Classificar por",
90
- "Sort Direction": "Ordenar direção",
91
- "Minimum Interaction Count": "Contagem mínima de interação",
92
- "Maximum Interaction Count": "Número máximo de interações",
93
- "Minimum Interaction Date": "Data Mínima de Interação",
94
- "Maximum Interaction Date": "Data máxima de interação",
95
- "Minimum Created Date": "Data Mínima Criada",
96
- "Maximum Created Date": "Data Máxima de Criação",
97
- "Lead Status": "Status do Prospecto",
98
- "Customer Source": "Fonte do Cliente",
99
- "Include Converted Leads": "Incluir Potenciais Convertidos",
100
- "Minimum Monetary Value": "Valor monetário mínimo",
101
- "Maximum Monetary Value": "Valor monetário máximo",
102
- "Minimum Modified Date": "Data Mínima Modificada",
103
- "Maximum Modified Date": "Data Máxima de Modificação",
104
- "Status": "Estado",
105
- "Primary Contacts": "Contatos primários",
106
- "Loss Reason": "Motivo da perda",
107
- "Minimum Stage Change Date": "Alteração mínima do estágio",
108
- "Maximum Stage Change Date": "Data Máxima de Etapa de Alteração",
109
- "Method": "Método",
110
- "Headers": "Cabeçalhos",
111
- "Query Parameters": "Parâmetros da consulta",
112
- "Body Type": "Tipo de Corpo",
113
- "Body": "Conteúdo",
114
- "Response is Binary ?": "A resposta é binária ?",
115
- "No Error on Failure": "Nenhum erro no Failure",
116
- "Timeout (in seconds)": "Tempo limite (em segundos)",
117
- "Follow redirects": "Seguir redirecionamentos",
118
- "select a person": "selecione uma pessoa",
119
- "select a Lead": "selecione um Potencial",
120
- "select a Company": "selecione uma empresa",
121
- "select an Opportunity": "selecione uma Oportunidade",
122
- "E.g. democompany.com": "Ex.: democompany.com",
123
- "select a primary contact": "selecione um contato principal",
124
- "The name of the opportunity": "O nome da oportunidade",
125
- "select a Pipeline": "selecione um Pipeline",
126
- "Select a stage": "Selecione um estágio",
127
- "The name of the project": "O nome do projeto",
128
- "The details of the project": "Os detalhes do projeto",
129
- "select a Project": "selecione um projeto",
130
- "Details fo this task": "Detalhes desta tarefa",
131
- "Select activity Type": "Seleciona Tipo Atividade",
132
- "select a user to assign to": "selecione um usuário para atribuir a",
133
- "Choose the type of Copper record this task should be linked to (e.g. Person, Company, Lead, Opportunity, or Project).": "Escolha o tipo de registro de Cobre esta tarefa deve ser vinculada a (ex.: Pessoa, Empresa, Liderança, Oportunidade ou Projeto).",
134
- "Select the specific record (from the chosen type above) that this task should be attached to. For example, pick the Person or Opportunity the task relates to.": "Selecione o registro específico (do tipo escolhido acima) ao qual esta tarefa deve ser anexada. Por exemplo, escolha a pessoa ou a oportunidade à qual a tarefa se relaciona.",
135
- "Enter date and time in 24-hour format, e.g. `2025-09-09 11:40` (11:40 AM) or `2025-09-09 13:00` (1:00 PM).": "Digite a data e a hora em formato de 24 horas, por exemplo, `2025-09-09 11:40` (11:40 AM) ou `2025-09-09 13:00` (1:00 PM).",
136
- "Enter date and time in 24-hour format, e.g. `2025-09-09 11:40` (11:40 AM) or `2025-09-09 13:00` (1:00 PM)": "Digite a data e a hora em formato de 24 horas, por exemplo, `2025-09-09 11:40` (11:40 AM) ou `2025-09-09 13:00` (1:00 PM)",
137
- "Select parent entity": "Selecione a entidade pai",
138
- "Select Resource": "Selecionar Recurso",
139
- "Default 50. Max 200.": "Padrão 50. Máximo 200.",
140
- "24-hour format, e.g. 2025-09-10 11:40. The timestamp of the earliest activity date.": "Formato de 24 horas, ex: 2025-09-10 11:40. O timestamp da primeira data de atividade.",
141
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest activity date.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais recente da atividade.",
142
- "(Optional) If set, search performance improves but duplicate activity logs may be returned": "(Opcional) Se atribuído, o desempenho da pesquisa melhora mas logs de atividade duplicados podem ser retornados",
143
- "Full name of the People to search for.": "Nome completo das pessoas para procurar.",
144
- "Phone Number of the People to search for.": "Número de telefone das pessoas a procurar",
145
- "Emails of the People to search for.": "E-mails das pessoas para procurar.",
146
- "Select contact Type": "Selecionar tipo de contato",
147
- "select assignees": "selecione os responsáveis",
148
- "select Companies": "selecionar empresas",
149
- "select Opportunities": "selecione Oportunidades",
150
- "The city in which People must be located.": "A cidade na qual as pessoas devem estar localizadas.",
151
- "The state or province in which People must be located.": "O estado ou província em que as pessoas devem se localizar.",
152
- "The postal code in which People must be located.": "O código postal no qual as pessoas devem estar localizadas.",
153
- "The two character country code where People must be located.": "O código do país de dois caracteres onde as pessoas devem estar localizadas.",
154
- "Filter People to those that match at least one of the tags specified.": "Filtra as pessoas para aquelas que correspondem a pelo menos uma das tags especificadas.",
155
- "Filter People to those that match at least one of the social accounts specified.": "Filtrar pessoas para aquelas que correspondam a pelo menos uma das contas sociais especificadas.",
156
- "Filter by followed state": "Filtrar por estado seguido",
157
- "The maximum age in seconds that People must be.": "A idade máxima em segundos que as pessoas devem ser.",
158
- "The field on which to sort the results": "O campo no qual os resultados serão classificados",
159
- "The direction in which to sort the result": "A direção na qual será classificado o resultado",
160
- "The minimum number of interactions People must have had.": "O número mínimo de interações que as pessoas devem ter tido.",
161
- "The maximum number of interactions People must have had.": "O número máximo de interações que as pessoas devem ter tido.",
162
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date of the last interaction.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais antiga da última interação.",
163
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date of the last interaction.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da última data da última interação.",
164
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date People are created.": "Formato de 24 horas, por exemplo, 2025-09-10 13:00. O timestamp da primeira data em que as pessoas são criadas.",
165
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date People are Created.": "Formato de 24 horas, por exemplo, 2025-09-10 13:00. O horário da última data que as pessoas são criadas.",
166
- "Full name of the Lead to search for.": "Nome completo do Lead a procurar.",
167
- "Phone Number of the Lead to search for.": "Número de telefone do Lead para procurar.",
168
- "Emails of the Lead to search for.\t": "E-mails do Lead para pesquisar.\t",
169
- "Select lead status": "Selecionar estado do prospecto",
170
- "Select customer source.": "Selecionar fonte do cliente.",
171
- "The city in which Lead must be located.": "A cidade em que o chumbo deve ser localizado.",
172
- "The state or province in which Lead must be located.": "O estado ou província em que o chumbo deve ser localizado.",
173
- "The postal code in which Lead must be located.": "O código postal no qual o Lead deve ser localizado.",
174
- "The two character country code where Lead must be located.": "O código do país de dois caracteres em que o Líder deve estar localizado.",
175
- "Filter Lead to those that match at least one of the tags specified.": "Filtrar Lead para aqueles que correspondam a pelo menos uma das tags especificadas.",
176
- "Filter Lead to those that match at least one of the social accounts specified.": "Filtrar Lead para aqueles que correspondam a pelo menos uma das contas sociais especificadas.",
177
- "The maximum age in seconds that Lead must be.": "A idade máxima em segundos que o chumbo deve ser.",
178
- "Specify if response should contain converted leads.": "Especifica se a resposta deve conter leads convertidos.",
179
- "The minimum monetary value Leads must have.": "O valor monetário mínimo Leads deve ter.",
180
- "The maximum monetary value Leads must have.": "O valor monetário máximo Leads deve ter.",
181
- "The minimum number of interactions Lead must have had.": "O número mínimo de interações do Lead deve ter passado.",
182
- "The maximum number of interactions Lead must have had.": "O número máximo de interações do Lead deve ter passado.",
183
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Lead are created.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais antiga é criado.",
184
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Lead are Created.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da última data Lead é criado.",
185
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Lead are Modified.": "Formato de 24 horas, ex.: 2025-09-10 13:00. O timestamp da data mais antiga é modificado.",
186
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Lead are Modified.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais recente é modificado.",
187
- "Full name of the Company to search for.": "Nome completo da Empresa para procurar.",
188
- "Phone Number of the Company to search for.": "Número de telefone da Empresa para pesquisar.",
189
- "Email Domain of the Company to search for.": "Domínio de e-mail da empresa para procurar.",
190
- "The city in which Company must be located.": "A cidade em que a empresa deve ser localizada.",
191
- "The state or province in which Company must be located.": "O estado ou província em que a empresa deve ser localizada.",
192
- "The postal code in which Company must be located.": "O código postal em que a empresa deve estar localizada.",
193
- "The two character country code where Company must be located.": "O código do país de dois caracteres onde a empresa deve estar localizada.",
194
- "Filter Company to those that match at least one of the tags specified.": "Filtrar Empresa com aqueles que correspondam a pelo menos uma das tags especificadas.",
195
- "Filter Company to those that match at least one of the social accounts specified.": "Filtrar Empresa com aqueles que correspondam a pelo menos uma das contas sociais especificadas.",
196
- "The maximum age in seconds that Company must be.": "A idade máxima em segundos que a empresa deve ser.",
197
- "The minimum number of interactions Company must have had.": "O número mínimo de interações da Empresa deve ter passado.",
198
- "The maximum number of interactions Company must have had.": "O número máximo de interações da Empresa deve ter passado.",
199
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Company are created.": "Formato de 24 horas, por exemplo, 2025-09-10 13:00. O timestamp da primeira data em que a empresa foi criada.",
200
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Company are Created.": "Formato de 24 horas, por exemplo, 2025-09-10 13:00. O timestamp da data mais recente da Empresa é criado.",
201
- "Full name of the Opportunity to search for.": "Nome completo da Oportunidade de busca.",
202
- "Filter by Opportunity status": "Filtrar por Status de Oportunidade",
203
- "select primary contacts": "selecionar contatos primários",
204
- "Select loss reason.": "Selecione o motivo da perda.",
205
- "The minimum monetary value Opportunities must have.": "As oportunidades de valor monetário mínimo devem ter.",
206
- "The maximum monetary value Opportunities must have.": "As oportunidades de valor monetário máximo devem ter.",
207
- "The minimum number of interactions Opportunity must have had.": "O número mínimo de oportunidades de interações deve ter sido.",
208
- "The maximum number of interactions Opportunity must have had.": "O número máximo de oportunidades de interações deve ter passado.",
209
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date close date.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais anterior de fechamento.",
210
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date close date.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data de encerramento mais recente.",
211
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date of a stage change.": "Formato de 24 horas, ex: 2025-09-10 13:00. O horário da primeira data de uma mudança de etapa.",
212
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date of a stage change.": "Formato de 24 horas, ex: 2025-09-10 13:00. O horário da última data de uma mudança de etapa.",
213
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Opportunity are created.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais antiga são criadas.",
214
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Opportunity are Created.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da última data é criado.",
215
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Opportunity are Modified.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais antiga são Modificados.",
216
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Opportunity are Modified.": "Formato de 24 horas, ex: 2025-09-10 13:00. O timestamp da data mais recente é Modificado.",
217
- "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
218
- "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
219
- "None": "Nenhuma",
220
- "Low": "baixa",
221
- "Medium": "Média",
222
- "High": "alta",
223
- "Task": "Tarefas",
224
- "followed": "seguido",
225
- "not followed": "não seguido",
226
- "Title": "Título",
227
- "Phone": "Smartphone",
228
- "Date Modified": "Data de Modificação",
229
- "Date Created": "Data de Criação",
230
- "Zip": "CEP",
231
- "Ascending": "Crescente",
232
- "Descending": "Decrescente",
233
- "Company Name": "Nome da Empresa",
234
- "Value": "Valor",
235
- "Inactive Days": "Dias Inativos",
236
- "Contact": "contato",
237
- "Contact First Name": "Primeiro Nome do Contato",
238
- "Contact Last Name": "Último Nome do Contato",
239
- "Contact Group": "Grupo de contato",
240
- "Last Interaction": "Última Interação",
241
- "Interaction Count": "Contagem de interação",
242
- "Primary Website": "Site primário",
243
- "Open": "Abertas",
244
- "Won": "Ganhou",
245
- "Lost": "Perdido",
246
- "Abandoned": "Abandonado",
247
- "Customer Source ID": "ID da Fonte do Cliente",
248
- "Monetary Unit": "Unidade Monetária",
249
- "Monetary Value": "Valor monetário",
250
- "Stage": "Etapa",
251
- "Completed": "Concluído",
252
- "Assigned To": "Atribuído Para",
253
- "Related To": "Relacionado a",
254
- "GET": "OBTER",
255
- "POST": "POSTAR",
256
- "PATCH": "COMPRAR",
257
- "PUT": "COLOCAR",
258
- "DELETE": "EXCLUIR",
259
- "HEAD": "CABEÇA",
260
- "JSON": "JSON",
261
- "Form Data": "Dados de Formulário",
262
- "Raw": "RAW",
263
- "New Activity": "Nova atividade",
264
- "New Person": "Nova Pessoa",
265
- "New Lead": "Novo Potencial",
266
- "New Task": "Nova tarefa",
267
- "Updated Lead": "Lead atualizado",
268
- "Updated Task": "Tarefa atualizada",
269
- "Updated Opportunity": "Oportunidade Atualizada",
270
- "Updated Opportunity Stage": "Atualizado Opportunity Stage",
271
- "Updated Opportunity Status": "Estado da Oportunidade Atualizada",
272
- "Updated Project": "Projeto atualizado",
273
- "Updated Lead Status": "Status atualizado do Potencial",
274
- "Triggers when a new activity is logged": "Dispara quando uma nova atividade é registrada",
275
- "Triggers when a new person/contact is created.": "Dispara quando uma nova pessoa/contato é criada.",
276
- "Triggers when a new lead is created.": "Dispara quando um novo lead é criado.",
277
- "Triggers when a new task is created.": "Dispara quando uma nova tarefa é criada.",
278
- "Triggers when a lead is modified.": "Dispara quando uma vantagem é modificada.",
279
- "Triggers when a task is updated.": "Dispara quando uma tarefa é atualizada.",
280
- "Triggers when an opportunity changes.": "Dispara quando uma oportunidade for alterada.",
281
- "Triggers when an opportunity stage changes": "Dispara quando um estágio de oportunidade muda",
282
- "Triggers when an opportunity's status changes.": "Dispara quando o status de uma oportunidade muda.",
283
- "Triggers when a project is updated.": "Dispara quando um projeto é atualizado.",
284
- "Triggers when the status of a lead changes.": "Dispara quando o status de um lead muda."
285
- }
@@ -1,285 +0,0 @@
1
- {
2
- "Email Address": "Email Address",
3
- "API Key": "API Key",
4
- "Email Address of the Token Owner": "Email Address of the Token Owner",
5
- "Your API Key in settings > integrations": "Your API Key in settings > integrations",
6
- "Create Person": "Create Person",
7
- "Update Person": "Update Person",
8
- "Create Lead": "Create Lead",
9
- "Update Lead": "Update Lead",
10
- "Convert Lead": "Convert Lead",
11
- "Create Company": "Create Company",
12
- "Update Company": "Update Company",
13
- "Create Opportunity": "Create Opportunity",
14
- "Update Opportunity": "Update Opportunity",
15
- "Create Project": "Create Project",
16
- "Update Project": "Update Project",
17
- "Create Task": "Create Task",
18
- "Create Activity": "Create Activity",
19
- "Search for an Activity": "Search for an Activity",
20
- "Search for a Person": "Search for a Person",
21
- "Search for a Lead": "Search for a Lead",
22
- "Search for a Company": "Search for a Company",
23
- "Search for an Opportunity": "Search for an Opportunity",
24
- "Search for a Project": "Search for a Project",
25
- "Custom API Call": "Custom API Call",
26
- "Adds a new person/contact.": "Adds a new person/contact.",
27
- "Updates a person based on matching criteria.": "Updates a person based on matching criteria.",
28
- "Adds a new lead.": "Adds a new lead.",
29
- "Updates an existing lead.": "Updates an existing lead.",
30
- "Converts a lead into a person (optionally with company/opportunity).": "Converts a lead into a person (optionally with company/opportunity).",
31
- "Adds a new company.": "Adds a new company.",
32
- "Updates a company record.": "Updates a company record.",
33
- "Adds a new opportunity.": "Adds a new opportunity.",
34
- "Updates an opportunity using match criteria.": "Updates an opportunity using match criteria.",
35
- "Adds a new project.": "Adds a new project.",
36
- "Updates a project record.": "Updates a project record.",
37
- "Adds a new task under a person, lead, or opportunity.": "Adds a new task under a person, lead, or opportunity.",
38
- "Logs an activity related to CRM entities.": "Logs an activity related to CRM entities.",
39
- "Find an existing activity by type/criteria.": "Find an existing activity by type/criteria.",
40
- "Lookup a person using match criteria.": "Lookup a person using match criteria.",
41
- "Lookup a lead using match criteria.": "Lookup a lead using match criteria.",
42
- "Lookup a company.": "Lookup a company.",
43
- "Lookup an opportunity.": "Lookup an opportunity.",
44
- "Lookup a project.": "Lookup a project.",
45
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
46
- "Full Name": "Full Name",
47
- "Emails": "Emails",
48
- "Phone Numbers": "Phone Numbers",
49
- "Street": "Street",
50
- "City": "City",
51
- "State/Region": "State/Region",
52
- "Postal Code": "Postal Code",
53
- "Country": "Country",
54
- "Person": "Person",
55
- "Email": "Email",
56
- "Category of the email address (e.g., work, personal)": "Category of the email address (e.g., work, personal)",
57
- "Lead": "Lead",
58
- "Company": "Company",
59
- "Opportunity": "Opportunity",
60
- "Email Domain": "Email Domain",
61
- "Details": "Details",
62
- "Primary Contact": "Primary Contact",
63
- "Name": "Name",
64
- "Pipeline": "Pipeline",
65
- "Pipeline Stage": "Pipeline Stage",
66
- "Project": "Project",
67
- "Task Name": "Task Name",
68
- "Activity Type": "Activity Type",
69
- "Assignee": "Assignee",
70
- "Related Record Type": "Related Record Type",
71
- "Related Record": "Related Record",
72
- "Due Date/Time": "Due Date/Time",
73
- "Reminder Date/Time": "Reminder Date/Time",
74
- "Priority": "Priority",
75
- "Tags": "Tags",
76
- "Parent Entity": "Parent Entity",
77
- "Parent Entity Resource": "Parent Entity Resource",
78
- "Page Size": "Page Size",
79
- "Page Number": "Page Number",
80
- "Minimum Activity Date": "Minimum Activity Date",
81
- "Maximum Activity Date": "Maximum Activity Date",
82
- "Full Result": "Full Result",
83
- "Phone Number": "Phone Number",
84
- "Contact Type": "Contact Type",
85
- "State": "State",
86
- "Socials": "Socials",
87
- "Followed": "Followed",
88
- "Age": "Age",
89
- "Sort By": "Sort By",
90
- "Sort Direction": "Sort Direction",
91
- "Minimum Interaction Count": "Minimum Interaction Count",
92
- "Maximum Interaction Count": "Maximum Interaction Count",
93
- "Minimum Interaction Date": "Minimum Interaction Date",
94
- "Maximum Interaction Date": "Maximum Interaction Date",
95
- "Minimum Created Date": "Minimum Created Date",
96
- "Maximum Created Date": "Maximum Created Date",
97
- "Lead Status": "Lead Status",
98
- "Customer Source": "Customer Source",
99
- "Include Converted Leads": "Include Converted Leads",
100
- "Minimum Monetary Value": "Minimum Monetary Value",
101
- "Maximum Monetary Value": "Maximum Monetary Value",
102
- "Minimum Modified Date": "Minimum Modified Date",
103
- "Maximum Modified Date": "Maximum Modified Date",
104
- "Status": "Status",
105
- "Primary Contacts": "Primary Contacts",
106
- "Loss Reason": "Loss Reason",
107
- "Minimum Stage Change Date": "Minimum Stage Change Date",
108
- "Maximum Stage Change Date": "Maximum Stage Change Date",
109
- "Method": "Method",
110
- "Headers": "Headers",
111
- "Query Parameters": "Query Parameters",
112
- "Body Type": "Body Type",
113
- "Body": "Body",
114
- "Response is Binary ?": "Response is Binary ?",
115
- "No Error on Failure": "No Error on Failure",
116
- "Timeout (in seconds)": "Timeout (in seconds)",
117
- "Follow redirects": "Follow redirects",
118
- "select a person": "select a person",
119
- "select a Lead": "select a Lead",
120
- "select a Company": "select a Company",
121
- "select an Opportunity": "select an Opportunity",
122
- "E.g. democompany.com": "E.g. democompany.com",
123
- "select a primary contact": "select a primary contact",
124
- "The name of the opportunity": "The name of the opportunity",
125
- "select a Pipeline": "select a Pipeline",
126
- "Select a stage": "Select a stage",
127
- "The name of the project": "The name of the project",
128
- "The details of the project": "The details of the project",
129
- "select a Project": "select a Project",
130
- "Details fo this task": "Details fo this task",
131
- "Select activity Type": "Select activity Type",
132
- "select a user to assign to": "select a user to assign to",
133
- "Choose the type of Copper record this task should be linked to (e.g. Person, Company, Lead, Opportunity, or Project).": "Choose the type of Copper record this task should be linked to (e.g. Person, Company, Lead, Opportunity, or Project).",
134
- "Select the specific record (from the chosen type above) that this task should be attached to. For example, pick the Person or Opportunity the task relates to.": "Select the specific record (from the chosen type above) that this task should be attached to. For example, pick the Person or Opportunity the task relates to.",
135
- "Enter date and time in 24-hour format, e.g. `2025-09-09 11:40` (11:40 AM) or `2025-09-09 13:00` (1:00 PM).": "Enter date and time in 24-hour format, e.g. `2025-09-09 11:40` (11:40 AM) or `2025-09-09 13:00` (1:00 PM).",
136
- "Enter date and time in 24-hour format, e.g. `2025-09-09 11:40` (11:40 AM) or `2025-09-09 13:00` (1:00 PM)": "Enter date and time in 24-hour format, e.g. `2025-09-09 11:40` (11:40 AM) or `2025-09-09 13:00` (1:00 PM)",
137
- "Select parent entity": "Select parent entity",
138
- "Select Resource": "Select Resource",
139
- "Default 50. Max 200.": "Default 50. Max 200.",
140
- "24-hour format, e.g. 2025-09-10 11:40. The timestamp of the earliest activity date.": "24-hour format, e.g. 2025-09-10 11:40. The timestamp of the earliest activity date.",
141
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest activity date.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest activity date.",
142
- "(Optional) If set, search performance improves but duplicate activity logs may be returned": "(Optional) If set, search performance improves but duplicate activity logs may be returned",
143
- "Full name of the People to search for.": "Full name of the People to search for.",
144
- "Phone Number of the People to search for.": "Phone Number of the People to search for.",
145
- "Emails of the People to search for.": "Emails of the People to search for.",
146
- "Select contact Type": "Select contact Type",
147
- "select assignees": "select assignees",
148
- "select Companies": "select Companies",
149
- "select Opportunities": "select Opportunities",
150
- "The city in which People must be located.": "The city in which People must be located.",
151
- "The state or province in which People must be located.": "The state or province in which People must be located.",
152
- "The postal code in which People must be located.": "The postal code in which People must be located.",
153
- "The two character country code where People must be located.": "The two character country code where People must be located.",
154
- "Filter People to those that match at least one of the tags specified.": "Filter People to those that match at least one of the tags specified.",
155
- "Filter People to those that match at least one of the social accounts specified.": "Filter People to those that match at least one of the social accounts specified.",
156
- "Filter by followed state": "Filter by followed state",
157
- "The maximum age in seconds that People must be.": "The maximum age in seconds that People must be.",
158
- "The field on which to sort the results": "The field on which to sort the results",
159
- "The direction in which to sort the result": "The direction in which to sort the result",
160
- "The minimum number of interactions People must have had.": "The minimum number of interactions People must have had.",
161
- "The maximum number of interactions People must have had.": "The maximum number of interactions People must have had.",
162
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date of the last interaction.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date of the last interaction.",
163
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date of the last interaction.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date of the last interaction.",
164
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date People are created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date People are created.",
165
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date People are Created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date People are Created.",
166
- "Full name of the Lead to search for.": "Full name of the Lead to search for.",
167
- "Phone Number of the Lead to search for.": "Phone Number of the Lead to search for.",
168
- "Emails of the Lead to search for.\t": "Emails of the Lead to search for.\t",
169
- "Select lead status": "Select lead status",
170
- "Select customer source.": "Select customer source.",
171
- "The city in which Lead must be located.": "The city in which Lead must be located.",
172
- "The state or province in which Lead must be located.": "The state or province in which Lead must be located.",
173
- "The postal code in which Lead must be located.": "The postal code in which Lead must be located.",
174
- "The two character country code where Lead must be located.": "The two character country code where Lead must be located.",
175
- "Filter Lead to those that match at least one of the tags specified.": "Filter Lead to those that match at least one of the tags specified.",
176
- "Filter Lead to those that match at least one of the social accounts specified.": "Filter Lead to those that match at least one of the social accounts specified.",
177
- "The maximum age in seconds that Lead must be.": "The maximum age in seconds that Lead must be.",
178
- "Specify if response should contain converted leads.": "Specify if response should contain converted leads.",
179
- "The minimum monetary value Leads must have.": "The minimum monetary value Leads must have.",
180
- "The maximum monetary value Leads must have.": "The maximum monetary value Leads must have.",
181
- "The minimum number of interactions Lead must have had.": "The minimum number of interactions Lead must have had.",
182
- "The maximum number of interactions Lead must have had.": "The maximum number of interactions Lead must have had.",
183
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Lead are created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Lead are created.",
184
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Lead are Created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Lead are Created.",
185
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Lead are Modified.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Lead are Modified.",
186
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Lead are Modified.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Lead are Modified.",
187
- "Full name of the Company to search for.": "Full name of the Company to search for.",
188
- "Phone Number of the Company to search for.": "Phone Number of the Company to search for.",
189
- "Email Domain of the Company to search for.": "Email Domain of the Company to search for.",
190
- "The city in which Company must be located.": "The city in which Company must be located.",
191
- "The state or province in which Company must be located.": "The state or province in which Company must be located.",
192
- "The postal code in which Company must be located.": "The postal code in which Company must be located.",
193
- "The two character country code where Company must be located.": "The two character country code where Company must be located.",
194
- "Filter Company to those that match at least one of the tags specified.": "Filter Company to those that match at least one of the tags specified.",
195
- "Filter Company to those that match at least one of the social accounts specified.": "Filter Company to those that match at least one of the social accounts specified.",
196
- "The maximum age in seconds that Company must be.": "The maximum age in seconds that Company must be.",
197
- "The minimum number of interactions Company must have had.": "The minimum number of interactions Company must have had.",
198
- "The maximum number of interactions Company must have had.": "The maximum number of interactions Company must have had.",
199
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Company are created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Company are created.",
200
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Company are Created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Company are Created.",
201
- "Full name of the Opportunity to search for.": "Full name of the Opportunity to search for.",
202
- "Filter by Opportunity status": "Filter by Opportunity status",
203
- "select primary contacts": "select primary contacts",
204
- "Select loss reason.": "Select loss reason.",
205
- "The minimum monetary value Opportunities must have.": "The minimum monetary value Opportunities must have.",
206
- "The maximum monetary value Opportunities must have.": "The maximum monetary value Opportunities must have.",
207
- "The minimum number of interactions Opportunity must have had.": "The minimum number of interactions Opportunity must have had.",
208
- "The maximum number of interactions Opportunity must have had.": "The maximum number of interactions Opportunity must have had.",
209
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date close date.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date close date.",
210
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date close date.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date close date.",
211
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date of a stage change.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date of a stage change.",
212
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date of a stage change.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date of a stage change.",
213
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Opportunity are created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Opportunity are created.",
214
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Opportunity are Created.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Opportunity are Created.",
215
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Opportunity are Modified.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the earliest date Opportunity are Modified.",
216
- "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Opportunity are Modified.": "24-hour format, e.g. 2025-09-10 13:00. The timestamp of the latest date Opportunity are Modified.",
217
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
218
- "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
219
- "None": "None",
220
- "Low": "Low",
221
- "Medium": "Medium",
222
- "High": "High",
223
- "Task": "Task",
224
- "followed": "followed",
225
- "not followed": "not followed",
226
- "Title": "Title",
227
- "Phone": "Phone",
228
- "Date Modified": "Date Modified",
229
- "Date Created": "Date Created",
230
- "Zip": "Zip",
231
- "Ascending": "Ascending",
232
- "Descending": "Descending",
233
- "Company Name": "Company Name",
234
- "Value": "Value",
235
- "Inactive Days": "Inactive Days",
236
- "Contact": "Contact",
237
- "Contact First Name": "Contact First Name",
238
- "Contact Last Name": "Contact Last Name",
239
- "Contact Group": "Contact Group",
240
- "Last Interaction": "Last Interaction",
241
- "Interaction Count": "Interaction Count",
242
- "Primary Website": "Primary Website",
243
- "Open": "Open",
244
- "Won": "Won",
245
- "Lost": "Lost",
246
- "Abandoned": "Abandoned",
247
- "Customer Source ID": "Customer Source ID",
248
- "Monetary Unit": "Monetary Unit",
249
- "Monetary Value": "Monetary Value",
250
- "Stage": "Stage",
251
- "Completed": "Completed",
252
- "Assigned To": "Assigned To",
253
- "Related To": "Related To",
254
- "GET": "GET",
255
- "POST": "POST",
256
- "PATCH": "PATCH",
257
- "PUT": "PUT",
258
- "DELETE": "DELETE",
259
- "HEAD": "HEAD",
260
- "JSON": "JSON",
261
- "Form Data": "Form Data",
262
- "Raw": "Raw",
263
- "New Activity": "New Activity",
264
- "New Person": "New Person",
265
- "New Lead": "New Lead",
266
- "New Task": "New Task",
267
- "Updated Lead": "Updated Lead",
268
- "Updated Task": "Updated Task",
269
- "Updated Opportunity": "Updated Opportunity",
270
- "Updated Opportunity Stage": "Updated Opportunity Stage",
271
- "Updated Opportunity Status": "Updated Opportunity Status",
272
- "Updated Project": "Updated Project",
273
- "Updated Lead Status": "Updated Lead Status",
274
- "Triggers when a new activity is logged": "Triggers when a new activity is logged",
275
- "Triggers when a new person/contact is created.": "Triggers when a new person/contact is created.",
276
- "Triggers when a new lead is created.": "Triggers when a new lead is created.",
277
- "Triggers when a new task is created.": "Triggers when a new task is created.",
278
- "Triggers when a lead is modified.": "Triggers when a lead is modified.",
279
- "Triggers when a task is updated.": "Triggers when a task is updated.",
280
- "Triggers when an opportunity changes.": "Triggers when an opportunity changes.",
281
- "Triggers when an opportunity stage changes": "Triggers when an opportunity stage changes",
282
- "Triggers when an opportunity's status changes.": "Triggers when an opportunity's status changes.",
283
- "Triggers when a project is updated.": "Triggers when a project is updated.",
284
- "Triggers when the status of a lead changes.": "Triggers when the status of a lead changes."
285
- }