Lusha
lushaB2B contact enrichment and prospecting platform providing verified email addresses, phone numbers, and company information
Acciones disponibles (7)
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.
Create SubscriptionLUSHA_CREATE_SUBSCRIPTIONAcciónTool to create one or more webhook subscriptions for real-time signal notifications. Use when you want to subscribe to Lusha signals (job changes, company updates, etc.) and receive real-time webhook notifications. Maximum 25 subscriptions per request. Example use case: Set up a webhook to notify your system whenever a contact gets a job title promotion or a company has a funding event.
LUSHA_CREATE_SUBSCRIPTIONAcciónTool to create one or more webhook subscriptions for real-time signal notifications. Use when you want to subscribe to Lusha signals (job changes, company updates, etc.) and receive real-time webhook notifications. Maximum 25 subscriptions per request. Example use case: Set up a webhook to notify your system whenever a contact gets a job title promotion or a company has a funding event.
Parámetros de entrada
namestringDefault subscription name prefix.
defaultsobjectObligatorioDefault values applied to all subscriptions. Required fields: url. Optional fields: entityType, signalTypes.
subscriptionsobject[]ObligatorioArray of subscriptions to create (max 25 in production).
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 SubscriptionsLUSHA_DELETE_SUBSCRIPTIONSAcciónDelete one or more webhook subscriptions by their IDs. Use this action to remove webhook subscriptions from your Lusha account. The action supports batch deletion of up to 25 subscriptions per request. Returns a summary with success and failure counts for each subscription.
LUSHA_DELETE_SUBSCRIPTIONSAcciónDelete one or more webhook subscriptions by their IDs. Use this action to remove webhook subscriptions from your Lusha account. The action supports batch deletion of up to 25 subscriptions per request. Returns a summary with success and failure counts for each subscription.
Parámetros de entrada
idsstring[]ObligatorioArray of subscription IDs to delete. Maximum 25 IDs per request.
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 Audit LogsLUSHA_GET_AUDIT_LOGSAcciónRetrieve audit logs for your account including API calls and webhook deliveries. Use when you need to review delivery status, errors, and performance metrics for webhooks and API requests in your Lusha account.
LUSHA_GET_AUDIT_LOGSAcciónRetrieve audit logs for your account including API calls and webhook deliveries. Use when you need to review delivery status, errors, and performance metrics for webhooks and API requests in your Lusha account.
Parámetros de entrada
limitintegerMaximum number of results (1-100)
offsetintegerNumber of results to skip
statusstringenumStatus of audit log delivery.
successfailedpermanent_failuresubscriptionIdstringFilter by subscription ID
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 Audit Log StatsLUSHA_GET_AUDIT_LOG_STATSAcciónRetrieve aggregated statistics for audit logs. Returns total count, successful count, failed count, and success rate percentage. Use this to monitor audit log activity and delivery success rates.
LUSHA_GET_AUDIT_LOG_STATSAcciónRetrieve aggregated statistics for audit logs. Returns total count, successful count, failed count, and success rate percentage. Use this to monitor audit log activity and delivery success rates.
Parámetros de entrada
subscription_idstringFilter statistics by subscription ID
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 SubscriptionLUSHA_GET_SUBSCRIPTIONAcciónTool to get details of a specific webhook subscription by ID. Use when you need to retrieve information about an existing webhook subscription including its status, configuration, and entity details.
LUSHA_GET_SUBSCRIPTIONAcciónTool to get details of a specific webhook subscription by ID. Use when you need to retrieve information about an existing webhook subscription including its status, configuration, and entity details.
Parámetros de entrada
idstringObligatorioThe unique identifier of the subscription 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
List SubscriptionsLUSHA_LIST_SUBSCRIPTIONSAcciónList all webhook subscriptions for your account with pagination support. Use when you want to retrieve all configured webhook subscriptions to review their settings, check active status, or manage your webhook integrations. Example use case: Get a paginated list of all your webhook subscriptions to review which contacts or companies you're tracking.
LUSHA_LIST_SUBSCRIPTIONSAcciónList all webhook subscriptions for your account with pagination support. Use when you want to retrieve all configured webhook subscriptions to review their settings, check active status, or manage your webhook integrations. Example use case: Get a paginated list of all your webhook subscriptions to review which contacts or companies you're tracking.
Parámetros de entrada
limitintegerMaximum number of results (1-100)
offsetintegerNumber of results to skip
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 SubscriptionLUSHA_UPDATE_SUBSCRIPTIONAcciónUpdate an existing webhook subscription configuration. Use this action to modify an existing webhook subscription's settings such as name, webhook URL, active status, and signal types. Optionally, you can regenerate the webhook secret for enhanced security.
LUSHA_UPDATE_SUBSCRIPTIONAcciónUpdate an existing webhook subscription configuration. Use this action to modify an existing webhook subscription's settings such as name, webhook URL, active status, and signal types. Optionally, you can regenerate the webhook secret for enhanced security.
Parámetros de entrada
idstringObligatorioThe unique identifier of the subscription to update.
urlstringNew webhook URL.
namestringNew subscription name.
is_activebooleanEnable or disable subscription.
signal_typesstring[]New signal types to subscribe to.
regenerate_secretbooleanGenerate new webhook secret (secret will be returned in 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