Dynapictures
dynapicturesGenerate Hundreds of Personalized Images in Minutes. DynaPictures is a cloud-based solution for dynamic image generation. Connect your preferred data source like Google Sheets to create personalized images and display your client names, coupons, or virtually anything else.
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 WorkspaceDYNAPICTURES_CREATE_WORKSPACEAcciónTool to create a new workspace for organizing templates, images, and media library assets. Use when you need to establish a new workspace within a Dynapictures account.
DYNAPICTURES_CREATE_WORKSPACEAcciónTool to create a new workspace for organizing templates, images, and media library assets. Use when you need to establish a new workspace within a Dynapictures account.
Parámetros de entrada
namestringObligatorioName of the new workspace. Required field.
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 WorkspaceDYNAPICTURES_DELETE_WORKSPACEAcciónTool to delete a workspace and all associated content (templates, media, generated images). Use when permanently removing a workspace. Warning: Deletion is permanent and cannot be undone.
DYNAPICTURES_DELETE_WORKSPACEAcciónTool to delete a workspace and all associated content (templates, media, generated images). Use when permanently removing a workspace. Warning: Deletion is permanent and cannot be undone.
Parámetros de entrada
workspace_idstringObligatorioThe ID of the workspace to be deleted. All image templates, media library files, and generated images will be permanently deleted.
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
List TemplatesDYNAPICTURES_LIST_TEMPLATESAcciónTool to get all image templates that are ready and have the 'Sync to Zapier' checkbox enabled. Use when you need to retrieve available templates for image generation.
DYNAPICTURES_LIST_TEMPLATESAcciónTool to get all image templates that are ready and have the 'Sync to Zapier' checkbox enabled. Use when you need to retrieve available templates for image generation.
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
List WorkspacesDYNAPICTURES_LIST_WORKSPACESAcciónTool to get all workspaces associated with the API key. Use when you need to retrieve workspaces the authenticated user is a member of.
DYNAPICTURES_LIST_WORKSPACESAcciónTool to get all workspaces associated with the API key. Use when you need to retrieve workspaces the authenticated user is a member of.
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
Unsubscribe WebhookDYNAPICTURES_UNSUBSCRIBE_WEBHOOKAcciónTool to unsubscribe from webhook notifications by providing the same parameters used during subscription. Use when you need to stop receiving notifications for a specific webhook.
DYNAPICTURES_UNSUBSCRIBE_WEBHOOKAcciónTool to unsubscribe from webhook notifications by providing the same parameters used during subscription. Use when you need to stop receiving notifications for a specific webhook.
Parámetros de entrada
eventTypestringObligatorioType of the event to subscribe for, the value that was passed when subscribing this webhook.
targetUrlstringObligatorioThe URL of the REST endpoint that receiving notifications.
templateIdstringObligatorioThe UID of the image template, the value that was passed when subscribing this webhook.
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 WorkspaceDYNAPICTURES_UPDATE_WORKSPACEAcciónTool to update an existing workspace's details by workspace ID. Use when you need to modify a workspace's name or properties.
DYNAPICTURES_UPDATE_WORKSPACEAcciónTool to update an existing workspace's details by workspace ID. Use when you need to modify a workspace's name or properties.
Parámetros de entrada
namestringObligatorioThe new name for the workspace
workspace_idstringObligatorioThe unique identifier of the workspace to update
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
Upload Media AssetDYNAPICTURES_UPLOAD_MEDIA_ASSETAcciónTool to upload an image and create a media asset object. Use when you need to upload an image to Dynapictures workspace for later use in image generation.
DYNAPICTURES_UPLOAD_MEDIA_ASSETAcciónTool to upload an image and create a media asset object. Use when you need to upload an image to Dynapictures workspace for later use in image generation.
Parámetros de entrada
fileobjectThe image file to upload. FileUploadable object where 'name' should be the filename (e.g., 'image.png', 'photo.jpg').
file_namestringName of the file to upload (for testing with file_content)
file_contentstringBase64 encoded file content (for testing purposes)
workspace_idstringObligatorioThe identifier of the workspace where the image will be uploaded.
file_mimetypestringMIME type of the file (for testing with file_content)
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