Skip to main content
Live URL fetch accesses public websites in real-time to retrieve information. URLs can include dynamic parameters for specific orders, deliveries, or users. Example: Tracking information on the DPD website given a tracking number.
  • Best for: Sites with predictable URL structures where you need to pass dynamic values like order IDs, tracking numbers, or search terms.
  • Recommendation: Only use this method if you need dynamic parameters or the latest information. If the URL is static, Import website is usually a better choice.

Configuration

See also