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

Fired when a package transitions from `select`, `add`, or `draft` state to `open`.

* This event can be triggered from `packages/add`, `packages/update`, and `packages/send` depending on the current state of the package.

* We recommend you use this event over `package_send` event for most workflows.

## Example

```json Payload theme={null}
{
	"packageId": "ea24f722-3535-4869-8afc-dc6f2ee585b7",
	"externalData": null,
	"action": "package_sent",
	"eventId": "d5f4a3dd-6bcd-4a99-8ff0-b72843d143b8",
	"eventOwnerOrganizationId": "a51aa87f-2567-490e-8a93-00618f0cc3de",
	"eventOwnerMemberId": "83ac20dc-ca4d-4534-a8f5-61ce0934fe71",
	"eventTime": "2023-03-21T13:25:35.5909223Z"
}
```
