Allowing marketers to create dynamic and personalized content for your email campaigns.
NiftyImages is an easy-to-use API for building custom images, GIFs, and videos
for all your online needs. You can create, manage, and personalize your media
for any platform, from emails and advertising campaigns to webpages and emails.
With just a few lines of code, you can create stunning and unique visuals for
your project or product.
Here are some examples of what you can build using the NiftyImages API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
niftyimages: {
type: "app",
app: "niftyimages",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.niftyimages.com/v1/Widgets`,
headers: {
"ApiKey": `${this.niftyimages.$auth.api_key}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: