-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathsample.json
71 lines (71 loc) · 2.82 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerautomate-samples-Power-Platform-Blog-Update-Flow",
"version": "1.0.0.1",
"source": "pnp",
"creationDateTime": "2024-04-02T00:00:00.000Z",
"updateDateTime": "2024-04-02T00:00:00.000Z",
"title": "Power Platform Blog Updates",
"shortDescription": "A Power Platform solution that will consolidate all Power Platform blogs weekly and send you a summarized email every Monday",
"longDescription": [
"Having multiple RSS flows per Power Platform product can get messy. More over, it's not always user friendly accessing these updates through the Power Automate notifications. This solution will retrieve all Power Platform product blog updates and summarize them into product categories through a neat HTML template. Then once a week, users can receive a summary of all blog updates via email with links to each individual blog post."
],
"url": "https://github.com/pnp/powerautomate-samples/tree/main/samples/Power-Platform-Blog-Updates",
"products": [
"Power Automate",
"Power Platform"
],
"tags": [
"RSS", "FLOW", "BLOG", "EMAILS"
],
"categories": [
"POWERAUTOMATE"
],
"metadata": [
{
"key": "POWERAUTOMATE-PREMIUM",
"value": "No"
},
{
"key": "POWERAUTOMATE-ONPREM",
"value": "No"
},
{
"key": "POWERAUTOMATE-CUSTOMCONNECTOR",
"value": "No"
},
{
"key": "POWERAUTOMATE-CONNECTORS",
"value": "RSS, Office 365 Outlook"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/powerautomate-samples/main/samples/Power-Platform-Blog-Updates/assets/images/Flow.gif",
"alt": "Flow gif"
}
],
"authors": [
{
"gitHubAccount": "NatiTurts",
"name": "Nati Turtledove",
"pictureUrl": "https://github.com/NatiTurts.png"
}
],
"references": [
{
"name": "Create your first flow",
"description": "Anyone from a basic business user to an IT professional can create automated processes using Power Automate's no-code/low-code platform.",
"url": "https://docs.microsoft.com/en-us/power-automate/getting-started#create-your-first-flow"
},
{
"name": "Microsoft Power Automate documentation",
"description": "Power Automate is a service that helps you create automated workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more.",
"url": "https://docs.microsoft.com/en-us/power-automate/"
}
]
}
]