Skip to content

Commit 6d19c5f

Browse files
committed
documentation for the group-by feature
1 parent a25ecaf commit 6d19c5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/user/bots.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5097,6 +5097,13 @@ original2@email.com,person1@email.com;person2@email.com
50975097
original3@email.com, Mary <person1@example.com>; John <person2@example.com>
50985098
```
50995099
5100+
**`additional_grouping_keys`**
5101+
5102+
(optional, list) By-default events are grouped by the E-Mail-Address into buckets. For each bucket one E-Mail is sent. You may add more fields to group-by here to make potentially more buckets.
5103+
Side-effect: Every field that is included in the group-by is ensured to be uniqe for all events in the bucket and may thus be used for templating.
5104+
Note: The keys listed here refer to the keys in the events (in contrast to the CSV column names).
5105+
Default: `[]`
5106+
51005107
**`attachment_name`**
51015108
51025109
(optional, string) Attachment file name for the outgoing messages. May contain date formatting like this `%Y-%m-%d`. Example: "events_%Y-%m-%d" will appear as "events_2022-12-01.zip". Defaults to "intelmq_%Y-%m-%d".

0 commit comments

Comments
 (0)