post https://api.ashbyhq.com/candidate.createNote
Creates a note on a candidate.
Requires the candidatesWrite
permission.
For notes submitted with a type of text/html
, we support the elements listed below. Any unsupported elements will be stripped out of the note's content before posting.
- Bold
<b>
- Italic
<i>
- Underline
<u>
- Links
<a>
- Bulleted Lists -
<ul>
,<li>
- Ordered Lists -
<ol>
,<li>
- Code -
<code>
- Code Block -
<pre>