Contacts
DestructiveWhat 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 onlytilopay_list_contacts
Lists the merchant's saved contacts; it can filter by name.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
search | string | — | Text to search in the name |
Returns
{ contacts }
List of the merchant's saved contacts.
Save contact
Writetilopay_save_contact
Saves or updates a merchant contact (name, WhatsApp phone and email) to reuse it when sending links.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | Contact name |
phone | string | — | WhatsApp phone, e.g. +50688887777 |
email | string | — | — |
note | string | — | — |
Returns
{ contact }
The saved or updated contact.
Delete contact
Sensitivetilopay_delete_contact
Deletes a saved merchant contact by its name.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | Contact 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