SDK you're using (please complete the following information):
Is your feature request related to a problem? Please describe.
When I create invoices, I like to provide a link back to the URL the invoice was created from.
This is possible via the xero web interface (though not shown to the user). Using standard <a href=... links, a hyperlink can be inserted into the text.
Unfortunately, it doesn't appear this is possible via the xero-node package - I've tried with and without escaping characters.
Describe the solution you'd like
The ability to add HTML formatted hyperlinks into invoice notes
Describe alternatives you've considered
At present, I add the url without hyperlink. This allows users to copy/paste the text to follow the link, but that's not ideal!
Additional context
Add any other context or screenshots about the feature request here.
SDK you're using (please complete the following information):
Is your feature request related to a problem? Please describe.
When I create invoices, I like to provide a link back to the URL the invoice was created from.
This is possible via the xero web interface (though not shown to the user). Using standard <a href=... links, a hyperlink can be inserted into the text.
Unfortunately, it doesn't appear this is possible via the xero-node package - I've tried with and without escaping characters.
Describe the solution you'd like
The ability to add HTML formatted hyperlinks into invoice notes
Describe alternatives you've considered
At present, I add the url without hyperlink. This allows users to copy/paste the text to follow the link, but that's not ideal!
Additional context
Add any other context or screenshots about the feature request here.