Powerfully-Simple Email Marketing
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Trigger your workflow on one or more days each week at a specific time (with timezone support).
Emit new event when a subscriber in a list is added. See the docs here
Add subscribers to the specified account and list. See the docs here.
Get a paginated collection of subscribers under the specified account and list. See the docs here.
The AWeber API enables you to interact with your AWeber account data and
perform actions, such as creating and updating subscribers, retrieving campaign
statistics, and managing account preferences. You can use the API to build
applications that integrate with AWeber, such as a custom subscriber management
system or a campaign reporting tool.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
aweber: {
type: "app",
app: "aweber",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.aweber.com/1.0/accounts`,
headers: {
Authorization: `Bearer ${this.aweber.$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: