Arguments
The ID of the provider connection. This identifies which integration connection to create the job for.
A descriptive name for the connection job. Use this to identify the batch of tax preparations (e.g., “2024 Tax Season Import”, “Q1 Client Batch”).
Returns
Connection job identifier. Save this for creating works and triggering the import.
The provider connection ID this job belongs to.
The workspace ID this job belongs to.
The name you provided for this connection job.
Current status of the connection job (e.g., “pending”, “active”, “completed”).
Timestamp when the connection job was created.
Timestamp when the connection job was last updated.
Example
After creating a connection job, use createJobWorks to attach clients (works) to the job. Once all clients and job work artifacts are attached, you can initiate the import using initiateTaxPrepsImport.
Troubleshooting
Problem:createConnectionJob fails with invalid connection ID
Solutions:
- Verify the
connectionIdexists and belongs to your workspace - Ensure the connection status is
active - Check that you’re using the correct connection ID for the workspace
- Ensure you’re using the
idfrom thecreateConnectionJobresponse as theconnectionJobIdwhen creating works - Verify the job status allows adding works
- Check that the connection job belongs to the correct connection