Skip to main content

Triggering Hooks

Hooks can be triggered by sending an HTTP request to their endpoint. There are three types of endpoints:

  • Local URL: This URL is used to trigger the hook in the development environment. It is only accessible from your local machine.
  • Remote development URL: This URL is used to trigger the hook in the development environment. It is accessible from anywhere, but only while the development server is running.
  • Production URL: This URL is used to trigger the hook in the production environment. It is accessible from anywhere and is used for production workflows. This URL is only available when the workflow is deployed.

Hooks URLs

Emails

You can also receive emails in your hooks. Check the Receiving an Email example for more details.