Wisepops
wisepopsWisePops helps you design smart pop-ups for your website to increase sign-ups and conversions
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ónTool 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.
WISEPOPS_CREATE_WEBHOOKAcciónTool 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
eventstringObligatorioenumThe event that triggers the webhook. 'email' for sign-up blocks, 'phone' for phone blocks, 'survey' for survey blocks.
emailphonesurveytarget_urlstringObligatorioThe URL that will receive the collected forms via HTTP POST. Wisepops will send data to this endpoint when the event occurs.
wisepop_idstringOptional. 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
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 User Data for Privacy ComplianceWISEPOPS_DATA_PRIVACY_DELETE_USER_DATAAcciónTool 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.
WISEPOPS_DATA_PRIVACY_DELETE_USER_DATAAcciónTool 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
emailstringEmail address of the end-user whose data should be deleted.
phonestringPhone number of the end-user in international format with leading + and no spaces (e.g., +33612345678).
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 WebhookWISEPOPS_DELETE_WEBHOOKAcciónTool 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.
WISEPOPS_DELETE_WEBHOOKAcciónTool 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_idstringObligatorioThe unique identifier of the webhook to delete. This is the ID returned when the webhook was created.
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 Wisepops Performance DataWISEPOPS_GET_WISEPOPS_PERFORMANCE_DATAAcciónTool 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.
WISEPOPS_GET_WISEPOPS_PERFORMANCE_DATAAcciónTool 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
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
Retrieve Collected ContactsWISEPOPS_RETRIEVE_COLLECTED_CONTACTSAcciónTool to retrieve contacts collected through Wisepops opt-in forms. Use when you need to fetch contact information with their custom fields and metadata.
WISEPOPS_RETRIEVE_COLLECTED_CONTACTSAcciónTool 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_sizeintegerNumber of contacts per query. Range: 1-1000. Default: 100.
wisepop_idintegerRetrieve emails from a specific pop-up by its ID.
collected_afterstringRetrieve emails collected after the specified date (UTC). Must be in ISO 8601 format (e.g., 2017-03-01T01:00:00Z).
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