Getprospect
getprospectFind anyone's business email address. GetProspect provides email discovery and verification from LinkedIn.
Acciones disponibles (24)
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.
Apply Coupon CodeGETPROSPECT_APPLY_COUPON_CODEAcciónTool to apply a coupon code to the user's account. Use after you need to activate a coupon before using it.
GETPROSPECT_APPLY_COUPON_CODEAcciónTool to apply a coupon code to the user's account. Use after you need to activate a coupon before using it.
Parámetros de entrada
coupon_codestringObligatorioThe coupon code to apply to the user's account
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
Create CompanyGETPROSPECT_CREATE_COMPANYAcciónTool to create a new company. Use when you need to add a company record via GetProspect API.
GETPROSPECT_CREATE_COMPANYAcciónTool to create a new company. Use when you need to add a company record via GetProspect API.
Parámetros de entrada
propertiesobject[]ObligatorioArray of property objects to assign to the company
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
Create ContactGETPROSPECT_CREATE_CONTACTAcciónTool to create a new contact. Use when you need a fresh contact record before associating it to lists.
GETPROSPECT_CREATE_CONTACTAcciónTool to create a new contact. Use when you need a fresh contact record before associating it to lists.
Parámetros de entrada
propertiesobject[]ObligatorioCollection of contact property assignments
listRelationsstring[]List of list IDs to associate the new contact with
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
Create ExportGETPROSPECT_CREATE_EXPORTAcciónTool to create a new export job. Use when you need to export contacts or companies based on filters or specific record IDs. Returns HTTP 201 on success.
GETPROSPECT_CREATE_EXPORTAcciónTool to create a new export job. Use when you need to export contacts or companies based on filters or specific record IDs. Returns HTTP 201 on success.
Parámetros de entrada
namestringObligatorioA human-readable name for this export job
sortobjectSorting instructions for exported records.
filtersobject[]Array of filter objects to narrow down the export set
itemIdsstring[]Explicit list of record IDs to export; mutually exclusive with filters
fileFormatstringenumDesired file format for the export
csvjsonxlsxsourceTypestringObligatorioenumType of records to export: 'company' or 'contact'
companycontactincludePropertiesstringWhich properties to include in the file (e.g., 'columns_only')
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
Create Contact ListGETPROSPECT_CREATE_LISTAcciónTool to create a new contact list. Use when you need to organize contacts into a named list.
GETPROSPECT_CREATE_LISTAcciónTool to create a new contact list. Use when you need to organize contacts into a named list.
Parámetros de entrada
namestringObligatorioName of the new contact list
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
Delete CompanyGETPROSPECT_DELETE_COMPANYAcciónTool to delete a company record by its ID. Use when you have confirmed this company should be permanently removed.
GETPROSPECT_DELETE_COMPANYAcciónTool to delete a company record by its ID. Use when you have confirmed this company should be permanently removed.
Parámetros de entrada
company_idstringObligatorioCompany ID 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
Delete ContactGETPROSPECT_DELETE_CONTACTAcciónTool to delete a contact record by its ID. Use when you need to remove a contact; ensure the contact ID exists before calling.
GETPROSPECT_DELETE_CONTACTAcciónTool to delete a contact record by its ID. Use when you need to remove a contact; ensure the contact ID exists before calling.
Parámetros de entrada
contact_idstringObligatorioUnique identifier of the contact 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
Delete Multiple Contact ListsGETPROSPECT_DELETE_DELETE_LISTSAcciónTool to delete multiple contact lists. Use when you have a set of list IDs and want to remove them in bulk. Use after confirming the lists to delete.
GETPROSPECT_DELETE_DELETE_LISTSAcciónTool to delete multiple contact lists. Use when you have a set of list IDs and want to remove them in bulk. Use after confirming the lists to delete.
Parámetros de entrada
listIdsstring[]ObligatorioArray of contact list IDs to delete.
deleteContactsbooleanOptional flag to also delete contacts within the specified lists.
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
Get account workspace limitsGETPROSPECT_GET_ACCOUNT_WORKSPACE_LIMITSAcciónTool to retrieve workspace limits for the user's account. Use when you need to check current quotas before bulk operations.
GETPROSPECT_GET_ACCOUNT_WORKSPACE_LIMITSAcciónTool to retrieve workspace limits for the user's account. Use when you need to check current quotas before bulk operations.
Parámetros de entrada
Sin parámetros.
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
Get All CompaniesGETPROSPECT_GET_ALL_COMPANIESAcciónTool to retrieve all companies. Use after obtaining a valid API key. Returns a paginated list of companies for the authenticated user.
GETPROSPECT_GET_ALL_COMPANIESAcciónTool to retrieve all companies. Use after obtaining a valid API key. Returns a paginated list of companies for the authenticated user.
Parámetros de entrada
sortstringField to sort by
orderstringenumSort order: ASC for ascending or DESC for descending
ASCDESCpageSizeintegerNumber of items per page, must be >= 1
pageNumberintegerPage number to retrieve, must be >= 1
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
Get all contactsGETPROSPECT_GET_ALL_CONTACTSAcciónTool to retrieve all contacts. Use when you need to list contacts without filters.
GETPROSPECT_GET_ALL_CONTACTSAcciónTool to retrieve all contacts. Use when you need to list contacts without filters.
Parámetros de entrada
sortstringSort field name
orderstringenumSort order, either ASC or DESC
ASCDESCpageSizeintegerNumber of contacts per page
pageNumberintegerPage number, starts from 1
includeRelationsbooleanWhether to include related entities
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
Get All Contact ListsGETPROSPECT_GET_ALL_LISTSAcciónTool to retrieve all prospect contact lists. Use when you need to list all existing contact lists for an account.
GETPROSPECT_GET_ALL_LISTSAcciónTool to retrieve all prospect contact lists. Use when you need to list all existing contact lists for an account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact Lists CountGETPROSPECT_GET_COUNT_OF_LISTSAcciónTool to retrieve the total count of contact lists. Use when you need to know how many contact lists exist.
GETPROSPECT_GET_COUNT_OF_LISTSAcciónTool to retrieve the total count of contact lists. Use when you need to know how many contact lists exist.
Parámetros de entrada
Sin parámetros.
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
Get Single CompanyGETPROSPECT_GET_SINGLE_COMPANYAcciónTool to retrieve details of a single company by its ID. Use when you have a valid company ID and need its full details.
GETPROSPECT_GET_SINGLE_COMPANYAcciónTool to retrieve details of a single company by its ID. Use when you have a valid company ID and need its full details.
Parámetros de entrada
companyIdstringObligatorioUnique identifier of the company to retrieve
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
Get Single ContactGETPROSPECT_GET_SINGLE_CONTACTAcciónTool to retrieve details of a single contact. Use when you have the contact ID and need its full record.
GETPROSPECT_GET_SINGLE_CONTACTAcciónTool to retrieve details of a single contact. Use when you have the contact ID and need its full record.
Parámetros de entrada
contact_idstringObligatorioUnique identifier of the contact to retrieve.
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
Add Contacts to ListGETPROSPECT_POST_ADD_CONTACTS_TO_LISTAcciónTool to add contacts to a specified list. Use when you need to group existing contacts into a list.
GETPROSPECT_POST_ADD_CONTACTS_TO_LISTAcciónTool to add contacts to a specified list. Use when you need to group existing contacts into a list.
Parámetros de entrada
list_idstringObligatorioList ID to add contacts to
contactsIdsstring[]ObligatorioIDs of contacts to add to the list
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
Search CompaniesGETPROSPECT_SEARCH_COMPANIESAcciónTool to search for companies by name. Use when you have a company name and need to find matching records.
GETPROSPECT_SEARCH_COMPANIESAcciónTool to search for companies by name. Use when you have a company name and need to find matching records.
Parámetros de entrada
namestringObligatorioCompany name to search for (full or partial)
limitintegerMaximum number of results to return
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search ContactsGETPROSPECT_SEARCH_CONTACTSAcciónTool to search for contacts by filters. Use when you need to find contacts matching specific criteria.
GETPROSPECT_SEARCH_CONTACTSAcciónTool to search for contacts by filters. Use when you need to find contacts matching specific criteria.
Parámetros de entrada
sortstringField to sort by (e.g., 'createdAt', 'email').
orderstringenumSort direction: ASC for ascending or DESC for descending.
ASCDESCsearchobjectFree-text search settings for contacts.
filtersobject[]List of filter conditions for contacts.
pageSizeintegerNumber of items per page, must be >= 1.
pageNumberintegerPage number to retrieve, must be >= 1.
includeRelationsbooleanWhether to include related entities in the response.
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
Search Contacts in ListGETPROSPECT_SEARCH_CONTACTS_RELATED_TO_LISTAcciónTool to search contacts in a specific list. Use when you need to filter contacts associated with a given list.
GETPROSPECT_SEARCH_CONTACTS_RELATED_TO_LISTAcciónTool to search contacts in a specific list. Use when you need to filter contacts associated with a given list.
Parámetros de entrada
sortstringField to sort by
orderstringenumSort order: ASC for ascending or DESC for descending
ASCDESClist_idstringObligatorioUnique identifier of the contact list to search within
pageSizeintegerNumber of items per page, must be >= 1
pageNumberintegerPage number to retrieve, must be >= 1
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
Search Lists by NameGETPROSPECT_SEARCH_THROUGH_LISTS_BY_NAMEAcciónTool to search contact lists by name. Use when you need to find lists that match a specific name.
GETPROSPECT_SEARCH_THROUGH_LISTS_BY_NAMEAcciónTool to search contact lists by name. Use when you need to find lists that match a specific name.
Parámetros de entrada
namestringObligatorioSubstring or full name to search for in contact lists
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update CompanyGETPROSPECT_UPDATE_COMPANYAcciónTool to update details of an existing company. Use when you need to modify company properties after confirming the company exists.
GETPROSPECT_UPDATE_COMPANYAcciónTool to update details of an existing company. Use when you need to modify company properties after confirming the company exists.
Parámetros de entrada
companyIdstringObligatorioUnique identifier of the company to update
propertiesobject[]ObligatorioArray of company property updates
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
Update ContactGETPROSPECT_UPDATE_CONTACTAcciónTool to update details of an existing contact. Use when you have the contact ID and need to modify its properties or list assignments.
GETPROSPECT_UPDATE_CONTACTAcciónTool to update details of an existing contact. Use when you have the contact ID and need to modify its properties or list assignments.
Parámetros de entrada
contact_idstringObligatorioUnique identifier of the contact to update.
propertiesobject[]List of contact properties to update; each with a property name and new value.
listRelationsstring[]List of list IDs to associate the contact with.
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
Update Contact ListGETPROSPECT_UPDATE_LISTAcciónTool to update a contact list's name. Use when you need to rename an existing list.
GETPROSPECT_UPDATE_LISTAcciónTool to update a contact list's name. Use when you need to rename an existing list.
Parámetros de entrada
namestringObligatorioNew name for the contact list
list_idstringObligatorioUnique identifier of the contact list to update
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
Verify Email AddressGETPROSPECT_VERIFY_EMAIL_ADDRESSAcciónTool to verify an email's deliverability. Use after capturing an email to ensure it's valid.
GETPROSPECT_VERIFY_EMAIL_ADDRESSAcciónTool to verify an email's deliverability. Use after capturing an email to ensure it's valid.
Parámetros de entrada
emailstringObligatorioEmail address to verify
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