Run a V1 job
Kicks off a job for a given tenant. When using the API tap, you can pass a payload in the state
object to be written to the target.
Authorizations
Path Parameters
ID of environment
ID of flow
ID of tenant
Body
Pass extra context to be used in the job. Often used with the unified schema for write jobs. Note that this is different from the source state.
The source of the job. For write jobs, this is usually "api."
Name for job. If not provided, name is autogenerated
Date to start syncing data from (e.g. 2022-08-08T00:00:00.000Z)
Runs the job as a "full_sync" by clearing the state
on the linkedSource
For use with the unified schema. Define a temporary selection of unified schema objects to override the default selection. Does not affect your selection for future jobs. E.G. {"Vendors":true}
Define a temporary field map to be used in the job, different from the configured field map.