Tool to receive webhook payloads from Git providers to trigger builds automatically. Use when repository events (commits, pull requests, tags) need to trigger Codemagic builds programmatically.
refRequiredstringGit reference (branch or tag) that triggered the webhook. Format: refs/heads/{branch} or refs/tags/{tag}
app_idRequiredstringThe application identifier for which to trigger the webhook. Found in the Codemagic browser URL after 'app/' when viewing your application.
pusherRequiredobjectInformation about the user who triggered the webhook
repositoryRequiredobjectRepository information containing the clone URL
additional_payloadobjectAdditional webhook payload data from the Git provider. This can contain provider-specific fields like commits, pull_request, etc.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.