Release emails from quarantine by using the event ID.

External Documentation

To learn more, visit the Tessian documentation.

Parameters

ParameterDescription
Event IDThe ID of the event to be released from quarantine.

Example Output

{
	"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"
		}
	]
}

Workflow Library Example

Release Emails from Quarantine with Tessian and Send Results Via Email

Workflow Library

Preview this Workflow on desktop