Skip to content

contacts

konigle.cli.comm.contacts

CLI commands for contact management operations.

contacts()

Contact management commands.

create_contact(ctx, email, first_name, last_name, phone, whatsapp, country, source, tags, email_consent, sms_consent, whatsapp_consent)

Create a new contact.

delete_contact(ctx, contact_id, yes)

Delete a contact.

get_contact(ctx, contact_id)

Get a contact by ID.

list_contacts(ctx, page, page_size, search, source, tags)

List contacts.

update_contact(ctx, contact_id, email, first_name, last_name, phone, whatsapp, country, source, tags, email_consent, sms_consent, whatsapp_consent)

Update a contact.

update_contact_ltv(ctx, email, value, currency)

Update contact LTV (Lifetime Value) from a purchase.