Skip to content

Commit f2efaff

Browse files
marijahorvat171ivicac
authored andcommitted
2285 - docs generated
1 parent cb7c77f commit f2efaff

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/content/docs/reference/components/bamboohr_v1.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Name: updateEmployeeFile
213213
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
214214
| id | Employee ID | STRING | The ID of the employee. | true |
215215
| 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 |
217217
| categoryId | Updated Category ID | STRING | Use if you want to move the file to a different category. | false |
218218
| 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 |
219219

@@ -321,6 +321,12 @@ Type: STRING
321321

322322

323323

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+
324330
<hr />
325331

326332
# Additional Instructions
@@ -329,6 +335,11 @@ Type: STRING
329335

330336
Use the `GET /employees/directory` endpoint to retrieve a list of all employees and their IDs.
331337

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+
332343
### How to find Fields
333344

334345
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

Comments
 (0)