NAiOS IconNAiOS Logo
Volver al catálogo

Proxiedmail

proxiedmail

ProxiedMail offers privacy-focused email services, including automatic creation of proxy emails and receiving emails via webhooks.

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

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 webhook receiverPROXIEDMAIL_CREATE_WEBHOOK_RECEIVERAcción

Tool to create a webhook receiver for incoming email callbacks. use when you need a unique endpoint to capture proxiedmail webhook events.

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

Get API TokenPROXIEDMAIL_GET_API_TOKENAcción

Tool to retrieve a permanent api token. use after obtaining a bearer token from the auth endpoint (post /api/v1/auth).

Parámetros de entrada

  • bearer_tokenstringObligatorio

    Bearer token obtained from POST /api/v1/auth. Omit leading 'Bearer ' prefix if present.

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 proxy bindingsPROXIEDMAIL_LIST_PROXY_BINDINGSAcción

Tool to fetch a list of proxy bindings. use after authentication to list all proxy bindings associated with the user.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of proxy binding records

  • metaobjectObligatorio

    Metadata about proxy bindings usage

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Proxy BindingPROXIEDMAIL_UPDATE_PROXY_BINDINGAcción

Tool to update an existing proxy binding. use after obtaining the binding id to modify its addresses or settings.

Parámetros de entrada

  • dataobjectObligatorio

    Top-level JSON:API data object.

Parámetros de salida

  • dataobjectObligatorio

    Updated proxy binding resource.

  • metaobjectObligatorio

    Response metadata.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not