vdavid / node-mautic

Node.js Mautic API with ES6+async/await
Apache License 2.0
47 stars 26 forks source link

add contact batch edit endpoint #28

Open vettloffah opened 2 years ago

vettloffah commented 2 years ago

Added batch contact endpoint. Allows updating many contacts at once. The default limit in Mautic is 200 records per request.

https://developer.mautic.org/#edit-batch-contact

davext commented 1 year ago

LGTM