forked from activepieces/activepieces
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request activepieces#1401 from activepieces/release/0.3.15
feat: release 0.3.15
- Loading branch information
Showing
11 changed files
with
332 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
--- | ||
title: 'Clockodo' | ||
--- | ||
|
||
## Triggers | ||
|
||
|
||
<CardGroup cols={2}> | ||
<Card title="New Entry"> | ||
Triggers when a new time entry is created | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="New Absence Enquiry"> | ||
Triggers when a new absence enquiry is created | ||
</Card> | ||
</CardGroup> | ||
|
||
|
||
--- | ||
|
||
## Actions | ||
|
||
|
||
<CardGroup cols={2}> | ||
<Card title="Create Entry"> | ||
Creates an entry in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Entry"> | ||
Retrieves a single entry from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Entries"> | ||
Fetches entries from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Update Entry"> | ||
Updates an entry in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Delete Entry"> | ||
Deletes an entry in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Create Customer"> | ||
Creates a customer in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Customer"> | ||
Retrieves a single customer from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Update Customer"> | ||
Updates a customer in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Customers"> | ||
Fetches customers from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Delete Customer"> | ||
Deletes a customer in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Create Project"> | ||
Creates a project in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Project"> | ||
Retrieves a single project from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Projects"> | ||
Fetches projects from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Update Project"> | ||
Updates a project in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Delete Project"> | ||
Deletes a project in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Create Service"> | ||
Creates a service in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Service"> | ||
Retrieves a single service from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Update Service"> | ||
Updates a service in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Services"> | ||
Fetches services from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Delete Service"> | ||
Deletes a service in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Team"> | ||
Retrieves a single team from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Teams"> | ||
Fetches teams from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get User"> | ||
Retrieves a single user from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Users"> | ||
Fetches users from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Create User"> | ||
Creates a user in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Update User"> | ||
Updates a user in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Delete User"> | ||
Deletes a user in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Create Absence"> | ||
Creates a absence in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Absence"> | ||
Retrieves a single absence from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Update Absence"> | ||
Updates an absence in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Get Absences"> | ||
Fetches absences from clockodo | ||
</Card> | ||
</CardGroup> | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Delete Absence"> | ||
Deletes an absence in clockodo | ||
</Card> | ||
</CardGroup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.