From aa3a7b7e1a31f6c67b6dcc534ca5ab73bcaaa936 Mon Sep 17 00:00:00 2001 From: "Sandra (neko)" <165049174+neko-dd@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:47:38 -0800 Subject: [PATCH] Add link to Workflows API (#26730) * Add link to Workflows API * word change --- content/en/service_management/workflows/build.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/service_management/workflows/build.md b/content/en/service_management/workflows/build.md index f33b048c86e38..574e6119df763 100644 --- a/content/en/service_management/workflows/build.md +++ b/content/en/service_management/workflows/build.md @@ -166,6 +166,10 @@ Edit a workflow in JSON by clicking **Edit JSON Spec** on your workflow page. Th - **Format JSON**: Beautify your JSON. - **Export JSON**: Download the workflow. +## Interact with workflows using the API + +To perform tasks using the API, see the [Workflow Automation API documentation][13]. + ## Further reading {{< partial name="whats-next/whats-next.html" >}} @@ -183,4 +187,5 @@ Edit a workflow in JSON by clicking **Edit JSON Spec** on your workflow page. Th [9]: /account_management/teams/ [10]: https://datadoghq.slack.com/ [11]: /service_management/workflows/test_and_debug/#test-a-step -[12]: /service_management/workflows/variables/ \ No newline at end of file +[12]: /service_management/workflows/variables/ +[13]: /api/latest/workflow-automation/ \ No newline at end of file