NAiOS IconNAiOS Logo
Volver al catálogo

Tomba

tomba

Tomba is an Email Finder for B2B sales and email marketing.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (10)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

List lead attributesTOMBA_ATTRIBUTES_LISTAcción

Tool to list all lead attributes. use when you need to discover available attributes before enrichment.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of available lead attributes

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Message returned by the API

  • successbooleanObligatorio

    Indicates if the request was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Domain StatusTOMBA_DOMAIN_STATUSAcción

Tool to check if a domain is webmail or disposable. use when validating email deliverability constraints.

Parámetros de entrada

  • domainstringObligatorio

    The domain name to check the status for (e.g., 'gmail.com')

Parámetros de salida

  • dataobjectObligatorio

    Domain status details

  • errorstring

    Error if any occurred during the execution of the action

  • statusbooleanObligatorio

    Indicates if the request was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete API Key by IDTOMBA_KEYS_DELETEAcción

Tool to delete an api key by id. use when you need to permanently revoke an api key before its expiration.

Parámetros de entrada

  • keystringObligatorio

    The unique identifier of the API key to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List API KeysTOMBA_KEYS_LISTAcción

Tool to list all api keys. use when you want to retrieve information about your existing tomba api keys.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Object containing API keys list.

  • metaobjectObligatorio

    Metadata about the response.

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Informational message from the API.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create LeadTOMBA_LEADS_CREATEAcción

Tool to add a new lead. use when you have lead details and need to save them to tomba.

Parámetros de entrada

  • citystring

    City of the lead

  • tagsstring[]

    List of tags associated with the lead

  • emailstringObligatorio

    Lead's email address

  • phonestring

    Phone number

  • statestring

    State of the lead

  • companystring

    Company name

  • countrystring

    Country of the lead

  • twitterstring

    Twitter profile URL

  • websitestring

    Lead's website URL

  • linkedinstring

    LinkedIn profile URL

  • positionstring

    Job position

  • last_namestring

    Lead's last name

  • first_namestringObligatorio

    Lead's first name

Parámetros de salida

  • dataobjectObligatorio

    Details of the created lead

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Response message from Tomba

  • request_idstringObligatorio

    Unique request identifier

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List LeadsTOMBA_LEADS_LISTAcción

Tool to list all leads. use when you need to retrieve and paginate your leads list.

Parámetros de entrada

  • pageinteger

    Page number to retrieve, must be >= 1

  • limitinteger

    Number of leads per page, between 1 and 100

  • searchstring

    Search leads by name or email

  • statusstringenum

    Filter leads by status ('active', 'archived', 'starred')

    activearchivedstarred

Parámetros de salida

  • dataobject[]Obligatorio

    List of leads

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response message from the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Leads List by IDTOMBA_LISTS_DELETEAcción

Tool to delete a leads list by id. use when you need to permanently remove a list after confirming its id.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the leads list to delete

Parámetros de salida

  • codeintegerObligatorio

    HTTP status code returned by the API

  • dataobject

    Data model for additional information returned by the delete leads list endpoint. Accepts arbitrary fields from the API response.

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Operation status message

  • successbooleanObligatorio

    Indicates if the request was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Lead ListsTOMBA_LISTS_LISTAcción

Tool to list all lead lists. use when you need to retrieve and paginate your lead lists.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • limitinteger

    Number of items per page, between 1 and 100

Parámetros de salida

  • dataobject[]Obligatorio

    Array of lead list objects

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Leads ListTOMBA_LISTS_UPDATEAcción

Tool to update a leads list's name by id. use when renaming an existing list after obtaining its id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the list to update

  • namestring

    New name for the list

Parámetros de salida

  • dataobjectObligatorio

    Updated list object

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Additional information or error message

  • successbooleanObligatorio

    Indicates if update was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Usage StatisticsTOMBA_USAGE_STATSAcción

Tool to get api usage statistics. use when you need to monitor account usage and avoid hitting limits.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Usage details object

  • errorstring

    Error if any occurred during the execution of the action

  • statusintegerObligatorio

    HTTP status code of the response

  • messagestringObligatorio

    Informative message about usage retrieval

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not