Project Wide Callbacks
Project-Wide Callbacks enable automated notifications to a specified URL when key actions occur to jobs within your project. This is useful for integrating with external systems or triggering automated workflows whenever specific events are performed in the platform.
To configure project-wide callback settings:
- Navigate to the Project Settings:
- Go to Project Settings > General > Project Settings in the platform’s interface.
- Locate the Webhook Settings:
- Scroll to the Webhook Settings section where you’ll find options to set and manage the callback URL.
- Enter the Callback URL:
- In the Callback URL field, specify the URL you want to receive the callbacks.
- This URL should be accessible by the platform and configured to handle POST requests, as each triggered event will send a payload to this URL.
- Save Changes:
- After entering the URL, select Save Changes to apply your configuration.
For more information on the structure of callback URLs and the actions that trigger them, refer to Callbacks
Updated 6 days ago
What's next