Skip to content

Instantly share code, notes, and snippets.

@swooop
Created June 1, 2015 11:02
Show Gist options
  • Save swooop/b2f69c25defabadc32e4 to your computer and use it in GitHub Desktop.
Save swooop/b2f69c25defabadc32e4 to your computer and use it in GitHub Desktop.
Defining Contact Metadata
curl -X POST --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" https://api.mailjet.com/v3/REST/contactmetadata \
-H "Content-Type: application/json" \
-d '{"Name":"Age","DataType":"int","Namespace":"static"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment