Skip to content

[Bug Report: Incorrect Response] Add Inbound Message #70

Description

@i-am-rad

🐛 Describe the Bug

For custom providers, it must have a custom conversation provider id. If you skip adding the custom provider id the message does not add to the conversation and instead you get back a "201" with no actual body of the response.

📍 API Endpoint

/conversations/messages/inbound

✅ Expected Behavior

Reject it with 400 "conversationProviderId required for custom providers"

💻 Screenshots or Code Samples

{
"conversationId": "YNGPvyixVXPyJkrWwQXY",
"type": "Custom",
"direction": "outbound",
"message": "phone round 2",
//"conversationProviderId": "681630446243877ebda60373",
"date": "2025-07-11T01:29:05.526Z"
}

Product Area

conversations

🧠 Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug-missing-api-fieldSomething isn't working in the Highlevel API or fields are missing in the API Endpoints.conversationsprocessed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions