← Tools Reference

Táve

Táve integration (Productivity, Communication). Imported from open-connector.

API key3 toolshttps://workspace.vsco.co/api/v2
GET
tave_list_contacts
List contacts in the current Táve studio with official pagination, hidden, email, and sort filters.

/address-book

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of contact results to return.
pageSizeintegeroptionalThe number of contacts to return per page. VSCO Workspace accepts 10 through 10…
includeHiddenbooleanoptionalWhether hidden contacts should be included in the returned list.
emailstringoptionalOnly return contacts matching this email address.
sortBystringoptionalThe official VSCO Workspace sort expression, such as id, modified desc, or name…
GET
tave_get_contact
Fetch one Táve contact by its official ULID identifier.

/address-book/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe VSCO Workspace contact ULID returned by list_contacts or another upstream w…
GET
tave_get_my_studio
Fetch the current Táve studio profile for the connected API key.

/studio/me