-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I try adding a subscriber to a list:
const api = new createsend(auth)
const details = {
EmailAddress: 'joris@test.com',
Name: 'Joris Joris'
}
api.subscribers.addSubscriber('some-list-id', details, (err) => {
if (err) {
Result:
[Error: Unable to parse JSON. Error: Error: Can't render headers after they are sent to the client.
Body:
"joris@test.com"]
Any idea what's going on?
Metadata
Metadata
Assignees
Labels
No labels