External DocumentationTo learn more, visit the Tessian documentation.
Actions
Release Emails From Quarantine
Release emails from quarantine by using the event ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Event ID | The ID of the event to be released from quarantine. |
{
"number_of_actions_attempted": 0,
"number_of_actions_succeeded": 0,
"results": [
{
"error": "Indicates failure for this quarantine action.\nNull if the operation was successful.\n* EMAIL_NOT_FOUND_IN_QUARANTINE - The requested email has not been quarantined.\n* EMAIL_ALREADY_REMEDIATED - The requested email has already had remediation action taken on it.\n* EMAIL_EXPIRED_FROM_QUARANTINE - The requested email has expired from its quarantine.\n* QUARANTINE_NOT_PROCESSED - The email has been quarantined but we are still busy processing this action.\n* INTERNAL_ERROR - An internal error occurred.\n",
"user_address": "The email address of the protected user associated with the email.\n"
}
]
}
Was this page helpful?