Export content from Google Docs and Notion to your CMS. Automate the export of perfectly formatted content, so you have more time for doing work that matters.
Go to siteThe Cloudpress API lets you convert rich text content into various formats. With Pipedream, you can use this API to automate the process of converting and distributing content across different platforms. Think of it as your bridge between content creation and content publication, streamlining workflows that involve any sort of text formatting, conversion, or distribution.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
cloudpress: {
type: "app",
app: "cloudpress",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.usecloudpress.com/v2/account`,
headers: {
Authorization: `Bearer ${this.cloudpress.$auth.personal_access_token}`,
"Content-Type": `application/json`,
},
})
},
})
Automated Blog Publishing: Use Cloudpress to convert documents into HTML and then publish them to your blog. Trigger a workflow when a new document is added to a cloud storage service like Google Drive, convert it to HTML using Cloudpress, and post it on your CMS, like WordPress.
Content Syndication: Spread your content across multiple platforms. When you publish a new article, have Cloudpress convert the content, and then use Pipedream to share it on social media platforms like LinkedIn, Twitter, or Facebook.
Newsletter Creation: Take the pain out of newsletter formatting. When your content is ready, convert it to the desired format with Cloudpress, and then send it out with an email service like SendGrid, all within a Pipedream workflow.
Exports all content in a collection in Cloudpress. See the documentation
Exports content from a connection in Cloudpress. See the documentation
Cloudpress uses API keys for authentication. When you connect your Cloudpress account, Pipedream securely stores the keys so you can easily authenticate to Cloudpress APIs in both code and no-code steps.
To retrieve your API Token,