# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://typo.gitbook.io/typo-help-docs/getting-started/integrations/ci-cd-tool/custom-deployment-webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
