# Application Finished

This event happens when an [application](https://docs.whiteswan.io/partner-knowledge-base/platform-overview/client-experience/applications) is finished by an end-user, regardless of whether the application is submitted online or by the client success manager.

{% hint style="info" %}
It may take some time after the application has been finished before it has been processed by the insurance carrier.
{% endhint %}

***

<details>

<summary>Sample Payload</summary>

```json
{
"event_message": "We just received a finished application from John Doe. The White Swan success manager for this case, Oscar Wilde, will now assist the client through the underwriting process.",
"application_mode": "Online",
"application_status": "Application Received",
"client_name": "John Doe",
"client_email": "johndoe@gmail.com",
"client_phone": "(123) 456 7890",
"plans_applied_for_ids": [
          "28512058",
          "12812081"
],
"associated_request_id": "10812350358"
}
```

</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 received a finished application from John Doe. The White Swan success manager for this case, Oscar Wilde, will now assist the client through the underwriting process.</td><td>Message detailing the event</td></tr><tr><td>Application Mode</td><td>application_mode</td><td>Text</td><td>Online</td><td>Mode of application initiation (Online/Call)</td></tr><tr><td>Application Status</td><td>application_status</td><td>Text</td><td>Application Received</td><td>Current status of the application</td></tr><tr><td>Client Name</td><td>client_name</td><td>Text</td><td>John Doe</td><td>Full 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</td><td>client_phone</td><td>Text</td><td>1234567890</td><td>Phone number of the client</td></tr><tr><td>ID of Plan Applied For</td><td>plans_applied_for_ids</td><td>List</td><td>58928512x8025058, 528021281x90162081</td><td>List of IDs for the plans the client applied for</td></tr><tr><td>ID of Associated Plan Request</td><td>associated_request_id</td><td>Text</td><td>108123x2550358</td><td>ID of the associated plan request</td></tr></tbody></table>
