Custom Deployment Webhook
Custom Deployment Webhook Integration
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.
When the deployment process is started:
URL : https://webhook.typoapp.io/api/v1/webhook/xxxx/deployment/start
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
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.
Last updated