Skip to content

Commit e0b3cce

Browse files
author
Brian Williams
committed
Initial, minimal, workato manifest as first step in provisioning
1 parent 1437a6a commit e0b3cce

File tree

6 files changed

+143
-0
lines changed

6 files changed

+143
-0
lines changed

workato/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - Workato
2+
3+
## 1.0.0 / 2025-05-13
4+
5+
***Added***:
6+
7+
* Initial Release

workato/README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Agent Check: Workato
2+
3+
## Overview
4+
5+
6+
[Workato][1] provides a powerful platform for enterprise automation and integration so you can confidently connect, integrate, and automate your applications, data, and processes end-to-end.
7+
8+
The Workato integration collects Jobs Logs (Recipe execution) and Status Metrics (Connection and Recipe state), sending them to Datadog for detailed analysis. The logs are parsed and enriched for efficient searching, while the metrics provide insights into operational status.
9+
10+
The integration includes a dashboard that shows Job execution status and duration, making it easier to monitor and understand trends and issues.
11+
12+
## Setup
13+
14+
### Generate API credentials in Workato
15+
16+
1. Log in to [Workato][2] as an administrator.
17+
2. Navigate to **Workspace Admin > API Clients**.
18+
3. Click **Create API Client**, and then enter the required information:
19+
4. Under **Name**, Enter a descriptive and identifiable client name.
20+
5. Choose an appropriate **Client role** from the dropdown - ensure the selected role has LIST and GET DETAILS permissions on all Workato Resources.
21+
6. Choose between _Selected Projects_ or _All Projects_ from the **Project access** dropdown.
22+
7. Leave the **Allowed IPs** text box blank/empty to allow access from any IP.
23+
8. Click **Create Client** and copy the API token from here for later use.
24+
25+
### Connect your Workato Account to Datadog
26+
27+
1. Add your Access Token
28+
|Parameters|Description|
29+
|--------------------|--------------------|
30+
|Access Token|Access token for your HubSpot private app.|
31+
2. Click the Save button to save your settings.
32+
33+
## Data Collected
34+
35+
### Logs
36+
37+
The Workato integration collects and forwards Activity logs to Datadog.
38+
39+
### Metrics
40+
41+
The HubSpot Content Hub integration collects and forwards Analytics metrics to Datadog.
42+
43+
{{< get-metrics-from-git "workato" >}}
44+
45+
### Service Checks
46+
47+
Workato does not include any service checks.
48+
49+
### Events
50+
51+
Workato does not include any events.
52+
53+
## Troubleshooting
54+
55+
Need help? Contact [Datadog support][3].
56+
57+
[1]: https://www.workato.com
58+
[2]: https://app.workato.com/users/sign_in
59+
[2]: https://app.datadoghq.com/account/settings/agent/latest

workato/assets/service_checks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

workato/images/IMAGES_README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Marketplace Media Carousel Guidelines
2+
3+
## Using the media gallery
4+
5+
Please upload images to use the media gallery. Integrations require a minimum of 3 images. Images should highlight your product, your integration, and a full image of the Datadog integration dashboard. The gallery
6+
can hold a maximum of 8 pieces of media total, and one of these pieces of media
7+
can be a video (guidelines and submission steps below). Images should be
8+
added to your /images directory and referenced in the manifest.json file.
9+
10+
11+
## Image and video requirements
12+
13+
### Images
14+
15+
```
16+
File type : .jpg or .png
17+
File size : ~500 KB per image, with a max of 1 MB per image
18+
File dimensions : The image must be between 1440px and 2880px width, with a 16:9 aspect ratio (for example: 1440x810)
19+
File name : Use only letters, numbers, underscores, and hyphens
20+
Color mode : RGB
21+
Color profile : sRGB
22+
Description : 300 characters maximum
23+
```
24+
25+
### Video
26+
27+
To display a video in your media gallery, please send our team the zipped file
28+
or a link to download the video at `marketplace@datadog.com`. In addition,
29+
please upload a thumbnail image for your video as a part of the pull request.
30+
Once approved, we will upload the file to Vimeo and provide you with the
31+
vimeo_id to add to your manifest.json file. Please note that the gallery can
32+
only hold one video.
33+
34+
```
35+
File type : MP4 H.264
36+
File size : Max 1 video; 1 GB maximum size
37+
File dimensions : The aspect ratio must be exactly 16:9, and the resolution must be 1920x1080 or higher
38+
File name : partnerName-appName.mp4
39+
Run time : Recommendation of 60 seconds or less
40+
Description : 300 characters maximum
41+
```

workato/manifest.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "73f0a2e1-f02d-4ad5-8591-9554197a8a6d",
4+
"app_id": "workato",
5+
"display_on_public_website": false,
6+
"tile": {
7+
"overview": "README.md#Overview",
8+
"configuration": "README.md#Setup",
9+
"support": "README.md#Support",
10+
"changelog": "CHANGELOG.md",
11+
"description": "Gain insights into Workato Job activity and Recipe/Connection status.",
12+
"title": "Workato",
13+
"media": [
14+
],
15+
"classifier_tags": [
16+
"Category::Log Collection",
17+
"Category::Metrics",
18+
"Submitted Data Type::Logs",
19+
"Submitted Data Type::Metrics",
20+
"Offering::Integration"
21+
]
22+
},
23+
"assets": {
24+
"dashboards": {},
25+
"monitors": {},
26+
"saved_views": {}
27+
},
28+
"author": {
29+
"support_email": "help@datadoghq.com",
30+
"name": "Datadog",
31+
"homepage": "https://www.datadoghq.com",
32+
"sales_email": "info@datadoghq.com"
33+
}
34+
}

workato/metadata.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags

0 commit comments

Comments
 (0)