I noticed when sending an email through this endpoint / mcp function:
https://highlevel.stoplight.io/docs/integrations/5853cb0a54971-send-a-new-message
...that the "message" key is not required, but a "html" key is required (which should contain the message in either text or html format).
Took me a few hours to solve it.
I guess this is a misdocumentation in the official API doc?! I just changed your mcp tool for messaging/conversations regarding this and solved it like that.
Just wanted to communicate it, so you can update it - or user can see this and solve it by themself.
Again thanks for your work.
I noticed when sending an email through this endpoint / mcp function:
https://highlevel.stoplight.io/docs/integrations/5853cb0a54971-send-a-new-message
...that the "message" key is not required, but a "html" key is required (which should contain the message in either text or html format).
Took me a few hours to solve it.
I guess this is a misdocumentation in the official API doc?! I just changed your mcp tool for messaging/conversations regarding this and solved it like that.
Just wanted to communicate it, so you can update it - or user can see this and solve it by themself.
Again thanks for your work.