NAiOS IconNAiOS Logo
Volver al catálogo

Gamma

gamma

Gamma helps create beautiful, interactive content and presentations using AI. This integration enables programmatic generation via Gamma’s API.

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

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.

Generate a GammaGAMMA_GENERATE_GAMMAAcción

Create a new gamma generation. use to produce an ai-generated presentation/content. docs: https://developers.gamma.app/reference/generate-a-gamma

Parámetros de entrada

  • titlestring

    Optional title for the generated gamma.

  • blocksobject[]

    Optional structured content. If provided, Gamma will consider these blocks for generation.

  • exportobject

    Export formats requested from Gamma. If you request pdf/pptx, Gamma will return URLs only via the GET endpoint per docs.

  • promptstring

    High-level prompt to guide the generation.

  • deckOptionsobject

    Deck-level options for layout/structure; pass-through to Gamma API.

  • textOptionsobject

    Text generation options. 'language' accepts values listed in Gamma docs.

  • imageOptionsobject

    Image generation options. Model accepts a set of values defined by Gamma docs. We allow extra fields to be forward-compatible.

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 Gamma File URLsGAMMA_GET_GAMMA_FILE_URLSAcción

Retrieve generation status and file urls. poll this endpoint every ~5 seconds until status is 'completed'. docs: https://developers.gamma.app/reference/get-gamma-file-urls

Parámetros de entrada

  • generation_idstringObligatorio

    The generationId obtained from the POST generations endpoint.

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