From 7ccc1e4c1cbfa5b9e440b37fdf64d32181f2f64e Mon Sep 17 00:00:00 2001 From: dannysheridan Date: Fri, 10 Nov 2023 13:29:01 -0500 Subject: [PATCH] add callout --- fern/docs/pages/overview.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fern/docs/pages/overview.mdx b/fern/docs/pages/overview.mdx index 3ca37cc..51e7c14 100644 --- a/fern/docs/pages/overview.mdx +++ b/fern/docs/pages/overview.mdx @@ -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. + + +The following are ideas for integrating with the ProjectManager API. + - 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 [support@projectmanager.com](mailto:support@projectmanager.com).