Actions
Get Fields List
Returns a list of all the fields which are available in the account for an employee.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
[
{
"id": 1,
"name": "First name",
"type": "text",
"alias": "firstName"
},
{
"id": 2,
"name": "Last name",
"type": "text",
"alias": "lastName"
},
{
"id": 3,
"name": "My custom list",
"type": "list"
}
]
Was this page helpful?