Heroku
Heroku Integration
When the deployment process is started:
Method: POST
Header:
Authorization: 4b4be7e0-0735-4bdf-xxxxx
Request Body we need (in JSON format):Â
Repo Name
Deployment ID
Deployment Name
Timestamp
StatusWhen the deployment process is completed:
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)Last updated