Open
Description
🐛 Describe the Bug
If you supply the wrong conversationProviderId you get a 500 instead of a 400 and detailed error.
📍 Location
Which page/endpoint does this relate to?
https://marketplace.gohighlevel.com/docs/ghl/conversations/add-an-inbound-message
✅ Expected Behavior
What should have happened?
-Return a 400 with incorrect or nonexistent conversationProviderId
💻 Screenshots or Code Samples
{
"type": "Custom",
"conversationId": "B3ZIjGFwjGdtUHJBGoYE",
"conversationProviderId": "i plugged a locationId in here by accident which gave the 500",
"html": "test",
"subject": "test",
"emailFrom": "redacted",
"emailTo": "redacted",
"altId": "myaltidsample",
"direction": "outbound",
"date": "2025-05-19T14:24:14-04:00"
}