Skip to content

Commit

Permalink
add callout
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysheridan committed Nov 10, 2023
1 parent 89ee46e commit 7ccc1e4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions fern/docs/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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]).
Expand Down

0 comments on commit 7ccc1e4

Please sign in to comment.