Available in VPC
You can add SourceCommit type triggers on the NAVER Cloud Platform console's Cloud Functions > Action > Action details.
SourceCommit is a private Git repository service on the NAVER Cloud Platform designed to securely store source codes and various files. You can create a repository in SourceCommit to effectively manage team projects and easily save data such as source codes.
- An additional fee is charged for a subscription to SourceCommit. For more information on SourceCommit and its pricing plan, see Services > Developer Tools > SourceCommit on NAVER Cloud Platform portal.
- SourceCommit-type trigger is supported only for the Korea Region and VPC platforms.
Add trigger
To add a SourceCommit type trigger, click and select SourceCommit in the trigger type, then configure the trigger's basic information and SourceCommit connection information.
Connection information setup
You can set the connection settings of SourceCommit type trigger in the SourceCommit connection information within the console.

- Select a SourceCommit repository to check the list of webhooks in that repository.
- Select repository and webhook, then click the add button to complete SourceCommit connection information setup. You can add multiple webhooks, and each webhook event occurrence runs the same trigger.
- When trigger-webhook connection is disabled, the trigger does not run.
- A maximum of 10 triggers can be connected and activated per webhook.
- Click [Create Repository Shortcut] to go to the SourceCommit console and create a new repository.
- Click [Create webhook] to create a new webhook.

When creating a webhook in SourceCommit on the NAVER Cloud Platform console, select Cloud Functions as the target type to connect to an existing SourceCommit type trigger or create a new one.
Events forwarded to trigger
When webhook events created in SourceCommit occur, the event information is forwarded to the SourceCommit type trigger. The event information can then be used as parameters within the action code connected to the SourceCommit type trigger for various applications.
For payloads forwarded by SourceCommit event type, see SourceCommit user guide.