Retrieve person employment history from Apollo (LI)
Retrieves the employment history of a person from Apollo.
This Wrk Action divides. For more information on divides please visit our article explaining Divides.
Common use cases
- Lead Enrichment
Category
- Apollo (License Included)
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Person ID | A unique identifier of a person. This can be retrieved from "Search person profile details" | Text | Yes | Jane |
| Maximum number of results | Limit on the number of past employments to retrieve | Integer | Yes | 20 |
Note: The value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in theData Library are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Current | True, if the person is currently employed at the organization | True/False | Yes | False |
| Title | Title held by the person during this employment | Text | Yes | Business Analyst |
| Mailing address | Company mailing address | Text | Yes | Brampton, Ontario, Canada |
| Degree | Degree held by the person during this employment | Text | Yes | BA in Marketing |
| Major | Major held by the person during this employment | Text | Yes | Marketing |
| Grade level | Grade level held by the person during this employment | Text | Yes | |
| Description | Employment description | Text | Yes | Stellar employee.. |
| Company ID | Company ID | Text | Yes | 11253ed78c700f9383e4e |
| Company name | Company name | Text | Yes | Wrk Technologies |
| ID | Employment record ID | Text | Yes | 5fcd2cf3ed78c700f9383e4e |
| Employment type | Type of employment | Text | Yes | Part time |
| Start date | Start date of the employment | Date | Yes | 2022-03-01 |
| End date | End date of the employment | Date | Yes | 2022-10-01 |
| Created at | Date the employment record was created | Date | Yes | 2022-04-03 |
| Updated at | Last date the employment record was updated | Date | Yes | 2022-04-03 |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected when the person's employment history is successfully retrieved. |
| No Result | This status is selected in the event of the following scenarios:- No employment history found |
| Unsuccessful | This status is selected in the event of the following scenarios:- Application site is down |
Requirements
- N/A