Jotform

Learn how to use Jotform with Composio

Overview

SLUG

JOTFORM

Description

Jotform is an online form builder that allows users to create and manage forms for various purposes, including data collection, surveys, and more.

Authentication Details

generic_api_key
stringRequired
generic_id
stringDefaults to api.jotform.comRequired

Tools

SLUG: JOTFORM_GET_SYSTEM_PLAN

Tool to retrieve details of a specific system plan. use when you need to check limits and pricing of a plan.

Action Parameters

planName
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: JOTFORM_GET_USER_DETAILS

Tool to retrieve details of the authenticated user, including account and usage info. use after confirming valid api key.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: JOTFORM_GET_USER_FOLDERS

Tool to retrieve a list of folders created by the authenticated user. use when you need to enumerate user folders after confirming valid api credentials.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: JOTFORM_GET_USER_FORMS

Tool to retrieve a list of forms created by the authenticated user. use after setting up api key authentication.

Action Parameters

folder
string
limit
integer
offset
integer
orderby
string
search
string
sorting
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: JOTFORM_GET_USER_HISTORY

Tool to fetch user activity history records. use when auditing or filtering user actions by type or date.

Action Parameters

action
string
date
string
endDate
string
sortBy
string
startDate
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: JOTFORM_GET_USER_SETTINGS

Tool to retrieve the settings of the authenticated user. use after confirming a valid api key.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired