Integration reference
GitLab Trigger and Action reference
Trigger from GitLab projects and groups and automate issues, merge requests, comments, and pipelines.
Authentication
Connect the GitLab account that can access the selected projects or groups.
- Trigger account type:
oauth2; reconnect byoauth. - Action connection type:
oauth2; available modes: Connected GitLab account.
Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.
Scopes and permissions
Base Trigger authorization requests: api.
View 1 OAuth scopes used by current Actions
api
View 1 provider permissions or credential requirements
api
Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.
Use GitLab as a Trigger
The current provider manifest contains 24 available Trigger definitions. Representative definitions include:
- Any GitLab Event
- Push
- Tag Push
- Issue
- Merge Request
- Pipeline
View all 24 available Trigger definitions
| Trigger | Manifest key | Delivery | Additional scopes |
|---|---|---|---|
| Any GitLab Event | gitlab.any_event.instant | instant | None declared |
| Custom Webhook Events | gitlab.custom_webhook_events.instant | instant | None declared |
| Push | gitlab.push.instant | instant | None declared |
| Tag Push | gitlab.tag_push.instant | instant | None declared |
| Issue | gitlab.issue.instant | instant | None declared |
| Work Item | gitlab.work_item.instant | instant | None declared |
| Confidential Issue | gitlab.confidential_issue.instant | instant | None declared |
| Comment | gitlab.comment.instant | instant | None declared |
| Confidential Comment | gitlab.confidential_comment.instant | instant | None declared |
| Merge Request | gitlab.merge_request.instant | instant | None declared |
| Job | gitlab.job.instant | instant | None declared |
| Pipeline | gitlab.pipeline.instant | instant | None declared |
| Wiki Page | gitlab.wiki_page.instant | instant | None declared |
| Deployment | gitlab.deployment.instant | instant | None declared |
| Feature Flag | gitlab.feature_flag.instant | instant | None declared |
| Release | gitlab.release.instant | instant | None declared |
| Milestone | gitlab.milestone.instant | instant | None declared |
| Emoji Reaction | gitlab.emoji.instant | instant | None declared |
| Access Token Expiring | gitlab.access_token_expiring.instant | instant | None declared |
| Deploy Token Expiring | gitlab.deploy_token_expiring.instant | instant | None declared |
| Vulnerability | gitlab.vulnerability.instant | instant | None declared |
| Group Member | gitlab.group_member.instant | instant | None declared |
| Group Project | gitlab.group_project.instant | instant | None declared |
| Subgroup | gitlab.subgroup.instant | instant | None declared |
Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.
Use GitLab Actions
The current Action manifest contains 6 operations. Representative Actions include:
- Create Issue
- Update Issue
- Add Issue Comment
- Create Merge Request
- Run Pipeline
- Custom API Request
View all 6 available Action definitions
| Action | Manifest key | Access and auth | Manifest rate limit |
|---|---|---|---|
| Create Issue | gitlab.create_issue | apiFastHook-managed account | 1/second |
| Update Issue | gitlab.update_issue | apiFastHook-managed account | 1/second |
| Add Issue Comment | gitlab.add_issue_comment | apiFastHook-managed account | 1/second |
| Create Merge Request | gitlab.create_merge_request | apiFastHook-managed account | 1/second |
| Run Pipeline | gitlab.create_pipeline | apiFastHook-managed account | 1/second |
| Custom API Request | gitlab.custom_api_request | apiFastHook-managed account | 1/second |
The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.
Build a Workflow
- Create a Source using a GitLab Trigger definition.
- Create a Workflow with that Source as its Trigger.
- Add the required GitLab Action and select the connected account.
- Map Trigger or earlier-Step data into the Action fields with the field picker.
- Add a Filter, Paths, Delay, or Transformation when the route needs it.
- Activate the Workflow, produce a controlled event, and verify the run in Audit and in GitLab.
Troubleshooting GitLab
- The account is missing or cannot be selected
- Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
- A resource picker is empty
- Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
- The editor asks for additional scopes
- Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
- An active Workflow returns 401, 403, or a permission error
- Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
- The provider returns 429 or a temporary 5xx
- Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.
Provider-specific checks
- Use project or group targets deliberately; their event scopes differ.
- Branch and action filters can prevent broad webhook subscriptions from creating unwanted runs.