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.
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) |
{"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"}
{"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.
Any of these apps can fire this action as part of a workflow.