You are viewing a section of Superface that will be deprecated in Q4 2023. Until then, you can continue to use it as you have before but we recommend that you migrate to our latest version soon. For more details visit superface.ai/docs/migrate.

Lists

crm/lists@1.0.1
2 providers

Get All Lists

Get all available contact lists

Input
Page
Result
lists
Next page

1.Choose a provider

2.Use GetLists with mock in your code

Below instructions are for our Node.js SDK. Use OneService for other languages.
npm i @superfaceai/one-sdk

Structure details

Input (object)

page
Pagination cursor (obtained from `nextPage`).

Example

Result (object)

lists
listId
Unique ID of the contact list.
name
Name or description of the contact list.
length
Amount of contacts in the contact list.
nextPage
Next page cursor.

Example

Implementation details

Provider
mock
Use case
GetLists
Author
@superface
Source
Verified