-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] lucca #16101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Lucca team provided a sandbox for the integration. |
Sources - New Leave Request - New User - New Expense Report Actions - Approve Leave Request - Update User Info
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
* lucca init * [Components] lucca #16101 Sources - New Leave Request - New User - New Expense Report Actions - Approve Leave Request - Update User Info * pnpm update * some adjusts * pnpm update * pnpm update * pnpm update * some adjusts
lucca
URLs
Polling Sources
new-leave-request
Prompt
Emit new event when a new leave (time off) request is submitted by an employee. Configure optional filters such as leave type or requesting employee.
URLs
new-user
Prompt
Emit new event when a new user (employee) is created in Lucca. Useful for triggering onboarding workflows.
URLs
new-expense-report
Prompt
Emit new event when a new expense report is created by an employee. Useful for automating approval or finance workflows.
URLs
Actions
approve-leave-request
Prompt
Approve a pending leave request. Requires the request ID. Optional props are 'approved' and 'comment'. RequestId has async options.
URLs
update-user-info
Prompt
Update profile or HR information for an existing user. Requires user ID. Optional props are 'firstName', 'lastName', 'mail', 'login', 'legalEntityId', 'cspId', 'calendarId', 'employeeNumber', 'birthDate', 'userWorkCycles', 'departmentId', 'managerId', 'rolePrincipalId', 'habilitedRoles', 'cultureId', 'address', 'bankName', 'directLine', 'jobTitle', 'gender', 'nationality', 'personalEmail', 'personalMobile', 'professionalMobile' and 'quote'. userId has async options.
URLs
The text was updated successfully, but these errors were encountered: