# ICAP Macros

List of macros applicable to these events:

* AV threat detected
* DLP threat detected
* Server unavailable
* File scan skipped

| Macro                     | Description                                                                      |
| ------------------------- | -------------------------------------------------------------------------------- |
| eventType                 | Name of the event type the email is notifying                                    |
| dfiid                     | Dataflow instance ID of the relevant flow                                        |
| icapServiceType           | Type of the ICAP service                                                         |
| icapServiceName           | Name of the ICAP service                                                         |
| fileId                    | File ID                                                                          |
| fileName                  | File name                                                                        |
| fileSizeBytes             | Size in bytes of the scanned file                                                |
| fileVFSPath               | VFS path the file is associated with                                             |
| actor                     | Actor the file is associated with                                                |
| icapServerName            | Name of the ICAP server                                                          |
| icapHostname              | Remote ICAP host IP Address or hostname                                          |
| icapScanOutcome           | Outcome of the ICAP scan                                                         |
| icapScanDetails           | Details of the ICAP scan                                                         |
| icapFileDispositionAction | What action has been disposed on the file. Possible values: ALLOW, DELETE, RETRY |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-mover-1.21/notification-channels/manage-templates/icap-macros.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
