This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
New Registrant Applied on RegFox
Description:Emit new event when a registrant applies to an event. [See docs here.](https://docs.webconnex.io/api/v2/#registration-notification)
Version:0.0.1
Key:regfox-registrant-applied
import base from "../common/base-timer.mjs";
import baseComponent from "../registrant-applied-instant/common-registrant-applied-instant.mjs";
export default {
...base,
key: "regfox-registrant-applied",
name: "New Registrant Applied",
description: "Emit new event when a registrant applies to an event. [See docs here.](https://docs.webconnex.io/api/v2/#registration-notification)",
version: "0.0.1",
type: "source",
dedupe: "unique",
methods: {
...base.methods,
...baseComponent.methods,
},
};
This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
| Label | Prop | Type | Description |
|---|
| RegFox | regfox | app | This component uses the RegFox app. |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
timer | $.interface.timer |
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,
- Navigate to your RegFox account and sign in
- Go to Extras > Integrations
RegFox is powerful event registration platform for conferences, camps, classes, and more.
It’s easy to use, highly customizable, and unbelievably affordable.