Intercom
Gerencie contatos, empresas, conversas, tickets e mensagens no Intercom
Intercom é uma plataforma líder de comunicação com clientes que permite gerenciar e automatizar suas interações com contatos, empresas, conversas, tickets e mensagens—tudo em um só lugar. A integração do Intercom no ZippyVendas permite que seus agentes gerenciem programaticamente relacionamentos com clientes, solicitações de suporte e conversas diretamente de seus fluxos de trabalho automatizados.
Com as ferramentas do Intercom, você pode:
- Gerenciamento de Contatos: Crie, obtenha, atualize, liste, pesquise e exclua contatos—automatize seus processos de CRM e mantenha seus registros de clientes atualizados.
- Gerenciamento de Empresas: Crie novas empresas, recupere detalhes de empresas e liste todas as empresas relacionadas aos seus usuários ou clientes empresariais.
- Tratamento de Conversas: Obtenha, liste, responda e pesquise conversas—permitindo que os agentes rastreiem threads de suporte em andamento, forneçam respostas e automatizem ações de acompanhamento.
- Gerenciamento de Tickets: Crie e recupere tickets programaticamente, ajudando você a automatizar o atendimento ao cliente, rastreamento de problemas de suporte e escalações de fluxo de trabalho.
- Enviar Mensagens: Acione mensagens para usuários ou leads para onboarding, suporte ou marketing, tudo de dentro da sua automação de fluxo de trabalho.
Ao integrar as ferramentas do Intercom no ZippyVendas, você capacita seus fluxos de trabalho a se comunicarem diretamente com seus usuários, automatizar processos de suporte ao cliente, gerenciar leads e otimizar comunicações em escala. Seja para criar novos contatos, manter dados de clientes sincronizados, gerenciar tickets de suporte ou enviar mensagens de engajamento personalizadas, as ferramentas do Intercom fornecem uma maneira abrangente de gerenciar interações com clientes como parte de suas automações inteligentes.
Integre o Intercom ao fluxo de trabalho. Pode criar, obter, atualizar, listar, pesquisar e excluir contatos; criar, obter e listar empresas; obter, listar, responder e pesquisar conversas; criar e obter tickets; e criar mensagens.
Crie um novo contact in Intercom with email, external_id, or role
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
email | string | Não | The contact's email address |
external_id | string | Não | A unique identifier for the contact provided by the client |
phone | string | Não | The contact's phone number |
name | string | Não | The contact's name |
avatar | string | Não | An avatar image URL for the contact |
signed_up_at | number | Não | The time the user signed up as a Unix timestamp |
last_seen_at | number | Não | The time the user was last seen as a Unix timestamp |
owner_id | string | Não | The id of an admin that has been assigned account ownership of the contact |
unsubscribed_from_emails | boolean | Não | Whether the contact is unsubscribed from emails |
custom_attributes | string | Não | Custom attributes as JSON object (e.g., {"attribute_name": "value"}) |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Created contact data |
Get a single contact by ID from Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
contactId | string | Sim | Contact ID to retrieve |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Contact data |
Update an existing contact in Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
contactId | string | Sim | Contact ID to update |
email | string | Não | The contact's email address |
phone | string | Não | The contact's phone number |
name | string | Não | The contact's name |
avatar | string | Não | An avatar image URL for the contact |
signed_up_at | number | Não | The time the user signed up as a Unix timestamp |
last_seen_at | number | Não | The time the user was last seen as a Unix timestamp |
owner_id | string | Não | The id of an admin that has been assigned account ownership of the contact |
unsubscribed_from_emails | boolean | Não | Whether the contact is unsubscribed from emails |
custom_attributes | string | Não | Custom attributes as JSON object (e.g., {"attribute_name": "value"}) |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Updated contact data |
List all contacts from Intercom with pagination support
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
per_page | number | Não | Number of results per page (max: 150) |
starting_after | string | Não | Cursor for pagination - ID to start after |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | List of contacts |
Search for contacts in Intercom using a query
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
query | string | Sim | Search query (e.g., {"field":"email","operator":"=","value":"user@example.com"}) |
per_page | number | Não | Number of results per page (max: 150) |
starting_after | string | Não | Cursor for pagination |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Search results |
Delete a contact from Intercom by ID
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
contactId | string | Sim | Contact ID to delete |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Deletion result |
Create or update a company in Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
company_id | string | Sim | Your unique identifier for the company |
name | string | Não | The name of the company |
website | string | Não | The company website |
plan | string | Não | The company plan name |
size | number | Não | The number of employees in the company |
industry | string | Não | The industry the company operates in |
monthly_spend | number | Não | How much revenue the company generates for your business. Note: This field truncates floats to whole integers (e.g., 155.98 becomes 155) |
custom_attributes | string | Não | Custom attributes as JSON object |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Created or updated company data |
Retrieve a single company by ID from Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
companyId | string | Sim | Company ID to retrieve |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Company data |
List all companies from Intercom with pagination support. Note: This endpoint has a limit of 10,000 companies that can be returned using pagination. For datasets larger than 10,000 companies, use the Scroll API instead.
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
per_page | number | Não | Number of results per page |
page | number | Não | Page number |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | List of companies |
Retrieve a single conversation by ID from Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
conversationId | string | Sim | Conversation ID to retrieve |
display_as | string | Não | Set to "plaintext" to retrieve messages in plain text |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Conversation data |
List all conversations from Intercom with pagination support
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
per_page | number | Não | Number of results per page (max: 150) |
starting_after | string | Não | Cursor for pagination |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | List of conversations |
Reply to a conversation as an admin in Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
conversationId | string | Sim | Conversation ID to reply to |
message_type | string | Sim | Message type: "comment" or "note" |
body | string | Sim | The text body of the reply |
admin_id | string | Não | The ID of the admin authoring the reply. If not provided, a default admin (Operator/Fin) will be used. |
attachment_urls | string | Não | Comma-separated list of image URLs (max 10) |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Updated conversation with reply |
Search for conversations in Intercom using a query
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
query | string | Sim | Search query as JSON object |
per_page | number | Não | Number of results per page (max: 150) |
starting_after | string | Não | Cursor for pagination |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Search results |
Crie um novo ticket in Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
ticket_type_id | string | Sim | The ID of the ticket type |
contacts | string | Sim | JSON array of contact identifiers (e.g., [{"id": "contact_id"}]) |
ticket_attributes | string | Sim | JSON object with ticket attributes including default_title and default_description |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Created ticket data |
Retrieve a single ticket by ID from Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
ticketId | string | Sim | Ticket ID to retrieve |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Ticket data |
Create and send a new admin-initiated message in Intercom
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|
message_type | string | Sim | Message type: "inapp" or "email" |
subject | string | Não | The subject of the message (for email type) |
body | string | Sim | The body of the message |
from_type | string | Sim | Sender type: "admin" |
from_id | string | Sim | The ID of the admin sending the message |
to_type | string | Sim | Recipient type: "contact" |
to_id | string | Sim | The ID of the contact receiving the message |
| Parâmetro | Tipo | Descrição |
|---|
success | boolean | Operation success status |
output | object | Created message data |
- Category:
tools
- Type:
intercom