# New Plan Delivered

This event happens 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.

***

<details>

<summary>Sample Payload</summary>

```json
{
"event_message": "We just delivered a plan for your referral John Doe. As premiums are paid on this policy, we will start receiving compensation for this case, which we will share with you according to our earnings agreement. To follow your earnings, you can visit https://app.whiteswan.io/earnings/acme",
"status": "Policy Delivered & In-Force",
"client_name": "John Doe",
"client_email": "johndoe@gmail.com",
"client_phone": "(123) 456 7890",
"plan_id": "130981250891",
"original_request_id": "132590815"
}
```

</details>

**Data Returned by this Event:**

<table data-full-width="true"><thead><tr><th>Field Label</th><th>Field Key</th><th>Field Type</th><th>Example Value</th><th>Description</th></tr></thead><tbody><tr><td>Event Message</td><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>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>client_name</td><td>Text</td><td>John Doe</td><td>Name of the client</td></tr><tr><td>Client Email</td><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>client_phone</td><td>Text</td><td>1234567890</td><td>Phone number of the client</td></tr><tr><td>Plan ID</td><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>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/api-documentation/webhooks/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.
