HTML in Notifications/Stream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kurt
    Member
    • Jan 2018
    • 37

    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.


  • emillod
    Active Community Member
    • Apr 2017
    • 1405

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

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

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

      Comment

      • Kurt
        Member
        • Jan 2018
        • 37

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

        Comment

        Working...