Skip to content

Commit

Permalink
info about closed beta webhooks, remove closed beta wording for API
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelmetag committed Feb 1, 2025
1 parent d285df2 commit f38b4ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/tutorial_workflows_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ Custom workflows can be created that define the responsible roles, groups, and c
See [Self-Serve Workflows User Guide](https://support.procore.com/products/online/user-guide/company-level/workflows/tutorials/user-guide) for additional information on using the Workflows tool in Procore.
Once the Workflows tool has been enabled and configured in an account, app developers are able to interact with the workflow objects to perform workflow activities via the Procore API.

## Access

Self-Serve Workflows endpoints are in closed beta. For inquiry and access, reach out to [[email protected]](mailto:[email protected]).

---

## Hierarchy of Workflows
Expand Down Expand Up @@ -56,6 +52,10 @@ Before starting out with our Workflows API, there are a few things to consider.
Using the [list tools API](https://developers.procore.com/reference/rest/workflow-tools?version=latest#list-tools-enabled-for-workflows), a tool's "provider" can be determined as "Project" or "Company".
This is how to determine which API endpoints should be used for the specific tool. Another way to tell, for the most part, is the context in which the tool is used when in Procore.

### Webhooks

Workflow instances do emit events that can be used as triggers for webhooks. However, this event-based system is in closed beta. If you're interested in webhooks for instances, reach out to [[email protected]](mailto:[email protected]).

## Example Known Use Cases

### Integration Driven Workflow
Expand Down

0 comments on commit f38b4ac

Please sign in to comment.