Skip to content

[Bug Report] Get Conversation Channels - lowercase SMS results in silent zero results #292

Description

@i-am-rad

🐛 Describe the Bug

I queried the API and got nothing back. I used:

https://services.leadconnectorhq.com/locations/hU4UCowz0vcJkuqQxPEd/conversationChannels/sms

{
"conversationChannel": {
"_id": "default_data",
"Email": [],
"defaults": null,
"locationId": "hU4UCowz0vcJkuqQxPEd",
"SMS": []
},
"traceId": "00d1cacd-1b9f-416c-82a4-010515f503ac"
}

I then used capitalized SMS:

https://services.leadconnectorhq.com/locations/hU4UCowz0vcJkuqQxPEd/conversationChannels/SMS

And this returned a proper result.

📍 API Endpoint

/locations/:locationId/conversationChannels/:type

✅ Expected Behavior

Uppercase the path to support any casing received of SMS or sms.

💻 Screenshots or Code Samples

No response

Product Area

conversations

📋 Use Case

bug

🚨 Why Should This Be Prioritized?

bug

🧠 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