Sendfox (Personal Access Token)

Email marketing service

Integrate the Sendfox (Personal Access Token) API with the Schedule API

Setup the Sendfox (Personal Access Token) API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate Sendfox (Personal Access Token) and Schedule remarkably fast. Free for developers.

Create contact with Sendfox (Personal Access Token) API on Daily schedule from Schedule API
Schedule + Sendfox (Personal Access Token)
 
Try it
Create contact with Sendfox (Personal Access Token) API on Monthly schedule from Schedule API
Schedule + Sendfox (Personal Access Token)
 
Try it
Create contact with Sendfox (Personal Access Token) API on Schedule based on a custom interval from Schedule API
Schedule + Sendfox (Personal Access Token)
 
Try it
Create contact with Sendfox (Personal Access Token) API on Weekly schedule from Schedule API
Schedule + Sendfox (Personal Access Token)
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it
Create contact with the Sendfox (Personal Access Token) API

Creates new contact

 
Try it

Overview of Sendfox (Personal Access Token)

Sendfox is an email marketing tool designed for content creators. You can automate your email marketing operations by programmatically managing contacts, campaigns, and lists. Pipedream leverages this by allowing you to connect Sendfox with numerous other apps, providing a seamless integration platform to streamline your email marketing workflows. Automate the process of gathering leads from various platforms, syncing your subscriber lists, or triggering personalized email sequences based on specific actions or events.

Connect Sendfox (Personal Access Token)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    sendfox_personal_access_token: {
      type: "app",
      app: "sendfox_personal_access_token",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.sendfox.com/me`,
      headers: {
        Authorization: `Bearer ${this.sendfox_personal_access_token.$auth.access_token}`,
      },
    })
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.