Skip to content
TActionTikTok Lead GenUpdated May 2026

How do I pull responses from a TikTok lead form?

Short answer: Drop the "TikTok Lead GenGet Lead Form Responses" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Advertiser ID
advertiser_id
stringRequiredTikTok advertiser ID
Lead Form ID
page_id
stringRequiredID of the lead form (page_id)
Start Time
start_time
stringOptionalFilter submissions after this time (UTC)
End Time
end_time
stringOptionalFilter submissions before this time (UTC)
Sample request
{
"advertiser_id": "{{trigger.advertiser_id}}",
"page_id": "{{trigger.page_id}}",
"start_time": "2025-01-01 00:00:00",
"end_time": "2025-01-31 23:59:59"
}
Returns
{
"code": 0,
"data": {
"list": [
{
"fields": [
{
"value": "lead@example.com",
"field_name": "email"
}
],
"lead_id": "9988776655",
"submit_time": "2025-01-15 10:30:00"
}
]
}
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Lead Form Responses.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Lead Form Responses.

What does the Get Lead Form Responses action do in TikTok Lead Gen?
Pulls responses (submissions) for a TikTok Lead Gen instant form. Useful for backfill jobs or for periodic batch sync into a CRM.
What inputs does Get Lead Form Responses require?
Required: Advertiser ID, Lead Form ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if TikTok Lead Gen returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get Lead Form Responses support batch operations?
Yes. Run Get Lead Form Responses inside a Loop node to process arrays. Tiny Command handles TikTok Lead Gen's rate limits automatically so you don't have to throttle manually.
More actions

Other TikTok Lead Gen actions.

Send get lead form responses from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.