Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions content/docs/TimePro/manage-currencies.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Manage Currencies
seo:
title: Manage currencies
title: Manage currencies
date: '2026-02-09T16:00:00.000Z'
---

Expand All @@ -9,7 +11,7 @@ When you use TimePro for invoicing international clients, sometimes you need to

Here's how to find the Currencies setting:

1. In the menu, go to Admin | Invoice Settings
1. In the menu, go to Admin | Invoice Settings
2. Scroll down to the **Currencies** section

![](/TimePro/timepro-currencies-setting.png)Figure: Currencies section in Invoice Settings
Expand All @@ -29,9 +31,9 @@ This exchange rate is determined by your company and reflects how currencies are

## Choosing currencies for your invoice

Now you can use all the activated currencies on your invoice.
Now you can use all the activated currencies on your invoice.

1. In the menu, go to Invoices | New Invoice
2. In the Invoice Currency field, choose a currency for your invoice
2. In the Invoice Currency field, choose a currency for your invoice

![](/TimePro/timepro-currencies-for-invoicing.png)Figure: Choose from activated currencies
4 changes: 3 additions & 1 deletion content/docs/TimePro/manage-pdf-templates.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Manage PDF Templates
seo:
title: 'Manage PDF templates '
title: Manage PDF templates
date: '2026-02-09T16:00:00.000Z'
---

Expand Down
45 changes: 45 additions & 0 deletions content/docs/TimePro/set-up-webhooks.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
seo:
title: Set up webhooks
description: Learn how to set up a webhook in TimePro following our step-by-step-guide.
title: Set up webhooks
date: '2026-05-20T16:00:00.000Z'
---

Webhooks allow TimePro to push real-time event notifications (e.g. timesheet or invoice changes) to an external endpoint using OAuth2-authenticated HTTP POST requests.

## Video Walk-through

Watch the video for a full step-to-step guide on

* How to set up webhooks in TimePro
* How to test it out

<Youtube thumbnail="https://img.youtube.com/vi/3t4v91RrDH0/maxresdefault.jpg" externalVideoLink="https://www.youtube.com/embed/3t4v91RrDH0?si=BmX6gd3vQIsITXrt" size="large" caption="SSW TimePro - How to set up webhooks (5 min)" />

## Prequisites

Before you begin, ensure you have:

* An external endpoint URL that can receive HTTP POST requests
* A Microsoft Entra ID app registration

## Navigate to the Webhook Admin Page

From your TimePro tenant

1. In the top navigation, go to Admin | Webhook

![](/TimePro/webhook-navigation.png)Figure: Navigate to Webhook page

## Fill in the Add Subsriber Form

On the Webhook page, you will see a table listing existing webhook subscribers (empty if none exist yet).

1. Click **+ Add subscriber** button to open the **Add Subsriber** form
2. Fill in four Entra ID fields with info from your Microsoft Entra ID app registration
3. Fill in **Webhook endpoint URL** with endpoint that receives POST requests for your app
4. Under the **Subscribed Events** section, tick TimePro events you want to be notified of
5. Tick **Enable webhook** to activate the subcriber

🎉 Now you can receive notification from TimePro whenever your subscribed event occurs.
9 changes: 7 additions & 2 deletions content/docsTableOfContents/TimePro/toc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ parentNavigationGroup:
- title: Allocate credit
slug: content/docs/TimePro/allocate-credit.mdx
_template: item
- title: Manage Currencies
- title: Manage currencies
slug: content/docs/TimePro/manage-currencies.mdx
_template: item
- title: Manage PDF Templates
- title: Manage PDF templates
slug: content/docs/TimePro/manage-pdf-templates.mdx
_template: item
- title: Recurring Invoices
Expand All @@ -36,5 +36,10 @@ parentNavigationGroup:
- title: Sync with Dynamics 365
slug: content/docs/TimePro/dynamics-sync.mdx
_template: item
- title: Features
items:
- title: Set up webhooks
slug: content/docs/TimePro/set-up-webhooks.mdx
_template: item
---