Skip to content

Commit 4e3fd63

Browse files
Updating Dates for Service Account Sunset and Webhook Info (#281)
Co-authored-by: Andrew Hemry <[email protected]>
1 parent 9bea364 commit 4e3fd63

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

announcements/service_account_deprecation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ section_title: Announcements
77

88
>**Sunset of Traditional Service Accounts** (updated 12/03/2024)
99
>
10-
>*All Traditional Service Accounts will sunset on March 24, 2025.*
10+
>*All Traditional Service Accounts will sunset on March 18, 2025.*
1111
>
1212
>Traditional Service Accounts were deprecated on December 9, 2021.
1313
>Beginning January 21, 2025, we will no longer allow the creation of new Traditional Service Accounts.
14-
>Existing Traditional Service Accounts will continue to function until March 24, 2025.
14+
>Existing Traditional Service Accounts will continue to function until March 18, 2025.
1515
>
1616
>In accordance with this timeline, developers of data connection applications that currently use Traditional Service Accounts are required to update their applications to use Developer Managed Service Accounts, and customers will be required to install these updated applications before the sunset date.
1717
>All data connection applications not migrated by the sunset date will cease to function.

api_essentials/api_security_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Disconnecting the app in a specific company will not revoke tokens on behalf of
3232
>
3333
> Traditional Service Accounts were deprecated on December 9, 2021.
3434
> Beginning January 21, 2025, we will no longer allow the creation of new Traditional Service Accounts.
35-
> Existing Traditional Service Accounts will continue to function until March 24, 2025.
35+
> Existing Traditional Service Accounts will continue to function until March 18, 2025.
3636
> As a result of this deprecation, developers of data connection applications that currently use traditional service accounts are required to update their applications to use Developer Managed Service Accounts (DMMSAs), and customers will be required to install these updated applications before the sunset date.
3737
> See the following articles for information on DMSAs and steps for migrating your projects from traditional service accounts.
3838
> - [Deprecation of Traditional Service Accounts]({{ site.url }}{{ site.baseurl }}{% link announcements/service_account_deprecation.md %})

building_applications/developer_managed_service_accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ section_title: Building Applications
1010
>
1111
> Traditional Service Accounts were deprecated on December 9, 2021.
1212
> Beginning January 21, 2025, we will no longer allow the creation of new Traditional Service Accounts.
13-
> Existing Traditional Service Accounts will continue to function until March 24, 2025.
13+
> Existing Traditional Service Accounts will continue to function until March 18, 2025.
1414
> As a result of this deprecation, developers of data connection applications that currently use traditional service accounts are required to update their applications to use DMSAs, and customers will be required to install these updated applications before the sunset date.
1515
> See [Deprecation of Traditional Service Accounts]({{ site.url }}{{ site.baseurl }}{% link announcements/service_account_deprecation.md %}) for additional information.
1616

webhooks/webhooks_api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here is an example request body for creating a Webhooks Hook at the company leve
4343
```
4444

4545
In the example above we are creating a Hook for the company associated with `"company_id":5358233`.
46-
In the `hook` object we specify "v2" for the api_version attribute, "procore" for the `namespace` attribute (see additional information on namespaces below), we use the `destination_url` attribute to define the URL for the Notification Endpoint, and the `destination_headers` attribute to include an Authorization Header.
46+
In the `hook` object we specify "v2" for the api_version attribute, "your-company-name" for the `namespace` attribute (see additional information on namespaces below), we use the `destination_url` attribute to define the URL for the Notification Endpoint, and the `destination_headers` attribute to include an Authorization Header.
4747

4848
If we compare the example request body to what we see on the Company Webhooks page in the Procore Web user interface, we find that attributes of the `hook` object are exposed in the Endpoint Configuration section.
4949
See [Configure Company Webhooks](https://support.procore.com/products/online/user-guide/company-level/admin/tutorials/configure-company-webhooks) for additional information.
@@ -132,8 +132,7 @@ When using the `namespace` parameter, there are a number of requirements and bes
132132

133133
- Namespaces are string values restricted to lowercase a-z, digits 0-9, and dashes (-).
134134
- Uppercase letters and special characters are not supported in namespaces.
135-
- If no namespace is provided with a call, the default "procore" namespace is assumed.
136-
- We recommend the format <publisher name>-<application name> for defining namespaces.
135+
- We recommend using the integration name as the <code>namespace</code> so it is isolated from other namespaces.
137136

138137
## Webhooks Deliveries
139138

0 commit comments

Comments
 (0)