-
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.
- Loading branch information
1 parent
89ee46e
commit 7ccc1e4
Showing
1 changed file
with
7 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,13 +45,19 @@ Your team can get started with the ProjectManager API right away - here's how. | |
|
||
## Using the API | ||
|
||
The ProjectManager.com API allows you to synchronize data from other systems to your project files and data. Some ideas for integrations include: | ||
The ProjectManager.com API allows you to synchronize data from other systems to your project files and data. | ||
|
||
<Callout intent="info"> | ||
The following are ideas for integrating with the ProjectManager API. | ||
</Callout> | ||
|
||
- Notify your accounting system when a task is completed, so they can send an invoice to the customer | ||
- Import data from your internal IT systems into tasks | ||
- Run a security scan on your software and automatically create a task for each risk | ||
- Automatically synchronize comments to tasks | ||
|
||
## Common use cases | ||
|
||
The ProjectManager API provides lots of features that you can use to help automate your day-to-day processes. One good way to get started is to look at the most commonly used APIs such as these: | ||
|
||
- [Create a new Project](https://softwaredeveloper.projectmanager.com/v4/reference/post_api-data-projects) | ||
|
@@ -61,8 +67,6 @@ The ProjectManager API provides lots of features that you can use to help automa | |
|
||
If you want to look at some example code, check out our [ProjectManager example code repository](https://github.com/projectmgr/projectmanager-sdk-examples) on github. | ||
|
||
When you're stuck, we encourage you to post a question on our developer discussion forums. | ||
|
||
## Support | ||
|
||
If you have any concerns or questions just drop us an email to [[email protected]](mailto:[email protected]). | ||
|