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 platform for WhatsApp relationship management and offers many operations related to contacts, messaging, protocols, groups, marketing campaigns, and extra data lookups. Specifically, the "Extra - Transcrição - Imagem EN" operation generates an English caption (transcription) from an image URL.
A common use case for this operation is automatically generating descriptive captions for images hosted online, which can be useful in content automation, accessibility improvements, or social media workflows where image descriptions are needed in English.
Example: Given a URL of an image, the node fetches and processes it to produce a textual caption describing the image content in English.
Properties
Name | Meaning |
---|---|
URL Da Imagem | The URL of the image to generate an English caption from. Must be a valid image URL. |
Output
The node outputs JSON data containing the generated English caption text derived from the provided image URL. The exact structure is not detailed in the source code, but typically it would include at least a field with the caption string.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for the external WhatsApp relationship platform.
- The node depends on internal action implementations (not fully visible here) that handle the actual image transcription logic.
- Network access to the image URL and the external service is necessary.
Troubleshooting
- Invalid or inaccessible image URL: If the URL is incorrect or the image cannot be fetched, the operation will likely fail. Ensure the URL is publicly accessible and points directly to an image file.
- API authentication errors: Missing or invalid API credentials will cause authorization failures. Verify that the required API key or token is correctly configured in n8n credentials.
- Unsupported image formats: If the image format is unsupported by the transcription service, the caption generation may fail or return empty results.
- Network issues: Connectivity problems to either the image URL or the external API endpoint can cause timeouts or errors.
Error messages should guide checking these areas, and users should confirm all inputs and credentials are correct.
Links and References
- No direct external links are provided in the source code.
- For more details, consult the documentation of the WhatsApp relationship platform integrated by this node.
- General info on image captioning AI services may help understand the operation's context.