Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add new subscriber #6

Closed
lee-40square opened this issue Dec 17, 2017 · 3 comments
Closed

Ability to add new subscriber #6

lee-40square opened this issue Dec 17, 2017 · 3 comments

Comments

@lee-40square
Copy link

lee-40square commented Dec 17, 2017

I don't see a method for adding a new subscriber.

@lee-40square
Copy link
Author

Disregard. I just learnt that the Update a subscriber method is also used to add new subscribers.

@glenndevenish
Copy link

glenndevenish commented Nov 20, 2018

I'm stuck on this - getting a 500 error from drip.

I'm sending:

drip.createUpdateSubscriber({
  email: <subscriber email>,
  custom_fields: {
    first_name: <subscriber first name>,
    last_name: <subscriber last name>,
   },
  status: 'active',
  tags: ['<some tags>', '<i need>', '<to apply>']
})
.then(...

@Lucas-Geitner
Copy link

Me too. @glenndevenish Did you get some news ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants