Actions58
- Acesso - Credenciais
- Canais - Listar
- Contato - Adicionar Etiqueta
- Contato - Adicionar Informações
- Contato - Consultar
- Contato - Editar Perfil
- Contato - Encaminhar
- Contato - Importar
- Contato - Listar Protocolos
- Contato - Listar Todos
- Contato - Mensagem - Enviar
- Contato - Mensagem - Enviar Imagem + Legenda
- Contato - Pesquisar
- Contato - Remover Etiqueta
- Contato - Status De WhatsApp
- Etiquetas - Listar Todos
- Extra - Cep - Pesquisar
- Extra - Cnpj - Pesquisar
- Extra - Coordenadas - Pesquisar
- Extra - Cpf - Pesquisar
- Extra - CSV - Formatar
- Extra - Nome - Pesquisar
- Extra - Titularidade - Pesquisar
- Extra - Transcrição - Documentos
- Extra - Transcrição - Imagem EN
- Extra - Transcrição - Imagem PT
- Grupos - Adicionar Contato
- Grupos - Listar Contatos
- Grupos - Listar Todos
- Grupos - Remover Contato
- Grupos - WhatsApp - Histórico
- Grupos - WhatsApp - Listar
- Grupos - WhatsApp - Membros
- Marketing - Campanha - Listar
- Marketing - Campanha - Resumo
- Marketing - Mensagem - Enviar
- Marketing - Mensagem - Listar
- Marketing - Mensagem - Status
- Produto - Categoria - Listar
- Produto - Listar
- Protocolo - Consultar
- Protocolo - Encaminhar - Recado
- Protocolo - Finalizar
- Protocolo - Listar - Todos
- Protocolo - Mensagem - Enviar
- Protocolo - Mensagem - Listar
- Protocolo - Observações - Adicionar
- Protocolo - Observações - Listar
- Protocolo - Pesquisar
- Recados - Listar - Todos
- Recados - Pesquisar
- Setor - Listar - Todos
- Templates - Listar - Todos
- Usuário - Agenda - Listar
- Usuário - Carteira - Adicionar
- Usuário - Carteira - Listar
- Usuário - Carteira - Remover
- Usuário - Listar - Todos
Overview
This node integrates with a WhatsApp-based customer relationship platform, offering a wide range of operations related to contacts, messaging, groups, marketing campaigns, protocols, and extra utilities such as data lookups and transcription services.
Specifically, the operation "Extra - Transcrição - Imagem PT" (generateAndTranslateCaption) takes an image URL as input, generates a caption describing the image, and translates that caption into Portuguese. This is useful for automating image description and translation workflows, for example:
- Automatically generating Portuguese captions for images shared in WhatsApp conversations.
- Enhancing accessibility by providing translated image descriptions.
- Supporting content moderation or cataloging by summarizing image content in Portuguese.
Properties
Name | Meaning |
---|---|
URL Da Imagem | The URL of the image to process. The node will generate a caption from this image and translate it into Portuguese. Example: https://example.com/imagem.jpg |
Output
The node outputs JSON data containing the generated caption and its Portuguese translation. The exact structure depends on the underlying API response but typically includes fields such as:
caption
: The original generated caption describing the image.translatedCaption
: The caption translated into Portuguese.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the external WhatsApp-related platform via an API key credential.
- The node relies on the platform's transcription and translation services to generate and translate image captions.
- Proper configuration of the API authentication token within n8n credentials is necessary.
Troubleshooting
- Invalid or inaccessible image URL: Ensure the provided image URL is publicly accessible and correctly formatted. Private or protected URLs may cause failures.
- API authentication errors: Verify that the API key credential is valid and has the required permissions.
- Translation or caption generation failures: These might occur if the image content is unsupported or the external service is temporarily unavailable. Retrying later or using a different image may help.
- Empty or unexpected output: Confirm that the input URL points to a valid image file and that the node parameters are correctly set.
Links and References
- No direct external links are embedded in the source code. For more information, consult the documentation of the integrated WhatsApp customer relationship platform or the specific transcription/translation API used by the service.