2 results found
-
Stay on top of CVE's with the Node JS version of the API
The API seems relatively unmaintained. Since March this year there have been issues with the axios dependency. The solution is really simple the file that defines the dependencies just needs to be updated so that the dependency can always be updated for example "^1.7.4".
Updating the dependency will not break anything.
1 vote -
Add several reply-to on Send API v3.1 calls
On Send API v3 is possible to add different reply-to addresses on an API call, meanwhile on Send API v3.1 is it not.
2 votesIt is now possible to work around the limitation of the ReplyTo field being an object by using the Headers field instead:
“Headers”: {
“Reply-To”:
"addressone@domain.com,
“addresstwo@domain.com”
}
- Don't see your idea?