TActionTikTok Lead GenUpdated September 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.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Advertiser ID advertiser_id | string | Required | TikTok advertiser ID |
Lead Form ID page_id | string | Required | ID of the lead form (page_id) |
Start Time start_time | string | Optional | Filter submissions after this time (UTC) |
End Time end_time | string | Optional | Filter 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 run history shows the failed step with its input and the error message TikTok Lead Gen returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Get Lead Form Responses support batch operations?
Run Get Lead Form Responses inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within TikTok Lead Gen's rate limits.
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.
ActionList Lead Forms
Lists the instant lead forms in a given TikTok advertiser account. Use to populate a form picker before subscribing to new leads.