> ## 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.

# Package add

Fired when a new package is created.

* Useful to monitor packages added directly from within iinked Sign.
* You can call `packages/status` to get a summary of the package, including the next signers.

If you are creating the new signing package via the `packages/add` API you typically have already handled your server-side logic for `package_add` and can ignore this event.

## Example

```json Payload theme={null}
{
	"packageId": "24428e41-8b96-40cc-96e6-b74c7c539fcb",
	"externalData": null,
	"action": "package_add",
	"eventId": "e9b8fe63-4a19-4446-bd6e-cb34b72b411e",
	"eventOwnerOrganizationId": "24261ee6-5f66-4692-ba49-533c9b58999b",
	"eventOwnerMemberId": "3e09a4ce-577c-492c-ba7c-c1ebf825f9b5",
	"eventTime": "2022-02-23T20:19:28.9357901Z"
}
```
