Prompt #111
Back to promptsAPI Integration Plan
- Variables
- service_a, service_b, use_case, direction
- Tags
- api,integration,flow,automation
- Source
- research-2026-05-01
- Use count
- 0
- Created
- 2026-05-01T18:11:52.162090+00:00
- Updated
- 2026-05-01T18:11:52.162090+00:00
Content
Create an integration plan for connecting {{service_a}} with {{service_b}}.
Use case: {{use_case}}
Data direction: {{direction}} (AβB / BβA / bidirectional)
Include:
1. Authentication strategy (OAuth2 / API key / JWT)
2. Relevant endpoints (method, path, key fields)
3. Data mapping table: ServiceA field β ServiceB field
4. Transformation rules (format conversions, defaults)
5. Error handling (retry logic, dead-letter queue)
6. Rate limiting considerations
7. Sample Python/Node.js integration code skeleton
8. Testing checklist