Marketing Master IO API lets you build amazing marketing tools to help you with your marketing campaigns. Here are some examples of what you can build with Marketing Master IO API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
marketing_master_io: {
type: "app",
app: "marketing_master_io",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.marketingmaster.io/v1/contacts/list`,
headers: {
Authorization: `Bearer ${this.marketing_master_io.$auth.api_token}`,
},
})
},
})
Marketing Master IO uses API keys for authentication. When you connect your Marketing Master IO account, Pipedream securely stores the keys so you can easily authenticate to Marketing Master IO APIs in both code and no-code steps.
To retrieve your API key,