Heyzine
heyzineHeyzine is a flipbook maker that converts PDFs into interactive, customizable digital publications with various page flip effects.
Acciones disponibles (17)
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 Flipbook LinkHEYZINE_CREATE_FLIPBOOK_LINKAcciónTool to create a direct flipbook link. Use when you have a document URL and want to convert it to a flipbook.
HEYZINE_CREATE_FLIPBOOK_LINKAcciónTool to create a direct flipbook link. Use when you have a document URL and want to convert it to a flipbook.
Parámetros de entrada
dstringenumAllow downloading original PDF (1 to allow, 0 to disallow)
10kstringObligatorioClient ID or API key for authentication
sstringFlipbook subtitle
tstringFlipbook title
bgstringHex background color (e.g., ffffff)
dsstringFlipbook description
fsstringenumShow fullscreen button (1 to show, 0 to hide)
10lgstringuriLogo URL (Standard plan+)
pnstringenumShow previous/next buttons (1 to show, 0 to hide)
10shstringenumShow share button (1 to show, 0 to hide)
10ststringenumShow title/subtitle/description on background (1 to show, 0 to hide)
10pdfstringObligatoriouriDirect URL to PDF/DOCX/PPTX; must be URL-encoded
tplstringFlipbook ID to copy design from (styles only)
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
Create Flipbook AsynchronouslyHEYZINE_CREATE_FLIPBOOK_REST_ASYNCAcciónTool to create a flipbook asynchronously. Use when converting large documents off-thread; poll for updates on conversion state.
HEYZINE_CREATE_FLIPBOOK_REST_ASYNCAcciónTool to create a flipbook asynchronously. Use when converting large documents off-thread; poll for updates on conversion state.
Parámetros de entrada
pdfstringObligatorioDirect URL to PDF/DOCX/PPTX; no redirects; URL-encoded
logostringURL of logo to place in the flipbook (Standard plan or higher)
tagsstringComma-separated tags for organizing in the admin panel
sharebooleanShow share button (true to show)
titlestringTitle for the flipbook and social sharing
downloadbooleanAllow downloading the original PDF (true to allow)
subtitlestringSubtitle for the flipbook and social sharing
templatestringFlipbook ID to copy design (logo, effect, background, controls, styles); does not copy access list or interactivity settings
client_idstringObligatorioClient ID for your Heyzine account
prev_nextbooleanShow previous/next buttons (true to show)
show_infobooleanShow title/subtitle/description overlay (true to show)
descriptionstringDescription for the flipbook and social sharing
full_screenbooleanShow fullscreen button (true to show)
private_notestringInternal note never shown to visitors; maps to 'private' in flipbook details
background_colorstringHex color for solid background (6-digit, e.g. "000000" for black, "ffffff" for white)
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
Create Flipbook SyncHEYZINE_CREATE_FLIPBOOK_REST_SYNCAcciónTool to convert a PDF, DOCX, or PPTX into a flipbook synchronously via REST API. Use when you need immediate flipbook URLs from a direct file link.
HEYZINE_CREATE_FLIPBOOK_REST_SYNCAcciónTool to convert a PDF, DOCX, or PPTX into a flipbook synchronously via REST API. Use when you need immediate flipbook URLs from a direct file link.
Parámetros de entrada
pdfstringObligatorioURL to the PDF/DOCX/PPTX to convert; must be a direct link with no redirects and URL-encoded.
logostringURL of the company logo (available on Standard plan and above).
tagsstringComma-separated tags for organizing/filtering (e.g., "catalog,summer").
sharebooleanIf true, shows a share button.
titlestringTitle displayed on the flipbook and on social shares.
downloadbooleanIf true, enables a download button for the original PDF.
subtitlestringSubtitle displayed on the flipbook and on social shares.
templatestringFlipbook ID to copy design (logo, effect, background, controls, styles). Access list and interactions are not copied.
client_idstringObligatorioYour Heyzine client identifier as provided in your Heyzine dashboard.
prev_nextbooleanIf true, shows previous/next page buttons.
show_infobooleanIf true, overlays title/subtitle/description on the flipbook background.
descriptionstringDescription displayed on the flipbook and on social shares.
full_screenbooleanIf true, shows a fullscreen button.
private_notestringInternal note not shown to visitors; corresponds to the flipbook’s ‘private’ field.
background_colorstringSolid hex color without "#" (e.g., "000000" or "ffffff").
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 FlipbookHEYZINE_DELETE_FLIPBOOKAcciónTool to delete a flipbook. Use when you need to permanently remove an unwanted flipbook.
HEYZINE_DELETE_FLIPBOOKAcciónTool to delete a flipbook. Use when you need to permanently remove an unwanted flipbook.
Parámetros de entrada
idstringObligatorioUnique identifier of the flipbook to delete
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 API LimitsHEYZINE_GET_API_LIMITSAcciónTool to retrieve API rate limits. Use when you need to check your current API usage and limits.
HEYZINE_GET_API_LIMITSAcciónTool to retrieve API rate limits. Use when you need to check your current API usage and limits.
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
Get Flipbook Embed CodeHEYZINE_GET_FLIPBOOK_EMBED_CODEAcciónTool to retrieve HTML embed code for a flipbook. Use when you have a flipbook ID and need the <iframe> snippet to embed in a website.
HEYZINE_GET_FLIPBOOK_EMBED_CODEAcciónTool to retrieve HTML embed code for a flipbook. Use when you have a flipbook ID and need the <iframe> snippet to embed in a website.
Parámetros de entrada
formatstringenumResponse format (json or xml)
jsonxmlmaxwidthintegerMaximum width of returned embed, in pixels
maxheightintegerMaximum height of returned embed, in pixels
flipbook_idstringObligatorioIdentifier of the flipbook to retrieve embed code for
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 Flipbook ID ToolHEYZINE_GET_FLIPBOOK_ID_TOOLAcciónTool to retrieve HTML for Flipbook ID tool. Use when you need to fetch the ID input tool page HTML for a specific flipbook.
HEYZINE_GET_FLIPBOOK_ID_TOOLAcciónTool to retrieve HTML for Flipbook ID tool. Use when you need to fetch the ID input tool page HTML for a specific flipbook.
Parámetros de entrada
flipbook_idstringObligatorioIdentifier of the flipbook to retrieve ID tool HTML for
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 Flipbook ListHEYZINE_GET_FLIPBOOK_LISTAcciónTool to retrieve all flipbooks. Use when you need to list every flipbook for the authenticated account.
HEYZINE_GET_FLIPBOOK_LISTAcciónTool to retrieve all flipbooks. Use when you need to list every flipbook for the authenticated account.
Parámetros de entrada
tagstringOptional tag filter (if supported by API)
pageintegerOptional page number for pagination (if supported by API)
limitintegerOptional page size limit (if supported by API)
searchstringOptional free-text search filter (if supported by API)
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 Flipbook Social MetadataHEYZINE_GET_FLIPBOOK_SOCIAL_METADATAAcciónTool to retrieve social metadata for a specific flipbook. Use after configuring social sharing to fetch title, description, and thumbnail.
HEYZINE_GET_FLIPBOOK_SOCIAL_METADATAAcciónTool to retrieve social metadata for a specific flipbook. Use after configuring social sharing to fetch title, description, and thumbnail.
Parámetros de entrada
flipbook_idstringObligatorioIdentifier of the flipbook to retrieve social metadata for
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 jQuery PluginHEYZINE_GET_J_QUERY_PLUGINAcciónTool to retrieve the Heyzine jQuery plugin script URL and usage snippet. Use when you need to integrate Heyzine flipbooks via jQuery on your website.
HEYZINE_GET_J_QUERY_PLUGINAcciónTool to retrieve the Heyzine jQuery plugin script URL and usage snippet. Use when you need to integrate Heyzine flipbooks via jQuery on your website.
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
Get oEmbed DataHEYZINE_GET_O_EMBED_APIAcciónTool to retrieve oEmbed data for a Heyzine flipbook. Use when you have a flipbook URL and need embed metadata and HTML.
HEYZINE_GET_O_EMBED_APIAcciónTool to retrieve oEmbed data for a Heyzine flipbook. Use when you have a flipbook URL and need embed metadata and HTML.
Parámetros de entrada
urlstringObligatoriouriFlipbook URL to fetch oEmbed data for
formatstringResponse format; standard oEmbed parameter
maxwidthintegerMaximum width for the embedded resource
maxheightintegerMaximum height for the embedded resource
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
Heyzine WebhooksHEYZINE_HEYZINE_WEBHOOKSAcciónTool to receive Heyzine webhook events for collected leads. Use after configuring your Heyzine account Webhooks URL.
HEYZINE_HEYZINE_WEBHOOKSAcciónTool to receive Heyzine webhook events for collected leads. Use after configuring your Heyzine account Webhooks URL.
Parámetros de entrada
dataobjectObligatorioWebhook event payload container
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
Setup Heyzine WebhooksHEYZINE_SETUP_WEBHOOKSAcciónHelper tool to validate prerequisites for Heyzine webhooks. Heyzine does not expose an API to programmatically configure webhooks; this action verifies API connectivity and returns clear guidance to complete configuration in the Heyzine UI.
HEYZINE_SETUP_WEBHOOKSAcciónHelper tool to validate prerequisites for Heyzine webhooks. Heyzine does not expose an API to programmatically configure webhooks; this action verifies API connectivity and returns clear guidance to complete configuration in the Heyzine UI.
Parámetros de entrada
eventstringObligatorioType of event to subscribe to. Currently only 'leads' event is supported.
frequencyintegerObligatorioFrequency in minutes at which Heyzine will send webhook events.
endpoint_urlstringObligatoriouriExternal URL to receive Heyzine webhook notifications.
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 Flipbook Access ListHEYZINE_UPDATE_FLIPBOOK_ACCESS_LISTAcciónTool to update the access list of a flipbook. Use when replacing all user access permissions in bulk.
HEYZINE_UPDATE_FLIPBOOK_ACCESS_LISTAcciónTool to update the access list of a flipbook. Use when replacing all user access permissions in bulk.
Parámetros de entrada
access_listobject[]ObligatorioList of access entries to set on the flipbook
flipbook_idstringObligatorioIdentifier of the flipbook to update access for
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 Flipbook Password ProtectionHEYZINE_UPDATE_FLIPBOOK_PASSWORD_PROTECTIONAcciónTool to update flipbook password protection settings. Use when you need to change or disable password protection for a flipbook.
HEYZINE_UPDATE_FLIPBOOK_PASSWORD_PROTECTIONAcciónTool to update flipbook password protection settings. Use when you need to change or disable password protection for a flipbook.
Parámetros de entrada
modestringObligatorioenumProtection mode: 'users' for user-specific credentials, 'everyone' for a single shared password, or 'disabled' to turn off protection
userseveryonedisablednamestringObligatorioIdentifier of the flipbook to update password protection for
passwordstringShared password for all visitors; required when mode is 'everyone'
text_userstringCustom text displayed on the username input prompt
text_passwordstringCustom text displayed on the password input prompt
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 Flipbook Social MetadataHEYZINE_UPDATE_FLIPBOOK_SOCIAL_METADATAAcciónTool to update a flipbook's social metadata. Use when you need to change title, description, or thumbnail for social sharing.
HEYZINE_UPDATE_FLIPBOOK_SOCIAL_METADATAAcciónTool to update a flipbook's social metadata. Use when you need to change title, description, or thumbnail for social sharing.
Parámetros de entrada
titlestringTitle used for social sharing
thumbnailstringuriURL of the image used as a thumbnail for social sharing
descriptionstringDescription used for social sharing
flipbook_idstringObligatorioIdentifier of the flipbook to update social metadata for
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
Heyzine Webhooks - LeadsHEYZINE_WEBHOOKS_LEADSAcciónTool to receive webhook events when new leads are collected on a flipbook form. Use after configuring your Heyzine account Webhooks > Leads URL.
HEYZINE_WEBHOOKS_LEADSAcciónTool to receive webhook events when new leads are collected on a flipbook form. Use after configuring your Heyzine account Webhooks > Leads URL.
Parámetros de entrada
dataobjectObligatorioWebhook event payload container
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