# Jitterbit integration planning and acceptance sheet
Guide: https://yenra.com/jitterbit-api-integration-platform/
Complete with the integration owner and endpoint owners before configuration.
Environment/region; Studio type; agent group/version; connector/version; reviewers:
Purpose; source of truth; trigger; expected records/run; maximum acceptable delay:
Source field -> target field; type; null/default rule; validation; example:
Stable external ID; duplicate-event key; target upsert/idempotency capability:
Authentication owner; scope; approved secret storage; expiration/rotation procedure:
Reachability from executing agent; proxy/firewall requirements; test evidence:
Pagination; cursor/watermark storage; timezone; late arrivals; cursor commit rule:
Retryable errors; maximum attempts; delay/backoff; final failure owner:
Reconciliation query for an uncertain write; replay procedure; audit correlation ID:
Acceptance cases (record actual run ID, target record ID, expected/actual result):
- Valid synthetic record creates or updates the intended record.
- Replaying that record produces one target entity.
- Missing required field is rejected with an actionable reason.
- Revoked credential fails visibly and reaches the designated operator.
- Throttle response follows the documented retry policy.
- Lost response after target commit is reconciled before replay.
- Pagination returns every seeded record exactly once in reconciliation.
- Recovery after an interrupted batch handles its checkpoint correctly.
Promotion: configuration differences; rollback/replay owner; reconciliation evidence:
Fictional mapping example: customer_id C-104 -> externalCustomerId C-104;
display_name Ada Workshop -> name Ada Workshop;
updated_at 2026-09-10T12:00:00Z -> sourceUpdatedAt 2026-09-10T12:00:00Z.
These field names describe invented endpoints, not a packaged Jitterbit connector.
Record actual product behavior using current connector documentation and a sandbox.
Sources: https://docs.jitterbit.com/integration-studio/design/operations/creation-and-configuration/
https://docs.jitterbit.com/integration-studio/design/connectors/http/http-connection/
