The Mirror element allows you to reuse the configuration of another element without duplicating it.
- A Mirror inherits all settings from a selected “master” element.
- Any changes made to the master are automatically applied to all its mirrors.
- The mirror itself cannot be modified – you can only switch it to point to a different parent element.
- This is useful when the same request or configuration must be used in multiple places, but you want to maintain it in a single location.
This approach reduces duplication and ensures consistency across integrations.