Cardly
Cardly

Cardly helps businesses create great engagement with customers by getting out of inboxes and into mailboxes.

Completely Secure
169780VIEWS
2852USERS

Tools

1 of 5

Create Contact List

Tool to add a new contact list. Use after defining name and optional custom fields, before populating the list with contacts.

Create Invitation

Tool to send an invitation to use your organisation portal. Use when you need to grant access to a new user by their email address. If the email already has access, the API will return an appropriate error.

Create Webhook

Tool to create a new webhook subscription. Use when you need Cardly to notify your application via HTTP POST for specific events.

Delete Invitation

Tool to delete an invitation by unique ID, immediately invalidating it for acceptance. Use when you need to revoke a pending invitation using its ID.

Delete Invitation By Email

Deletes a pending invitation by email address, immediately invalidating it and preventing acceptance. This action is idempotent - deleting a non-existent invitation returns success. Use when you need to revoke access before an invitation is accepted, such as when correcting mistakes or revoking access for security reasons. Note: In test mode, the API returns an empty data object instead of the deleted invitation details.

Delete User

Tool to delete a user by unique ID, immediately revoking their access to your organisation portal. Use when removing user access is required. Cannot remove users with administrator privileges - attempting to delete an admin will fail.