Importer Guide Template

Use this template when creating or updating importer-specific docs.

1. Purpose

2. Prerequisites

3. Configuration Fields

List each supported field exactly as accepted by the backend schema.

Field Required Type Notes
example_field yes text Example description

4. Setup Flow

Document the exact setup sequence in numbered steps.

  1. Open importer creation flow.
  2. Select importer type.
  3. Fill required fields.
  4. Run/import and verify result.

5. Validation and Error Handling

6. Example Payloads

Provide realistic request/argument examples that match deployed behavior.

{
  "importer": "example",
  "arguments": {
    "example_field": "value"
  }
}

7. Operational Notes

8. Known Limits

9. Troubleshooting

10. Change Log