Add endpoints for contacts
Preferably split it up in one PR per entity. Have a look at the users endpoints and shared contexts for how to write an endpoint integration and responding tests.
- [x] Contacts
- [ ] Automations
- [x] Custom Fields
- [x] Custom Field Values
- [x] Tags
PR for Custom Fields here: https://github.com/mhenrixon/active_campaign/pull/60
I have another branch ready with Custom Field Values endpoints, but it builds off the work in the PR above so I'm waiting until that's accepted before I create a PR for that.
PR for Custom Field Values here: https://github.com/mhenrixon/active_campaign/pull/65
PR for Tags here: https://github.com/mhenrixon/active_campaign/pull/67
Another branch on the way for Contact Tags once Tags endpoints in general can be used for it.
PR for Contact Tags here: https://github.com/mhenrixon/active_campaign/pull/68
PR for 'show' methods on Contact Tags here: https://github.com/mhenrixon/active_campaign/pull/69