# Custom Deployment Webhook

Here are the APIs you can use to send your deployment data if you don't have any CI/CD tools in place. Once integrated, you will be able to view your deployment data.

{% hint style="info" %}
Note: Please contact us at <hello@typoapp.io> for the custom webhook URL associated with your account.
{% endhint %}

### **When the deployment process is started:**

URL : <https://webhook.typoapp.io/api/v1/webhook/xxxx/deployment/start>&#x20;

```
Method: POST
Header:
Authorization: 4b4be7e0-0735-4bdf-xxxxx
Request Body we need (in JSON format): 
Repo Name
Deployment ID
Deployment Name
Timestamp
Status
```

### **When the deployment process is completed:**

URL : <https://webhook.typoapp.io/api/v1/webhook/xxxx/deployment/end>&#x20;

```
Method: POST
Header:
Authorization: 4b4be7e0-0735-4bdf-xxxxx
Request Body we need (in JSON format): 
Repo Name
Deployment ID
Deployment Name
Timestamp
Status(success, failed)
```

Once integrated, please send us a confirmation & we will complete the configuration at our end.\
After completion, you will have all your deployment data in your dashboard now.
