This commit is contained in:
Oliver
2026-05-03 18:55:48 +00:00
parent 33d27d46ba
commit afe8ce09c1
2 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ max 2 emojis per post, no rocket and only if it supports the pain points
8. **Videos** 8. **Videos**
Embed videos with a player Embed videos with a player
<iframe width="560" height="315" <iframe class="video-top"
src="https://www.youtube.com/embed/FUhTrqxWnsQ" src="https://www.youtube.com/embed/FUhTrqxWnsQ"
title="YouTube video player" title="YouTube video player"
frameborder="0" frameborder="0"
+17 -3
View File
@@ -1,4 +1,18 @@
{ {
"jobs": [], "jobs": [
"version": 1 {
} "id": "S0hGOLjhj5",
"name": "Post NGO",
"schedule": "31 9 13 * * 2",
"prompt": "Use the blog_post chain to create a blog post for the project NGO",
"enabled": true,
"type": "cron",
"createdAt": "2026-05-03T13:03:14.694Z",
"runCount": 1,
"lastStatus": "success",
"lastRun": "2026-05-03T13:08:00.004Z",
"nextRun": "2026-05-04T13:08:00.000Z"
}
],
"version": 1
}