June Offer Every MAX plan gets a fully custom-built system Free custom system worth $1,500-$10,000 · worth $1,500-$10,000
Browse modules
Overview/Scheduling

Forms

4 read1 write

Read submissions for any form and create new forms (unpublished).

Detailed reference

get_form_submissionsreadforms.view

Read submissions for a specific form, paginated.

Parameters
form_id *stringForm UUID.
limitintegerDefaults to 50, max 200.
Returns

Page of submissions with id, submitted_at, fields (object), source, lead_id.

Example question

"Show me the last 20 submissions on my discovery-call form."

get_message_performancereadanalytics.view

DM template performance: opening lines, CTAs, reply rates, ghost rates.

Parameters
instagram_account_idstring?Optional. Scope to one IG account.
daysintegerWindow in days. Defaults to 30.
Returns

Per-template stats: sent, replies, reply_rate, avg_response_time, ghost_rate.

Example question

"Which opening line gets the best reply rate this week?"

list_formsreadforms.view

Lead-capture forms in the workspace.

Parameters

None.

Returns

Per form: id, name, public_url, submission_count, fields[].

Example question

"List my lead capture forms and how many submissions each has."

create_formwriteforms.create

Build a new lead-capture form. Always created UNPUBLISHED - user must publish manually from the dashboard.

Parameters
name *stringDisplay name.
fields *object[]Form fields. Each: { name, type, required, options? }.
Returns

Created form object - always with is_published=false.

Example question

"Draft a form to qualify inbound coaching leads."

More tools

1
  • get_form_detailsread

    Full schema of a form: title, questions, field types, validation rules,