I'm trying to use the Note endpoint to post a new note that shows up in the user's stream when their account first gets created. I can get it to post plain text but it is wrapping in <p> so I'm unable to put in HTML and link to other pages/entities (such as a Getting Started page I'd like to add). Is there an existing way to post a custom message to a user's stream that supports HTML? It seems like it uses a set template that is part of Espo and not extendable.
When I POST to the Note endpoint, I'm setting the type to "Post" and putting the message body in the "post" field.
Thanks for your help.
When I POST to the Note endpoint, I'm setting the type to "Post" and putting the message body in the "post" field.
Thanks for your help.
Comment