Introduction to Argil's Webhook Events
Learn what webhooks are, how they work, and how to set them up with Argil through our API.
What are Webhooks?
Webhooks are automated messages sent from apps when something happens. In the context of Argil, webhooks allow you to receive real-time notifications about various events occurring within your environment, such as video generation successes and failures or avatar training successes and failures.
How Webhooks Work
Webhooks in Argil send a POST request to your specified callback URL whenever subscribed events occur. This enables your applications to respond immediately to events within Argil as they happen.
Available Events for subscription
A single webhook can subscribe to multiple events.
Managing Webhooks via API
You can manage your webhooks entirely through API calls, which allows you to programmatically list, register, edit, and unregister webhooks. Below are the primary actions you can perform with our API:
Was this page helpful?