> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iinkedsign.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Notification status

When a notification has been sent you will receive one or more events as its delivery is being processed such as `submitted` followed by `delivered` or `failed`.

<Warning>
  Private instances configured with an SMTP server will only receive the `submitted` event unless the failure occurs while sending.
</Warning>

## Example

```json Payload theme={null}
{
	"notificationId": "1ad50d25-5d04-4e11-b1f0-8078b22986ce",
	"packageId": "24428e41-8b96-40cc-96e6-b74c7c539fcb",
	"documentId": null,
	"template": "package_sign",
	"type": "email",
	"state": "submitted",
	"action": "notification_status",
	"eventId": "60c25aef-19d7-40f1-b428-d049aa549450",
	"eventTime": "2022-02-23T20:19:31.540923Z"
}
```

<Expandable title="Notification types">
  | Value | Description                     |
  | :---- | :------------------------------ |
  | email | Notification was sent via email |
  | sms   | Notification was sent via SMS   |
</Expandable>

<Expandable title="Notification states">
  | Value     | Description                             |
  | :-------- | :-------------------------------------- |
  | submitted | Notification was submitted for delivery |
  | delivered | Notification was delivered successfully |
  | failed    | Notification delivery failed            |
</Expandable>

<Expandable title="Notification templates">
  | Value                         | Description                                                                   |
  | :---------------------------- | :---------------------------------------------------------------------------- |
  | package\_cancelled            | Notification that a package has been cancelled                                |
  | package\_created              | Notification that a package has been created                                  |
  | package\_declined             | Notification that a package has been declined                                 |
  | package\_executed             | Notification that a package has been executed                                 |
  | package\_export\_failed       | Notification that a package export has failed                                 |
  | package\_forwarded            | Notification that a package has been forwarded                                |
  | package\_future\_reminder     | Reminder notification for a package                                           |
  | package\_masterfile\_link     | Notification containing a link to the package masterfile                      |
  | package\_meeting              | Notification for a package meeting                                            |
  | package\_meeting\_cancelled   | Notification that a package meeting has been cancelled                        |
  | package\_notification         | General notification related to a package                                     |
  | package\_notification\_failed | Notification that a package notification failed                               |
  | package\_rescinded            | Notification that a package has been rescinded                                |
  | package\_review\_link         | Notification containing a link to review the package                          |
  | package\_sign                 | Notification to sign a package                                                |
  | package\_sign\_witness        | Notification to sign a package with a witness                                 |
  | package\_updated              | Notification that a package has been updated                                  |
  | document\_accessed            | Notification that a document has been accessed                                |
  | document\_executed            | Notification that a document has been executed                                |
  | document\_executed\_all       | Notification that a document has been executed by all signers                 |
  | document\_next                | Notification that a document is next to be signed                             |
  | document\_reminder            | Reminder notification to sign a document                                      |
  | document\_signed              | Notification that a document has been signed                                  |
  | document\_signer\_link        | Notification containing a link for the signer to sign the document            |
  | mobile\_link                  | Notification contains a link to open the signature pad on a mobile device     |
  | verification\_completed       | Notification that identity verification has been completed                    |
  | verification\_failed          | Notification that identity verification has failed                            |
  | verification\_first           | Notification that identity verification is required before signing or meeting |
  | verification\_link            | Notification containing a link to complete identity verification              |
</Expandable>
