Using the Jotform API, you can easily add forms to your website or application. You can also use the Jotform API to manage your form submissions, gather insights from your form data, and more.
Here are some examples of what you can build using the Jotform API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
jotform: {
type: "app",
app: "jotform",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.jotform.$auth.region}.jotform.com/user`,
params: {
apiKey: `${this.jotform.$auth.api_key}`,
},
})
},
})
Gets number of form submissions received this month. Also, get number of SSL form submissions, payment form submissions and upload space used by user See the docs here
Gets a list of all submissions for all forms on the account See the docs here
Jotform uses API keys for authentication. When you connect your Jotform account, Pipedream securely stores the keys so you can easily authenticate to Jotform APIs in both code and no-code steps.
region
field, enter api
if none of the below apply.eu-api
hipaa-api
https://acmecompany.jotform.com
, your subdomain is acmecompany
)