TActionTikTok Lead GenUpdated June 2026

How do I pull responses from a TikTok lead form?

Short answer: You can get lead form responses in TikTok Lead Gen by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the TikTok Lead Gen Get Lead Form Responses action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Get Lead Form Responses in TikTok Lead Gen — start free
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. TinyCommand handles TikTok Lead Gen's rate limits automatically so you don't have to throttle manually.
More actions

Other TikTok Lead Gen actions.

Action
List Advertisers
Lists TikTok Ads Manager advertiser accounts the connection is authorized for. Required to scope subsequent lead-form operations.
Action
List Lead Forms
Lists the instant lead forms in a given TikTok advertiser account. Use to populate a form picker before subscribing to new leads.
Get Lead Form Responses in TikTok Lead Gen — start free