NAiOS IconNAiOS Logo
Volver al catálogo

Wisepops

wisepops

WisePops helps you design smart pop-ups for your website to increase sign-ups and conversions

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

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

Tool to create a webhook to receive real-time data updates when forms are collected in Wisepops. Use when you need to set up automated data synchronization for sign-up, phone, or survey form submissions. Note: Wisepops includes an X-Wisepops-Signature header for verification.

Parámetros de entrada

  • eventstringObligatorioenum

    The event that triggers the webhook. 'email' for sign-up blocks, 'phone' for phone blocks, 'survey' for survey blocks.

    emailphonesurvey
  • target_urlstringObligatorio

    The URL that will receive the collected forms via HTTP POST. Wisepops will send data to this endpoint when the event occurs.

  • wisepop_idstring

    Optional. The ID of a specific popup campaign to transmit forms from. Leave empty to sync leads from all campaigns. ID is visible in /api2/wisepops endpoint or in the Popups builder URL.

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 User Data for Privacy ComplianceWISEPOPS_DATA_PRIVACY_DELETE_USER_DATAAcción

Tool to automatically delete and suppress data about end-users for GDPR and CCPA compliance. Use when you need to remove user data from the system. Requires at least one identifier (email or phone). When both are supplied, records matching either field are deleted.

Parámetros de entrada

  • emailstring

    Email address of the end-user whose data should be deleted.

  • phonestring

    Phone number of the end-user in international format with leading + and no spaces (e.g., +33612345678).

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

Tool to delete an existing webhook by its hook_id. Use when you need to remove a webhook that is no longer needed or should be deactivated.

Parámetros de entrada

  • hook_idstringObligatorio

    The unique identifier of the webhook to delete. This is the ID returned when the webhook was created.

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 Wisepops Performance DataWISEPOPS_GET_WISEPOPS_PERFORMANCE_DATAAcción

Tool to retrieve a list of your Wisepops with display and conversion metrics. Use when you need to analyze pop-up performance data including display counts, clicks, and email collections.

Parámetros de entrada

Sin parámetros.

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

Retrieve Collected ContactsWISEPOPS_RETRIEVE_COLLECTED_CONTACTSAcción

Tool to retrieve contacts collected through Wisepops opt-in forms. Use when you need to fetch contact information with their custom fields and metadata.

Parámetros de entrada

  • page_sizeinteger

    Number of contacts per query. Range: 1-1000. Default: 100.

  • wisepop_idinteger

    Retrieve emails from a specific pop-up by its ID.

  • collected_afterstring

    Retrieve emails collected after the specified date (UTC). Must be in ISO 8601 format (e.g., 2017-03-01T01:00:00Z).

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