Webhook

A URL endpoint that receives automated HTTP callbacks when a specific event occurs. Webhooks are commonly used to send form submissions or CMS events to external tools in real time.

Related terms

Related terms

  • FTP

    General

    File Transfer Protocol—a standard method for transferring files between computers over a network. While FTP was historically used for website deployment, modern platforms like Framer handle publishing automatically. Understanding FTP concepts helps when working with legacy systems or specific hosting requirements.

  • Fetch API

    General

    A browser API for making network requests from JavaScript using promises. Fetch is commonly used to retrieve external data and populate dynamic UI or CMS workflows.