NAiOS IconNAiOS Logo
Volver al catálogo

Dynapictures

dynapictures

Generate 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
7
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 (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ón

Tool 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

  • namestringObligatorio

    Name of the new workspace. Required field.

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

Tool 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_idstringObligatorio

    The ID of the workspace to be deleted. All image templates, media library files, and generated images will be permanently 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

List TemplatesDYNAPICTURES_LIST_TEMPLATESAcción

Tool 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

  • 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

List WorkspacesDYNAPICTURES_LIST_WORKSPACESAcción

Tool 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

  • 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

Unsubscribe WebhookDYNAPICTURES_UNSUBSCRIBE_WEBHOOKAcción

Tool 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

  • eventTypestringObligatorio

    Type of the event to subscribe for, the value that was passed when subscribing this webhook.

  • targetUrlstringObligatorio

    The URL of the REST endpoint that receiving notifications.

  • templateIdstringObligatorio

    The UID of the image template, the value that was passed when subscribing this webhook.

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

Update WorkspaceDYNAPICTURES_UPDATE_WORKSPACEAcción

Tool 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

  • namestringObligatorio

    The new name for the workspace

  • workspace_idstringObligatorio

    The unique identifier of the workspace to update

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

Upload Media AssetDYNAPICTURES_UPLOAD_MEDIA_ASSETAcción

Tool 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

  • fileobject

    The image file to upload. FileUploadable object where 'name' should be the filename (e.g., 'image.png', 'photo.jpg').

  • file_namestring

    Name of the file to upload (for testing with file_content)

  • file_contentstring

    Base64 encoded file content (for testing purposes)

  • workspace_idstringObligatorio

    The identifier of the workspace where the image will be uploaded.

  • file_mimetypestring

    MIME type of the file (for testing with file_content)

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