Parameters

ParameterDescription
Employee IDUnique identifier for the employee within Rippling.

Example Output

{    "value": {        "customFields": {            "Id": "string",            "required": true,            "title": "string",            "type": "TEXT"        },        "department": "string",        "employmentType": "CONTRACTOR",        "endDate": "string",        "firstName": "string",        "gender": "MALE",        "id": "string",        "identifiedGender": "MALE",        "lastName": "string",        "manager": "string",        "name": "string",        "photo": "string",        "roleState": "INIT",        "smallPhoto": "string",        "spokeId": "string",        "title": "string",        "workEmail": "string",        "workLocation": {            "city": "string",            "country": "string",            "state": "string",            "streetLine1": "string",            "streetLine2": "string",            "zip": "string"        }    }}

Workflow Library Example

Get Employees Employee Id with Rippling and Send Results Via Email

Preview this Workflow on desktop