# Application Finished

This trigger runs 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 %}

***

**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 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>Text</td><td>Online</td><td>Mode of application initiation (Online/Call)</td></tr><tr><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>Text</td><td>John Doe</td><td>Full 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</td><td>Text</td><td>1234567890</td><td>Phone number of the client</td></tr><tr><td>ID of Plan Applied For</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>Text</td><td>108123x2550358</td><td>ID of the associated 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/application-finished.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.
