Skip to content

Instantly share code, notes, and snippets.

View stephenboyd's full-sized avatar

Stephen Boyd stephenboyd

View GitHub Profile
HTTP.post('https://api.sendgrid.com/v3/contactdb/recipients', {
headers: {
Authorization: "Bearer API",
'Content-Type': 'application/json'
},
content: "[{'email': '${email}'}]"
});