We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
The docs say:
batch endpoints will now only need you to pass an array of objects as:
payload = [ { email: 'user@example.com', action: 'Purchased' }, { email: 'user@example.com', action: 'Purchased' } ] // client.recordBatchEvents(payload, ...)
But looking at the source code, it seems that the program searches for a payload.batches property:
payload.batches
https://github.com/DripEmail/drip-nodejs/blob/master/lib/subscribers.js#L89
Can you please clarify?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The docs say:
But looking at the source code, it seems that the program searches for a
payload.batches
property:https://github.com/DripEmail/drip-nodejs/blob/master/lib/subscribers.js#L89
Can you please clarify?
Thanks!
The text was updated successfully, but these errors were encountered: