onBranchCreated( )


Notes:

Triggered when a branch is created.

Permissions
Manage Site Branches
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: BranchCreatedEnvelope): void | Promise<void>

Did this help?