RegFox

RegFox is powerful event registration platform for conferences, camps, classes, and more. It’s easy to use, highly customizable, and unbelievably affordable.

Integrate the RegFox API with the Schedule API

Setup the RegFox API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate RegFox and Schedule remarkably fast. Free for developers.

New Deposit Completed from the RegFox API

Emit new event when a subscription or deposit has been completed. See docs here.

 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
New Form Published from the RegFox API

Emit new event when a form is succesfully published. See docs here.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
New Registrant Applied from the RegFox API

Emit new event when a registrant applies to an event. See docs here.

 
Try it

Overview of RegFox

The RegFox API provides programmatic access to event registration functionalities, allowing for the creation of custom registration experiences, data retrieval, and the automation of event management tasks. With Pipedream, you can harness this API to automate repetitive tasks, sync registration data with other services, and trigger actions based on event activities.

Connect RegFox

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: {
    regfox: {
      type: "app",
      app: "regfox",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.webconnex.com/v2/public/ping`,
      headers: {
        "apiKey": `${this.regfox.$auth.api_key}`,
      },
    })
  },
})

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.