You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| id | Employee ID | STRING | The ID of the employee. | true |
215
215
| fileId | File ID | STRING <details> <summary> Depends On </summary> id </details> | The ID of the employee file being updated. | true |
216
-
| name | Updated Name Of The File | STRING | Use if you want to rename the file. | false |
216
+
| name | Updated File Name| STRING | Use if you want to rename the file. | false |
217
217
| categoryId | Updated Category ID | STRING | Use if you want to move the file to a different category. | false |
218
218
| shareWithEmployee | Update Sharing The File | BOOLEAN <details> <summary> Options </summary> <span>true</span>, <span>false</span> </details> | Use if you want to update whether this file is shared or not. | false |
219
219
@@ -321,6 +321,12 @@ Type: STRING
321
321
322
322
323
323
324
+
## What to do if your action is not listed here?
325
+
326
+
If this component doesn't have the action you need, you can use **Custom Action** to create your own. Custom Actions empower you to define HTTP requests tailored to your specific requirements, allowing for greater flexibility in integrating with external services or APIs.
327
+
328
+
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.
329
+
324
330
<hr />
325
331
326
332
# Additional Instructions
@@ -329,6 +335,11 @@ Type: STRING
329
335
330
336
Use the `GET /employees/directory` endpoint to retrieve a list of all employees and their IDs.
331
337
338
+
The Employee ID can also be found in the output of the following actions and triggers:
339
+
***Create Employee**
340
+
***New Employee** trigger
341
+
***Updated Employee** trigger
342
+
332
343
### How to find Fields
333
344
334
345
Use the `GET /meta/fields` endpoint to retrieve a list of all fields or visit https://documentation.bamboohr.com/docs/list-of-field-names where you can find field names.
0 commit comments