Automation — webhooks & API
This page covers connecting Zinye Cloud to your own systems — for developers and technical teams who want to automate.
Webhooks
Section titled “Webhooks”A webhook tells your system when something happens on Zinye Cloud. You register a URL, and Zinye sends an event to it when, for example, a site is created or a deploy finishes — so your own automation can react in real time instead of polling.
Set them up under the dashboard’s webhook settings: add your endpoint URL, choose which events to receive, and Zinye posts them as they happen, with attempt logs so you can see deliveries and retries.
The API
Section titled “The API”The API lets your code do what the dashboard does — list and manage sites, trigger deploys, read billing, and more.
- Create an access token in your account settings.
- Send it with your requests to authenticate.
- Call the API endpoints for sites, billing, and so on.
This is how you’d script bulk operations or build Zinye Cloud into your own admin tools.