Marketing automation
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Emit new event when a subscriber subscribes to an Email Series Campaign.
Trigger your workflow on one or more days each week at a specific time (with timezone support).
Creates a new subscriber. If the email already exists, it will update the existing subscriber. See the docs here
If the workflow is not active, the subscriber will not be added to the workflow. See the docs here
With the Drip API, you can:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
drip: {
type: "app",
app: "drip",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.getdrip.com/v2/user`,
headers: {
Authorization: `Bearer ${this.drip.$auth.oauth_access_token}`,
},
})
},
})
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: