โ† Back to Tools

๐Ÿ”” Webhooks

Register URLs to receive POST notifications when pipeline runs complete. Supports automatic retry with exponential backoff.

Loading...
๐Ÿ’ก How it works
When a pipeline run completes (success or failure), Agent Media Tools POSTs a JSON payload to each registered webhook URL that subscribed to that event type. Failed deliveries are retried up to 3 times with exponential backoff (30s โ†’ 2min โ†’ 5min). Each webhook can optionally sign payloads with an HMAC-SHA256 signature using a secret key.