---
id: gk-gravityexport-notification-attachment-ids
title: "Filter - gk/gravityexport/notification/attachment-ids"
sidebar_label: "gk/gravityexport/notification/attachment-ids"
tags:
  - "2.7.0"
---

# Filter: gk/gravityexport/notification/attachment-ids

:::info[Dynamic Hook Name]

This hook supports dynamic naming with the following modifiers:

1. `$form_id`


**Example hook names:**
- `gk/gravityexport/notification/attachment-ids` (base hook)
- `gk/gravityexport/notification/attachment-ids_1` (with first modifier value)
:::

Modifies the notification IDs the single-entry export is attached to.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $ids | `string[]` | The selected notification IDs. |
| $form_id | `int` | The form ID. |

### Since

- 2.7.0

### Source

Defined in `src/Repository/FormsRepository.php` at line 129

