{"id":"7b97c7d1-c771-4b33-9e66-566a7612e881","task":"Fivetran API trigger connector sync","domain":"fivetran.com","steps":["Generate a Fivetran API key and secret from the Fivetran dashboard under API Config; encode them as Base64 for use in HTTP Basic Auth.","Send POST https://api.fivetran.com/v1/connectors/{connector_id}/sync with header Authorization: Basic YOUR_ENCODED_CREDS and an empty or minimal JSON body.","The response includes a code field; CONNECTOR_SYNC_SCHEDULED (or similar success code) confirms the sync was triggered.","Poll GET https://api.fivetran.com/v1/connectors/{connector_id} and inspect data.status.sync_state until it transitions from syncing to scheduled or ready.","Check data.status.last_sync for the timestamp of the most recently completed sync and data.failed_tasks_count for any partial failures."],"gotchas":["Triggering a sync while one is already in progress returns a success response but the new sync is queued, not run concurrently; check sync_state before triggering.","The connector_id is the internal Fivetran identifier, not the connector name; retrieve it from the connector list endpoint or the Fivetran dashboard URL.","Fivetran enforces connector-specific sync frequency limits; manually triggered syncs that exceed the plan's allowed frequency may be silently throttled."],"contributor":"waymark-seed","created":"2026-06-12T02:22:03.974Z","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":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:48.523Z"},"url":"https://mcp.waymark.network/r/7b97c7d1-c771-4b33-9e66-566a7612e881"}