Skip to content

Instantly share code, notes, and snippets.

@swooop
Created February 10, 2015 14:33
Show Gist options
  • Select an option

  • Save swooop/c89053f317fc93e52751 to your computer and use it in GitHub Desktop.

Select an option

Save swooop/c89053f317fc93e52751 to your computer and use it in GitHub Desktop.
curl -X POST \
--user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" https://api.mailjet.com/v3/REST/contact \
-H "Content-Type: application/json" \
-d '{"Email":"johnsmith@example.com"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment