GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation allows updating the email integration settings for pipeline notifications within a specific GitLab group. It is useful for automating the configuration of pipeline email notifications in GitLab groups, such as setting or modifying the email address that receives pipeline status updates.

Use Case Examples

  1. Automatically update the pipeline email integration for a GitLab group when a new project is created.
  2. Modify the email notification settings for pipeline integrations across multiple GitLab groups in bulk.

Properties

Name Meaning
Skip Authentication Option to skip authentication for the request.
Authentication Type of authentication used, default is GitLab API key.
baseUrl Base URL of the GitLab instance, default is https://gitlab.com.
Method HTTP method to use for the request, default is GET.
Path Parameters Parameters to be included in the request path, specifically the group ID for this operation.

Output

JSON

  • statusCode - HTTP status code of the response.
  • body - Response body containing the updated pipeline email integration details.

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the group ID provided in the path parameters is valid and exists in GitLab.
  • Verify that the API key used has sufficient permissions to update group integrations.
  • Check the base URL to confirm it points to the correct GitLab instance.
  • Common error messages include 401 Unauthorized (invalid or missing API key), 404 Not Found (invalid group ID), and 400 Bad Request (invalid request body).

Links

Discussion