NAiOS IconNAiOS Logo
Volver al catálogo

LeadBoxer

leadboxer

Lead generation platform that gives you real-time info about companies and people that visit your website. Turning anonymous web traffic into actionable data.

Acciones
9
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 (9)

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.

Add or Update Lead TagsLEADBOXER_ADD_OR_UPDATE_LEAD_TAGSAcción

Tool to add or update lead tags in LeadBoxer. Use when you need to manage lead tags by adding new tags, removing specific tags, or overwriting all existing tags for a specified user.

Parámetros de entrada

  • actionstringenum

    Specifies the operation type. 'add' adds a tag without removing existing ones. 'remove' removes a specific tag. If omitted, overwrites all existing tags.

    addremove
  • userIdstringObligatorio

    The LeadBoxer user ID of the visitor/lead. Can be obtained from the LeadBoxer cookie via ot_uid() function.

  • leadTagsstringObligatorio

    The tag name/value to add, remove, or set for the lead.

  • datasetIdstring

    Optional dataset ID. If not provided, the site parameter from auth metadata will be used.

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 Custom Tracking DomainLEADBOXER_DELETE_CTDAcción

Tool to delete a custom tracking domain entry for a dataset. Use when you need to remove a specific custom tracking domain (CTD) associated with a dataset in LeadBoxer.

Parámetros de entrada

  • ctdstringObligatorio

    The custom tracking domain value to delete (e.g., 'track.example.com').

  • emailstringObligatorio

    User email address for authentication. Required to authorize the delete operation.

  • datasetIdstringObligatorio

    The unique identifier for the dataset whose custom tracking domain should be deleted.

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

Tool to fetch events for specified sessions from LeadBoxer. Use when you need to retrieve behavioral data including pageviews, clicks, form submissions, email interactions, and custom events. Events can be filtered by session ID, email, user ID, or segment/smartlist IDs.

Parámetros de entrada

  • emailstring

    Filter events by email address. Use this to retrieve events for a specific email.

  • limitinteger

    Maximum number of events to return. Use this to limit the result set size.

  • userIdstring

    Filter events by user ID. Use this to retrieve all events associated with a specific user.

  • segmentIdstring

    Filter events by segment ID. Use this to retrieve events for users in a specific segment.

  • sessionIdstring

    Filter events by specific session ID. Use this to retrieve events for a particular user session.

  • smartlistIdstring

    Filter events by smartlist ID. Use this to retrieve events for users in a specific smartlist.

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 Lead Score FormulaLEADBOXER_GET_LEAD_SCORE_FORMULAAcción

Tool to fetch the lead score formula for a specific dataset. Use when you need to understand how lead scores are calculated for records in a dataset. The formula defines scoring based on criteria types: Range (number ranges), Match (exact values), Exists (presence of values), and Boost (event-based scoring).

Parámetros de entrada

  • emailstring

    Optional email parameter for additional filtering or context.

  • datasetIdstringObligatorio

    The unique identifier for the dataset whose lead score formula you want 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

Get SessionsLEADBOXER_GET_SESSIONSAcción

Tool to fetch sessions for a specified lead ID from LeadBoxer. Use when you need to retrieve session data for a user, with optional filtering by email, user ID, Smartlist ID, or segment ID. A session represents a single visit to the site, and users can have multiple sessions over time.

Parámetros de entrada

  • emailstring

    Optional email address to filter sessions by email.

  • limitinteger

    Maximum number of sessions to return. Use this to limit the result set size.

  • leadIdstringObligatorio

    The LeadBoxer user ID for which to retrieve sessions. This is a required parameter.

  • userIdstring

    Optional user identifier to filter sessions by user ID.

  • segmentIdstring

    Optional segment ID to filter sessions by segment membership.

  • smartlistIdstring

    Optional Smartlist ID to filter sessions by Smartlist membership.

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

Log Server-Side EventLEADBOXER_LOG_EVENTAcción

Tool to track server-side events in LeadBoxer. Use when tracking backend events, page views, or custom activities from your server. This endpoint supports tracking user interactions, conversions, and other activities that occur on the server-side.

Parámetros de entrada

  • ipstring

    Override the request IP address. Use this to provide the actual user IP if tracking from a server.

  • lcstring

    Event location as a full URL. Represents the page or location where the event occurred.

  • tistring

    Event title or name that will appear in the clickstream. Describes the action being tracked (e.g., 'User Signup', 'Purchase Complete').

  • tzstring

    Timezone metadata (e.g., 'America/New_York', 'Europe/London').

  • eidstring

    Event ID. If not provided, it will be auto-generated by LeadBoxer.

  • refstring

    Current referrer URL. The page that referred the user to the current location.

  • sidstring

    Session ID. If not provided, a new session will be auto-created by LeadBoxer.

  • uidstring

    User ID to update existing user records. Use this to associate the event with a known user.

  • emailstring

    User email address for identification purposes.

  • proxyboolean

    When set to true, prevents automatic geo-location and user-agent enrichment. Use when tracking events from a proxy or when you want to avoid automatic enrichment.

  • localestring

    User locale metadata (e.g., 'en-US', 'fr-FR').

  • userIdstring

    Preferred user identifier. This is the recommended way to identify users.

  • browserstring

    Browser metadata (e.g., 'Chrome', 'Firefox', 'Safari').

  • platformstring

    Platform metadata (e.g., 'web', 'mobile', 'ios', 'android').

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 Custom Tracking DomainsLEADBOXER_MANAGEMENT_CTDAcción

Tool to fetch custom tracking domain entries for a dataset. Use when you need to retrieve all custom tracking domains that are created or in progress for a specific datasetId.

Parámetros de entrada

  • emailstringObligatorio

    Required email parameter for authentication.

  • datasetIdstringObligatorio

    The unique identifier for the dataset whose custom tracking domains should be retrieved.

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

Post Event DataLEADBOXER_POST_EVENTAcción

Tool to send event data for tracking user activities via POST request. Use when tracking events by sending data in the request body with application/x-www-form-urlencoded format.

Parámetros de entrada

  • sistringObligatorio

    Dataset ID - Mandatory property that tells the engine which site/account the data is being inserted for.

  • tistring

    Event title - Reserved property for displaying titles in LeadBoxer's UI. Describes the action being tracked.

  • sidstring

    Session ID - Identifies the user session. If not provided, a new session will be auto-created.

  • uidstring

    User ID - Unique identifier for the user to associate the event with a known user.

  • namestring

    User name for identification purposes.

  • pagestring

    Page URL being tracked - The location where the event occurred.

  • emailstring

    Email address - User's email for identification purposes.

  • proxyboolean

    Set to true to prevent automatic detection and overwriting of user values like computer/browser, country/region/city data.

  • companystring

    Company name associated with the user.

  • referrerstring

    Referrer URL - The page that referred the user to the current location.

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 Lead DetailLEADBOXER_VIEWS_LEAD_DETAILAcción

Tool to fetch detailed information about a lead based on filters. Use when you need comprehensive lead data for a specific lead ID. The default view type is B2B. Note: On initial pageview, there may be a few seconds overhead before data is populated; consider implementing a 3-second delay after lead creation.

Parámetros de entrada

  • emailstring

    Email address parameter. Can be empty or contain an email address. By default, email addresses are masked in results.

  • leadIdstringObligatorio

    The LeadBoxer user ID for the lead you want to retrieve details for. Can be obtained using the ot_uid() function.

  • noShortenEmailboolean

    Set to true to disable email masking in the 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