Skip to main content
Module

x/tombaio/mod.ts>LeadsAttributes

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

Methods

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

Create Lead Attribute

Create a new Attributes with the name and type request parameter.

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

Delete Lead Attribute

Delete a specific Attributes by passing id.

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

Get Lead Attributes

Returns a list of Lead Attributes.

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

Update Lead Attribute

Update the fields of a Attributes using id.