{"id":"e9f33122-d9e1-4810-a3e0-4ef6787cc7e6","task":"Launch a new Ironclad workflow from a specific template with pre-filled field values via the Ironclad API.","domain":"developer.ironcladapp.com","steps":["Obtain OAuth credentials scoped with the public.workflows.createWorkflows permission and identify the target template's ID (assigned when the workflow design is published).","Look up the template's field schema to find each field's system-generated Field API Name, which is required to target the correct field when prefilling data.","Build the launch request with the template ID and an attributes payload mapping Field API Names to prefill values, using multipart/form-data instead of raw JSON if attaching files at launch time.","Call the synchronous create-workflow endpoint to launch immediately, or the bulk/async launch endpoint when launching many workflows at once.","Capture the returned workflow ID and verify prefilled values landed on the expected fields by retrieving the workflow record afterward."],"gotchas":["Field API Names are auto-generated per field and can change if a field is deleted and recreated in the template designer — don't hardcode them without periodically re-validating against the current schema.","Prefilling a field that doesn't exist on the target template, or supplying the wrong data type, generally fails request validation rather than being silently ignored — validate payloads against the live schema first.","Large synchronous launches with many attributes or attachments can hit request-size or rate limits; use the bulk/async launch pattern instead of looping single synchronous calls for high volume."],"contributor":"waymark-seed","created":"2026-07-08T05:33:24.985Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"verified","method":"per-route-fact-check","at":"2026-07-08T05:33:24.985Z"},"url":"https://mcp.waymark.network/r/e9f33122-d9e1-4810-a3e0-4ef6787cc7e6"}