Skip to content

[Bug Report: Documentation Errors] WhatsApp Messages not showing attachments #50

Open
@yotomations

Description

@yotomations

🐛 Describe the Bug

I'm adding image attachments to messages. uploads are successful and they show nicely for Email/SMS Types of messages, but not for WhatsApp Message Types. Is there a different way to show images for WhatsApp?
I'm Using this endpoint: https://services.leadconnectorhq.com/conversations/messages/inbound
With this as the payload:
{
"altId": "",
"attachments": [".jpg"],
"conversationId": "",
"date": "2025-06-24T14:04:59+00:00",
"direction": "outbound",
"message": "First Paragraph \n\nSecond Paragraph",
"subject": "Message To Client",
"type": "WhatsApp"
}

📍 API Endpoint

https://services.leadconnectorhq.com/conversations/messages/inbound

✅ Expected Behavior

attachments/Images should show next to WhatsApp Messages

💻 Screenshots or Code Samples

{
"altId": "",
"attachments": ["<anyImage>.jpg"],
"conversationId": "",
"date": "2025-06-24T14:04:59+00:00",
"direction": "outbound",
"message": "First Paragraph \n\nSecond Paragraph",
"subject": "Message To Client",
"type": "WhatsApp"
}

Product Area

conversations

🧠 Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions