Cardly API: Contact List Management

Cardly API: Contact List Management

We've extended the Cardly API to provide access to contact lists and their related contacts. This will allow programmatic management of lists and contacts for custom integrations with external systems.

Update Details

We've added the following new endpoints to the v2 API:

  • GET /contact-lists: Get the current set of contact lists on your account.
  • POST /contact-lists: Add a new contact list.
  • GET /contact-lists/{id}: Retrieve a specific contact list's details.
  • DELETE /contact-lists/{id}: Delete a specific contact list.
  • GET /contact-lists/{listId}/contacts: Retrieve a list of contact records from a given list.
  • POST /contact-lists/{listId}/contacts: Add a new contact to a given list.
  • DELETE /contact-lists/{listId}/contacts: Delete a contact from a given list.
  • GET /contact-lists/{listId}/contacts/{id}: Retrieve a specific contact's details.
  • POST /contact-lists/{listId}/contacts/{id}: Edit a specific contact's details.
  • DELETE /contact-lists/{listId}/contacts/{id}: Delete a specific contact.
  • GET /contact-lists/{listId}/contacts/find: Search a contact list for a given contact by email or external ID.
  • POST /contact-lists/{listId}/contacts/sync: Intelligently create or update a contact on a specific list.

If you have any queries or issues with these new endpoints, please don't hesitate to get in touch with our support team for assistance.