Proxiedmail
proxiedmailProxiedMail offers privacy-focused email services, including automatic creation of proxy emails and receiving emails via webhooks.
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ónTool to create a webhook receiver for incoming email callbacks. use when you need a unique endpoint to capture proxiedmail webhook events.
PROXIEDMAIL_CREATE_WEBHOOK_RECEIVERAcciónTool 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
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 TokenPROXIEDMAIL_GET_API_TOKENAcciónTool to retrieve a permanent api token. use after obtaining a bearer token from the auth endpoint (post /api/v1/auth).
PROXIEDMAIL_GET_API_TOKENAcciónTool 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_tokenstringObligatorioBearer token obtained from POST /api/v1/auth. Omit leading 'Bearer ' prefix if present.
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 proxy bindingsPROXIEDMAIL_LIST_PROXY_BINDINGSAcciónTool to fetch a list of proxy bindings. use after authentication to list all proxy bindings associated with the user.
PROXIEDMAIL_LIST_PROXY_BINDINGSAcciónTool 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[]ObligatorioList of proxy binding records
metaobjectObligatorioMetadata about proxy bindings usage
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Proxy BindingPROXIEDMAIL_UPDATE_PROXY_BINDINGAcciónTool to update an existing proxy binding. use after obtaining the binding id to modify its addresses or settings.
PROXIEDMAIL_UPDATE_PROXY_BINDINGAcciónTool to update an existing proxy binding. use after obtaining the binding id to modify its addresses or settings.
Parámetros de entrada
dataobjectObligatorioTop-level JSON:API data object.
Parámetros de salida
dataobjectObligatorioUpdated proxy binding resource.
metaobjectObligatorioResponse metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not