Attach one or more clients (works) to a connection job. Each work represents a tax preparation for a specific client. You can create multiple works in a single request.Documentation Index
Fetch the complete documentation index at: https://docs.filed.com/llms.txt
Use this file to discover all available pages before exploring further.
Arguments
The ID of the connection job returned from createConnectionJob. This groups the works together for batch processing.
Array of work inputs. Each input represents one client/tax preparation to attach to the job.
Returns
Job work identifier. Save this for creating job work artifacts (attaching files).
Timestamp when the job work was created.
Timestamp when the job work was last updated.
The workspace ID this job work belongs to.
The work ID this job work references.
The connection job ID this job work belongs to.
Example
After creating job works, use createJobWorkArtifacts to attach files to each job work. The
externalId should match your platform’s client identifier to enable correlation between Filed and your system.Troubleshooting
Problem:createJobWorks fails with invalid connection job ID
Solutions:
- Verify the
connectionJobIdexists and belongs to your connection - Ensure you’re using the
idfrom thecreateConnectionJobresponse - Check that the connection job status allows adding works
- Ensure each
externalIdis unique within your platform - If you need to create multiple works for the same client, use different external IDs (e.g., add a suffix or timestamp)
- Verify you’re not accidentally reusing external IDs from previous imports