Skip to content

Instantly share code, notes, and snippets.

@alexandremaeda
Created July 27, 2016 19:47
Show Gist options
  • Save alexandremaeda/f84459df9ef72ea1bdd4792bf819a51d to your computer and use it in GitHub Desktop.
Save alexandremaeda/f84459df9ef72ea1bdd4792bf819a51d to your computer and use it in GitHub Desktop.
function (formID, email, origin, callback) {
request.post({ url:'https://api.convertkit.com/v3/forms/'+formID+'/subscribe', form: {api_key: this.API_KEY, email: email, fields: {origem: origin}, tags: 74911}}, callback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment