Boost your outreach, schedule more meetings, and increase revenue with the #1 video platform.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
sendspark: {
type: "app",
app: "sendspark",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.sendspark.$auth.api_url}/v1/workspaces/${this.sendspark.$auth.workspace_id}/dynamics`,
headers: {
"x-api-key": `${this.sendspark.$auth.api_key}`,
"x-api-secret": `${this.sendspark.$auth.api_secret_key}`,
},
})
},
})
Creates a new dynamic video campaign. See the documentation
Sendspark uses API keys for authentication. When you connect your Sendspark account, Pipedream securely stores the keys so you can easily authenticate to Sendspark APIs in both code and no-code steps.
Where to view Your Sendspark API Credentials
You can access your information in the API Credentials tab in your Sendspark settings.