My scenario - we receive notification emails where we don't control the format.
Therefore, I have to run some VBA from within Outlook to extract the title for my cards, and also extract a hyperlink to be set at the external link on the card.
The important part of my VBA looks like this:
Set xml = CreateObject("MSXML2.XMLHTTP")
xml.setRequestHeader "apikey", "{removed]" * Removed my real API key from here *
xml.Send
Unfortunately this returns an error from the API, even though I've URL encoded strLink - the error message is below.
Any ideas on how I can make this work?
Thanks!
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
Â
Request Name: xxx
Request Number: RITM00115026
Task Name: xxx
Task Number: TASK00118224
Requested By: xxx
Requested For: xxx
Â
Â
Note: This is an automatic task notification message.
Â
Thank you.
Â
Ref:MSG18968908 was not found on this server.</p>
<hr>
<address>Apache/2.4.6 (Ubuntu) Server at kanbanize.com Port 8080</address> </body></html>