RegFox is powerful event registration platform for conferences, camps, classes, and more. It’s easy to use, highly customizable, and unbelievably affordable.
Go to siteThe 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.
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}`,
},
})
},
})
Automated Attendee Follow-Up: After a participant registers for an event via RegFox, automate the process of sending personalized follow-up emails or SMS messages using integrations with email platforms like SendGrid or messaging services like Twilio. This can ensure attendees receive all necessary information and feel engaged from the outset.
Dynamic Registration Data Sync: Keep a real-time sync between RegFox registration data and other platforms like Salesforce or Google Sheets. Whenever a new registration occurs, Pipedream can trigger a workflow that updates or creates a new contact in your CRM, or appends the registration details to a Google Sheet, enabling you to maintain up-to-date records across systems.
Event Feedback Collection: After an event concludes, use Pipedream to trigger a workflow that sends out a feedback survey via tools like Typeform or SurveyMonkey. By integrating with RegFox, you can ensure that the survey is only sent to attendees, and follow-up actions can be automated based on the responses received, such as tagging the attendee record with feedback for future reference.
Emit new event when a subscription or deposit has been completed. See docs here.
Emit new event when a form is succesfully published. See docs here.
Emit new event when a registrant applies to an event. See docs here.
RegFox uses API keys for authentication. When you connect your RegFox account, Pipedream securely stores the keys so you can easily authenticate to RegFox APIs in both code and no-code steps.
To retrieve your API key,