Contacts

Destructive

What it covers#

The address book lets the agent reuse phone and email when sending a payment link, without asking again. Deleting a contact is irreversible.

Tools#

View contacts

Read only

tilopay_list_contacts

Lists the merchant's saved contacts; it can filter by name.

Parameters

ParameterTypeRequiredDescription
searchstringText to search in the name

Returns

{ contacts }

List of the merchant's saved contacts.

Save contact

Write

tilopay_save_contact

Saves or updates a merchant contact (name, WhatsApp phone and email) to reuse it when sending links.

Parameters

ParameterTypeRequiredDescription
namestringyesContact name
phonestringWhatsApp phone, e.g. +50688887777
emailstring
notestring

Returns

{ contact }

The saved or updated contact.

Delete contact

Sensitive

tilopay_delete_contact

Deletes a saved merchant contact by its name.

Parameters

ParameterTypeRequiredDescription
namestringyesContact name

Returns

{ removed }

removed is true. When no contact exists with that name, it returns an error.

Last verified: 2026-08-29 · Owner: equipo-integraciones

View as raw Markdown