Trouble Retrieving All Events from Google Calendar
RSS feed to BlueSky Cards Post - Showcase - Make Community
{
"repo": "your_did_here", the did returned in the headers of your create session Http call [3]
"collection": "app.bsky.feed.post",
"record": {
"text": "Just a test post via API",
"createdAt": "2024-05-13T14:52:21.422Z"
"$type": "app.bsky.feed.post",
"text": "post which embeds an external URL as a card", headline or whatever from [7]
"createdAt": "now",
"embed": {
"$type": "app.bsky.embed.external",
"external": {
"uri": "https://bsky.app", URL of item from RSS feed [7]
"title": "Bluesky Social", from item in RSS Feed [7]
"description": "See what's next.", from item in RSS Feed [7]
"thumb": {
"$type": "blob",
"ref": {
"$link": "slink from sending the image to BSky HTTP post" in HTTP module [9]
},
"mimeType": "image/png", - you can set this from the data:blob:mimeType [8]
"size": map to data: blob : size from image to BS [8]
}
}
}
}
}
Help needed: Posting to Bluesky with an attached image
Connect Bluesky and MAKE.com for new posts - Jans Weblog
{
"repo": "[did VALUE FROM previous module]",
"collection": "app.bsky.feed.post",
"record": {
"$type": "app.bsky.feed.post",
"text": "This is your post text",
"createdAt": "{{now}}"
}
}
Mastodon Bookmark RSS
Mastodon Booksmarks as RSS Feed