vincere-io / restful-api-support

5 stars 0 forks source link

Adding <a> tag to Comment through API Post Request #25

Open Sebastiony opened 1 year ago

Sebastiony commented 1 year ago

I've successfully been able to add links into comments from the Vincere API however they all open in the activities of the candidate / contact.

I'm trying to add target="_blank" however it never exists in the comment once i inspect it after sending the post request. I've tried adding a bunch of different params to the a tag link rel, onclick etc but only the href comes across

How can i add the target="_blank" to the a tag? I know it can be done if you add a comment from vincere manully on the front end

I'm putting this in the "content" of the json payload to the api "<a href=\"https://www.google.com\" target=\"_blank\" >LINK</a>"

however the comment once inspected in vincere returns <a href=\"https://www.google.com\" >LINK</a>"