Digitize your forms and workflows using our cloud software, so you can love what you do! The #1 no code platform for desktop & mobile
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
forms_on_fire: {
type: "app",
app: "forms_on_fire",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://secure.formsonfire.com/api/v2/user`,
params: {
format: `json`,
CompanyId: `${this.forms_on_fire.$auth.company_id}`,
Integrationkey: `${this.forms_on_fire.$auth.integration_key}`,
Email: `[replace_with_user_email]`,
},
})
},
})
Forms On Fire uses API keys for authentication. When you connect your Forms On Fire account, Pipedream securely stores the keys so you can easily authenticate to Forms On Fire APIs in both code and no-code steps.
To retrieve your Company ID and Integration Key,