NAiOS IconNAiOS Logo
Volver al catálogo

Lusha

lusha

B2B contact enrichment and prospecting platform providing verified email addresses, phone numbers, and company information

Acciones
7
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 (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ón

Tool 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

  • namestring

    Default subscription name prefix.

  • defaultsobjectObligatorio

    Default values applied to all subscriptions. Required fields: url. Optional fields: entityType, signalTypes.

  • subscriptionsobject[]Obligatorio

    Array of subscriptions to create (max 25 in production).

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

Delete SubscriptionsLUSHA_DELETE_SUBSCRIPTIONSAcción

Delete 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[]Obligatorio

    Array of subscription IDs to delete. Maximum 25 IDs per request.

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

Get Audit LogsLUSHA_GET_AUDIT_LOGSAcción

Retrieve 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

  • limitinteger

    Maximum number of results (1-100)

  • offsetinteger

    Number of results to skip

  • statusstringenum

    Status of audit log delivery.

    successfailedpermanent_failure
  • subscriptionIdstring

    Filter by subscription ID

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

Get Audit Log StatsLUSHA_GET_AUDIT_LOG_STATSAcción

Retrieve 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_idstring

    Filter statistics by subscription ID

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

Get SubscriptionLUSHA_GET_SUBSCRIPTIONAcción

Tool 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

  • idstringObligatorio

    The unique identifier of the subscription to retrieve.

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 SubscriptionsLUSHA_LIST_SUBSCRIPTIONSAcción

List 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

  • limitinteger

    Maximum number of results (1-100)

  • offsetinteger

    Number of results to skip

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

Update SubscriptionLUSHA_UPDATE_SUBSCRIPTIONAcción

Update 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

  • idstringObligatorio

    The unique identifier of the subscription to update.

  • urlstring

    New webhook URL.

  • namestring

    New subscription name.

  • is_activeboolean

    Enable or disable subscription.

  • signal_typesstring[]

    New signal types to subscribe to.

  • regenerate_secretboolean

    Generate new webhook secret (secret will be returned in response).

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