# New Plan Delivered

This trigger runs when an offer has been accepted by a client and arrangements have been made to activate the plan. This includes processes such as signing paperwork and setting up payments.

{% hint style="info" %}
The work involved in the delivery process is managed by the [client success manager](https://docs.whiteswan.io/partner-knowledge-base/platform-overview/platform-capabilities/client-success-managers-and-advanced-planning). After the policy has been delivered, it will start to generate [earnings](https://docs.whiteswan.io/partner-knowledge-base/platform-overview/earnings) if you've [activated earnings](https://docs.whiteswan.io/partner-knowledge-base/platform-overview/earnings/activating-earnings) for your White Swan account.
{% endhint %}

***

**Data Returned by the Trigger:**

<table data-full-width="true"><thead><tr><th>Field</th><th>Field Type</th><th>Example Value</th><th>Description</th></tr></thead><tbody><tr><td>Event Message</td><td>Text</td><td>We just delivered a plan for your referral John Doe...</td><td>Message detailing the event</td></tr><tr><td>Plan Status</td><td>Text</td><td>Policy Delivered &#x26; In-Force</td><td>Status of the plan</td></tr><tr><td>Client Full Name</td><td>Text</td><td>John Doe</td><td>Name of the client</td></tr><tr><td>Client Email</td><td>Text</td><td>johndoe@gmail.com</td><td>Email address of the client</td></tr><tr><td>Client Phone Number</td><td>Text</td><td>1234567890</td><td>Phone number of the client</td></tr><tr><td>Plan ID</td><td>Text</td><td>130981250891</td><td>Unique identifier for the plan</td></tr><tr><td>Original Request ID</td><td>Text</td><td>132590815</td><td>ID of the original plan request</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.whiteswan.io/partner-knowledge-base/zapier-integration/triggers/new-plan-delivered.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
