Announcement

Collapse
No announcement yet.

HTML in Notifications/Stream

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML in Notifications/Stream

    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.



  • #2
    I think for now STREAM entity just using Markdown.

    Comment


    • #3
      You can add link using Markdown, so for example [Name of link](URL)

      Comment


      • #4
        That'll do, thanks for your help.

        Comment

        Working...
        X