Skip to main content
Module

x/tombaio/mod.ts>LeadsLists

Official Deno library for Tomba Email Finder
Go to Latest
class LeadsLists
extends Service
Re-export
import { LeadsLists } from "https://deno.land/x/tombaio@1.0.0/mod.ts";

Methods

createList<T extends unknown>(): Promise<T>

Create new List

Create a new leads list with the name request parameter

deleteListId<T extends unknown>(id: string): Promise<T>

Delete List ID

Delete a specific list by passing id.

getLists<T extends unknown>(): Promise<T>

Get Leads Lists

Returns a list of leads lists..

updateListId<T extends unknown>(id: string): Promise<T>

Update List ID

Update the fields of a list using id.