Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
229 changes: 209 additions & 20 deletions snippets/integrations/cards/botpress/bamboohr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,27 +113,25 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<Expandable>
<ResponseField
name="firstName"
type="string"
required
name="customBenefitIDNumber"
type="string | null"
>
<span>{"Employee's first name."}</span>

</ResponseField>
<ResponseField
name="lastName"
type="string"
required
name="customCitizenshipCertificate"
type="string | null"
>
<span>{"Employee's last name."}</span>

</ResponseField>
<ResponseField
name="preferredName"
name="payChangeReason"
type="string | null"
>

</ResponseField>
<ResponseField
name="jobTitle"
name="payRateEffectiveDate"
type="string | null"
>

Expand All @@ -149,12 +147,108 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
type="string | null"
>

</ResponseField>
<ResponseField
name="employeeNumber"
type="string | null"
>

</ResponseField>
<ResponseField
name="employeeTaxType"
type="string | null"
>

</ResponseField>
<ResponseField
name="employmentHistoryStatus"
type="string | null"
>

</ResponseField>
<ResponseField
name="employeeStatusDate"
type="string | null"
>

</ResponseField>
<ResponseField
name="ethnicity"
type="string | null"
>

</ResponseField>
<ResponseField
name="facebook"
type="string | null"
>

</ResponseField>
<ResponseField
name="firstName"
type="string | null"
>

</ResponseField>
<ResponseField
name="gender"
type="string | null"
>

</ResponseField>
<ResponseField
name="hireDate"
type="string | null"
>

</ResponseField>
<ResponseField
name="homeEmail"
type="string | null"
>

</ResponseField>
<ResponseField
name="homePhone"
type="string | null"
>

</ResponseField>
<ResponseField
name="jobTitle"
type="string | null"
>

</ResponseField>
<ResponseField
name="lastName"
type="string | null"
>

</ResponseField>
<ResponseField
name="linkedIn"
type="string | null"
>

</ResponseField>
<ResponseField
name="location"
type="string | null"
>

</ResponseField>
<ResponseField
name="maritalStatus"
type="string | null"
>

</ResponseField>
<ResponseField
name="middleName"
type="string | null"
>

</ResponseField>
<ResponseField
name="mobilePhone"
Expand All @@ -163,53 +257,148 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl

</ResponseField>
<ResponseField
name="workPhone"
name="customNIN1"
type="string | null"
>

</ResponseField>
<ResponseField
name="workPhoneExtension"
name="nationality"
type="string | null"
>

</ResponseField>
<ResponseField
name="homePhone"
name="originalHireDate"
type="string | null"
>

</ResponseField>
<ResponseField
name="workEmail"
name="overtimeRate"
type="string | null"
>

</ResponseField>
<ResponseField
name="homeEmail"
name="exempt"
type="string | null"
>

</ResponseField>
<ResponseField
name="hireDate"
name="payPer"
type="string | null"
>

</ResponseField>
<ResponseField
name="paySchedule"
type="string | null"
>

</ResponseField>
<ResponseField
name="payRate"
type="string | null"
>

</ResponseField>
<ResponseField
name="payType"
type="string | null"
>

</ResponseField>
<ResponseField
name="preferredName"
type="string | null"
>

</ResponseField>
<ResponseField
name="customProbationaryPeriodEndDate"
type="string | null"
>

</ResponseField>
<ResponseField
name="customProbationaryPeriodStartDate"
type="string | null"
>

</ResponseField>
<ResponseField
name="customProjectedTerminationDate"
type="string | null"
>

</ResponseField>
<ResponseField
name="terminationDate"
name="customROESATCompleted"
type="string | null"
>

</ResponseField>
<ResponseField
name="reportsTo"
type="string | null"
>

</ResponseField>
<ResponseField
name="customShirtsize"
type="string | null"
>

</ResponseField>
<ResponseField
name="status"
type="string | string"
required
type="string | null"
>

</ResponseField>
<ResponseField
name="teams"
type="string | null"
>

</ResponseField>
<ResponseField
name="customTerminationCode"
type="string | null"
>
<span>{"Employee's status."}</span>

</ResponseField>
<ResponseField
name="customTerminationNoticeGiven"
type="string | null"
>

</ResponseField>
<ResponseField
name="twitterFeed"
type="string | null"
>

</ResponseField>
<ResponseField
name="workEmail"
type="string | null"
>

</ResponseField>
<ResponseField
name="workPhoneExtension"
type="string | null"
>

</ResponseField>
<ResponseField
name="workPhone"
type="string | null"
>

</ResponseField>
<ResponseField
name="id"
Expand Down
Loading