Tomba
tombaTomba is an Email Finder for B2B sales and email marketing.
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ónTool to list all lead attributes. use when you need to discover available attributes before enrichment.
TOMBA_ATTRIBUTES_LISTAcciónTool 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[]ObligatorioList of available lead attributes
errorstringError if any occurred during the execution of the action
messagestringObligatorioMessage returned by the API
successbooleanObligatorioIndicates if the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Domain StatusTOMBA_DOMAIN_STATUSAcciónTool to check if a domain is webmail or disposable. use when validating email deliverability constraints.
TOMBA_DOMAIN_STATUSAcciónTool to check if a domain is webmail or disposable. use when validating email deliverability constraints.
Parámetros de entrada
domainstringObligatorioThe domain name to check the status for (e.g., 'gmail.com')
Parámetros de salida
dataobjectObligatorioDomain status details
errorstringError if any occurred during the execution of the action
statusbooleanObligatorioIndicates if the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete API Key by IDTOMBA_KEYS_DELETEAcciónTool to delete an api key by id. use when you need to permanently revoke an api key before its expiration.
TOMBA_KEYS_DELETEAcciónTool to delete an api key by id. use when you need to permanently revoke an api key before its expiration.
Parámetros de entrada
keystringObligatorioThe unique identifier of the API key to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List API KeysTOMBA_KEYS_LISTAcciónTool to list all api keys. use when you want to retrieve information about your existing tomba api keys.
TOMBA_KEYS_LISTAcciónTool 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
dataobjectObligatorioObject containing API keys list.
metaobjectObligatorioMetadata about the response.
errorstringError if any occurred during the execution of the action
messagestringInformational message from the API.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create LeadTOMBA_LEADS_CREATEAcciónTool to add a new lead. use when you have lead details and need to save them to tomba.
TOMBA_LEADS_CREATEAcciónTool to add a new lead. use when you have lead details and need to save them to tomba.
Parámetros de entrada
citystringCity of the lead
tagsstring[]List of tags associated with the lead
emailstringObligatorioLead's email address
phonestringPhone number
statestringState of the lead
companystringCompany name
countrystringCountry of the lead
twitterstringTwitter profile URL
websitestringLead's website URL
linkedinstringLinkedIn profile URL
positionstringJob position
last_namestringLead's last name
first_namestringObligatorioLead's first name
Parámetros de salida
dataobjectObligatorioDetails of the created lead
errorstringError if any occurred during the execution of the action
messagestringObligatorioResponse message from Tomba
request_idstringObligatorioUnique request identifier
successfulbooleanObligatorioWhether or not the action execution was successful or not
List LeadsTOMBA_LEADS_LISTAcciónTool to list all leads. use when you need to retrieve and paginate your leads list.
TOMBA_LEADS_LISTAcciónTool to list all leads. use when you need to retrieve and paginate your leads list.
Parámetros de entrada
pageintegerPage number to retrieve, must be >= 1
limitintegerNumber of leads per page, between 1 and 100
searchstringSearch leads by name or email
statusstringenumFilter leads by status ('active', 'archived', 'starred')
activearchivedstarred
Parámetros de salida
dataobject[]ObligatorioList of leads
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
messagestringResponse message from the API
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Leads List by IDTOMBA_LISTS_DELETEAcciónTool to delete a leads list by id. use when you need to permanently remove a list after confirming its id.
TOMBA_LISTS_DELETEAcciónTool to delete a leads list by id. use when you need to permanently remove a list after confirming its id.
Parámetros de entrada
idstringObligatorioThe unique identifier of the leads list to delete
Parámetros de salida
codeintegerObligatorioHTTP status code returned by the API
dataobjectData model for additional information returned by the delete leads list endpoint. Accepts arbitrary fields from the API response.
errorstringError if any occurred during the execution of the action
messagestringObligatorioOperation status message
successbooleanObligatorioIndicates if the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Lead ListsTOMBA_LISTS_LISTAcciónTool to list all lead lists. use when you need to retrieve and paginate your lead lists.
TOMBA_LISTS_LISTAcciónTool to list all lead lists. use when you need to retrieve and paginate your lead lists.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1
limitintegerNumber of items per page, between 1 and 100
Parámetros de salida
dataobject[]ObligatorioArray of lead list objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Leads ListTOMBA_LISTS_UPDATEAcciónTool to update a leads list's name by id. use when renaming an existing list after obtaining its id.
TOMBA_LISTS_UPDATEAcciónTool to update a leads list's name by id. use when renaming an existing list after obtaining its id.
Parámetros de entrada
idstringObligatorioUnique identifier of the list to update
namestringNew name for the list
Parámetros de salida
dataobjectObligatorioUpdated list object
errorstringError if any occurred during the execution of the action
messagestringAdditional information or error message
successbooleanObligatorioIndicates if update was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Usage StatisticsTOMBA_USAGE_STATSAcciónTool to get api usage statistics. use when you need to monitor account usage and avoid hitting limits.
TOMBA_USAGE_STATSAcciónTool 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
dataobjectObligatorioUsage details object
errorstringError if any occurred during the execution of the action
statusintegerObligatorioHTTP status code of the response
messagestringObligatorioInformative message about usage retrieval
successfulbooleanObligatorioWhether or not the action execution was successful or not