The following AS2-related events are available in EFT Server's Event Rule system. (Available in EFT Server Enterprise)
AS2 Inbound Transaction Succeeded - Triggers if the inbound transmission was successful, MDN was successfully sent, MICs all match, and no other errors occurred.
AS2 Inbound Transaction Failed - Triggers if the AS2 file upload failed for some reason, such as bad MIC, no permissions/access, duplicate message ID, or other AS2 transfer-related error.
AS2 Outbound Transaction Succeeded - Triggers if EFT Server has offloaded a file to a remote partner, and that partner replied with a receipt asynchronously over HTTP/S, indicating that the transfer was successfully completed.
AS2 Outbound Transaction Failed - Triggers if the expected MDN receipt was not received in the expected time or the receipt signature or MIC failed.
For details of defining Event Rules, refer to Creating Event Rules.
In AS2 Inbound Transaction Succeeded and AS2 Inbound Transaction Failed Events, the FS.FILE_NAME variable contains the name of the file uploaded (for a simple transaction) or an empty string (for a Multiple Attachment (MA) transaction). |