-
Hi, I was wondering if there was a way to set off the automatic webhook triggering from inside a CI script rather than handling it with the git managers, ie github and gitlab ci. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @kyeshmz For your particular use case, you can achieve the same via our REST APIs by doing the check at your end for necessary files, and then, if everything is as ok, you can trigger the build via API. You can find the docs to our APIs here - https://docs.codemagic.io/rest-api/codemagic-rest-api/ Let us know if you need any further assistance. |
Beta Was this translation helpful? Give feedback.
Hi @kyeshmz
For your particular use case, you can achieve the same via our REST APIs by doing the check at your end for necessary files, and then, if everything is as ok, you can trigger the build via API.
You can find the docs to our APIs here - https://docs.codemagic.io/rest-api/codemagic-rest-api/
Let us know if you need any further assistance.