NAiOS IconNAiOS Logo
Volver al catálogo

Bugsnag

bugsnag

Bugsnag is an error monitoring and stability management platform that helps developers identify, prioritize, and fix software bugs.

Acciones
33
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (33)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Bulk Update ErrorsBUGSNAG_BULK_UPDATE_ERRORSAcción

Tool to bulk update multiple errors in a project. use when batching identical updates across many errors.

Parámetros de entrada

  • severitystring

    New severity level when operation is 'overriden_severity'

  • error_idsstring[]Obligatorio

    List of error IDs to update

  • issue_urlstring

    HTTP link to an external issue when linking or creating an issue

  • operationstringObligatorio

    Operation to perform on the errors (e.g. 'overriden_severity', 'assign_collaborator')

  • project_idstringObligatorio

    Identifier of the project containing the errors

  • issue_titlestring

    Title to set on a created or linked issue

  • reopen_rulesobject

    Rules for automatically reopening the error

  • notification_idstring

    ID of the issue tracker to use for issue operations

  • assigned_team_idstring

    ID of team to assign the errors to (mutually exclusive with assigned_collaborator_id)

  • verify_issue_urlboolean

    Whether to verify the issue_url with the configured issue tracker

  • assigned_collaborator_idstring

    ID of collaborator to assign the errors to (mutually exclusive with assigned_team_id)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Configure IntegrationBUGSNAG_CONFIGURE_INTEGRATIONAcción

Tool to configure a new integration for a bugsnag project. use after selecting integration key and preparing credentials.

Parámetros de entrada

  • labelstring

    Optional human-readable label for this configured integration

  • project_idstringObligatorio

    ID of the project to configure the integration for

  • configurationobjectObligatorio

    Integration-specific configuration object, such as credentials or connection parameters

  • integration_keystringObligatorio

    Key identifying the integration service

  • issue_automationobject

    Optional settings for automatic issue-tracker triggers

  • disable_severitiesstring[]

    Optional list of severity levels to disable for this integration

  • disable_release_stagesstring[]

    Optional list of release stages for which this integration should be disabled

  • disable_unhandled_statesstring[]

    Optional list of unhandled states to disable for this integration

  • integration_connection_idstring

    Optional ID of an existing integration connection to base this configuration on

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Invite CollaboratorBUGSNAG_CREATE_COLLABORATORAcción

Tool to invite a collaborator to an organization. use when you need to add a new user by email to grant them access. ensure the organization id is correct before calling.

Parámetros de entrada

  • adminboolean

    Whether the collaborator should have admin privileges

  • emailanyObligatorioemail

    Email address of the collaborator to invite

  • project_idsstring[]

    Optional list of project IDs the collaborator should have access to. If omitted, no project-specific permissions are set.

  • organization_idstringObligatorio

    ID of the Bugsnag organization to which the user will be invited

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Custom Event FieldBUGSNAG_CREATE_CUSTOM_EVENT_FIELDAcción

Tool to create a custom event field for a project. use after confirming the project id to add a new filterable field. example: "create a field 'user.id' mapping to 'metadata.user.id' for project 515fb..."

Parámetros de entrada

  • pathstringObligatorio

    Path to the field in the event JSON, e.g. 'metaData.user.id'

  • reindexboolean

    Whether to reindex historical events for this field

  • project_idstringObligatorio

    ID of the project

  • pivot_optionsobject

    Configuration for pivot behavior

  • filter_optionsobjectObligatorio

    Configuration for filter behavior

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Saved SearchBUGSNAG_CREATE_SAVED_SEARCHAcción

Tool to create a new saved search for a project. use when you need to persist a set of filters and sort order as a saved search for a project after confirming project details.

Parámetros de entrada

  • namestringObligatorio

    Name of the saved search

  • sortstring

    Sort order for the saved search, e.g., 'events'

  • sharedboolean

    Whether this saved search is shared among collaborators

  • filtersobjectObligatorio

    Filters mapping field names to a list of filter items

  • project_idstringObligatorio

    ID of the project this saved search is for

  • project_defaultbooleanObligatorio

    Whether this saved search is the project default for the current user

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete All Errors in a ProjectBUGSNAG_DELETE_ALL_ERRORS_IN_PROJECTAcción

Tool to delete all errors in a project. use when you need to remove all error and event data for a given project. use with caution after confirming the project id, as this action is irreversible and requires project owner or organization administrator permissions.

Parámetros de entrada

  • project_idstringObligatorio

    ID of the project from which to delete all errors

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CollaboratorBUGSNAG_DELETE_COLLABORATORAcción

Tool to remove a collaborator from an organization. use when revoking collaborator access after confirming both organization and collaborator ids. requires organization administrator privileges.

Parámetros de entrada

  • collaborator_idstringObligatorio

    ID of the collaborator to remove

  • organization_idstringObligatorio

    ID of the Bugsnag organization from which to remove the collaborator

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete a configured integrationBUGSNAG_DELETE_CONFIGURED_INTEGRATIONAcción

Tool to delete a configured integration. use when you need to remove an existing integration from a project after confirming the integration id. this action cannot be undone and requires organization administrator or project owner permissions.

Parámetros de entrada

  • idstringObligatorio

    ID of the configured integration to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Event FieldBUGSNAG_DELETE_EVENT_FIELDAcción

Tool to delete a custom event field. use when you need to remove a specific event field after confirming the project id and display id.

Parámetros de entrada

  • display_idstringObligatorio

    Display identifier of the event field to delete

  • project_idstringObligatorio

    ID of the project containing the custom event field

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ProjectBUGSNAG_DELETE_PROJECTAcción

Tool to delete a project. use when you need to permanently remove a project after confirming the project id. requires appropriate permissions.

Parámetros de entrada

  • project_idstringObligatorio

    ID of the project to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Saved SearchBUGSNAG_DELETE_SAVED_SEARCHAcción

Tool to delete a saved search. use when you need to permanently remove a saved filterset by its id after confirming the saved search identifier.

Parámetros de entrada

  • saved_search_idstringObligatorio

    ID of the saved search to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Saved SearchBUGSNAG_GET_SAVED_SEARCHAcción

Tool to retrieve a saved search by id. use when you need to fetch details of a saved search after confirming its id.

Parámetros de entrada

  • idstringObligatorio

    ID of the saved search to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Saved Search Usage SummaryBUGSNAG_GET_SAVED_SEARCH_USAGE_SUMMARYAcción

Tool to get usage summary for a saved search. use after confirming the saved search id. example: "get usage summary for saved search 515fb9337c1074f6fd000003".

Parámetros de entrada

  • idstringObligatorio

    The ID of the saved search to get a usage summary for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Collaborator Access Details for ProjectsBUGSNAG_LIST_COLLABORATOR_ACCESS_DETAILS_FOR_PROJECTSAcción

Tool to list summary details of the projects a collaborator has access to. use when reviewing a collaborator's access across an organization.

Parámetros de entrada

  • qstring

    Query term to filter project names by.

  • per_pageinteger

    Number of results per page, 1-30.

  • inaccessibleboolean

    If true, return only inaccessible projects. Defaults to false.

  • collaborator_idstringObligatorio

    ID of the collaborator.

  • individual_onlyboolean

    If true, return only individual project access (exclude team-based access).

  • organization_idstringObligatorio

    ID of the organization.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CollaboratorsBUGSNAG_LIST_COLLABORATORSAcción

Tool to list collaborators in an organization. use when you need to retrieve all collaborators for a specified organization. example: "list collaborators for organization 515fb9337c1074f6fd000001".

Parámetros de entrada

  • organization_idstringObligatorio

    ID of the Bugsnag organization to list collaborators for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Collaborators on ProjectBUGSNAG_LIST_COLLABORATORS_ON_PROJECTAcción

Tool to list collaborators on a project. use when you need to retrieve all users with access to a given project after confirming its id. example: "list collaborators for project 515fb9337c1074f6fd000001".

Parámetros de entrada

  • per_pageinteger

    Number of results per page (max 100). Defaults to 30 if not set.

  • project_idstringObligatorio

    ID of the project to list collaborators for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Configured Integrations for ProjectBUGSNAG_LIST_CONFIGURED_INTEGRATIONS_FOR_PROJECTAcción

Tool to list configured integrations for a project. use after confirming the project id to retrieve all integration summaries.

Parámetros de entrada

  • project_idstringObligatorio

    The unique identifier for the Bugsnag project

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Errors on ProjectBUGSNAG_LIST_ERRORS_ON_PROJECTAcción

Tool to list all errors in a project. use when you need to retrieve errors with optional filtering by version and sorting.

Parámetros de entrada

  • sortstringenum

    Field to sort the returned error list by.

    last_seenfirst_seenuserseventsunsorted
  • directionstringenum

    Sort direction: ascending ('asc') or descending ('desc').

    ascdesc
  • project_idstringObligatorio

    ID of the project to list errors for.

  • version_seen_inobject[]

    Optional list of version filters. Each filter applies to 'version.seen_in' property.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Event Fields for ProjectBUGSNAG_LIST_EVENT_FIELDS_FOR_PROJECTAcción

Tool to list event fields for a project. use when you need to discover all available fields for filtering events in a specified project. example: "list event fields for project 515fb9337c1074f6fd000001".

Parámetros de entrada

  • project_idstringObligatorio

    ID of the project to list event fields for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Events on ProjectBUGSNAG_LIST_EVENTS_ON_PROJECTAcción

Tool to list events for a project. use when you need to retrieve all error occurrences (events) for a given project after confirming its id. example: "list events for project 515fb9337c1074f6fd000003".

Parámetros de entrada

  • basestring

    Only events occurring before this ISO 8601 timestamp will be considered

  • sortstring

    Field to sort results by. Default is 'timestamp'

  • filtersobject

    Filters object to restrict events. Should be a JSON-serializable dict, see API docs for URL encoding format: e.g. {"event.since":[{type,value}]}

  • per_pageinteger

    Number of results per page (max 30). Default is 30

  • directionstring

    Direction to sort results by: 'asc' or 'desc'. Default is 'desc'

  • project_idstringObligatorio

    Identifier of the project to retrieve events for

  • full_reportsboolean

    Whether to include full reports payloads for each event. Default is false

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List OrganizationsBUGSNAG_LIST_ORGANIZATIONSAcción

Tool to list organizations for the authenticated user. use after validating the api token when you need to retrieve all organizations the current user has access to.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-based).

  • per_pageinteger

    Number of organizations per page (maximum 100).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Pivots for ProjectBUGSNAG_LIST_PIVOTS_ON_PROJECTAcción

Tool to list pivots for a project. use when you need to retrieve all pivot definitions available in a specified project.

Parámetros de entrada

  • project_idstringObligatorio

    ID of the project to list pivot definitions for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProjectsBUGSNAG_LIST_PROJECTSAcción

Tool to list projects in an organization. use when you need to retrieve all projects under a specified bugsnag organization after confirming the organization id.

Parámetros de entrada

  • organization_idstringObligatorio

    ID of the Bugsnag organization to list projects for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Release GroupsBUGSNAG_LIST_RELEASE_GROUPSAcción

Tool to list release groups for a project. use when you need to retrieve all release groups of a specific bugsnag project after confirming the project id.

Parámetros de entrada

  • project_idstringObligatorio

    ID of the Bugsnag project to list release groups for

  • release_stage_namestringObligatorio

    Filter release groups by a specific release stage (e.g., 'production').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ReleasesBUGSNAG_LIST_RELEASESAcción

Tool to list releases for a project. use when you need to retrieve all releases of a specific bugsnag project after confirming the project id.

Parámetros de entrada

  • afterstring

    Only include releases created after this ISO 8601 timestamp

  • limitinteger

    Maximum number of releases to return per page

  • beforestring

    Only include releases created before this ISO 8601 timestamp

  • offsetinteger

    Number of releases to skip before returning results

  • project_idstringObligatorio

    ID of the Bugsnag project to list releases for

  • release_stagestring

    Filter releases by a specific release stage

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Saved Searches on ProjectBUGSNAG_LIST_SAVED_SEARCHES_ON_PROJECTAcción

Tool to list saved searches for a project. use after confirming project id to retrieve all saved searches, optionally filtering by shared flag.

Parámetros de entrada

  • sharedboolean

    Limit saved searches returned to only those with this shared property

  • project_idstringObligatorio

    ID of the project to list saved searches for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Supported IntegrationsBUGSNAG_LIST_SUPPORTED_INTEGRATIONSAcción

Tool to list all supported integrations. use when discovering available integration services before configuring a project.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Trends for Project BucketsBUGSNAG_LIST_TRENDS_FOR_PROJECT_BUCKETSAcción

Tool to list trend buckets for a project. use when you need time-segmented event counts to analyze occurrence patterns.

Parámetros de entrada

  • filtersobject

    Optional filters to restrict the events reported in the trend. Each key is an event field name, and each value is a list of filter objects.

  • project_idstringObligatorio

    ID of the project to retrieve trend buckets for

  • buckets_countintegerObligatorio

    Number of buckets to group trend data into (1-50)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Regenerate Project API KeyBUGSNAG_REGENERATE_PROJECT_API_KEYAcción

Tool to regenerate a project's api key. use after confirming the project id and when you need to rotate the notifier api key.

Parámetros de entrada

  • project_idstringObligatorio

    ID of the project whose API key will be regenerated

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Show Collaborator Access Details for ProjectBUGSNAG_SHOW_COLLABORATOR_ACCESS_DETAILS_FOR_PROJECTAcción

Tool to show a collaborator's access details for a project. use after confirming organization, collaborator, and project ids have been obtained and you have access rights.

Parámetros de entrada

  • project_idstringObligatorio

    ID of the project.

  • collaborator_idstringObligatorio

    ID of the collaborator.

  • organization_idstringObligatorio

    ID of the Bugsnag organization.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Show Collaborator on OrganizationBUGSNAG_SHOW_COLLABORATOR_ON_ORGANIZATIONAcción

Tool to show a collaborator in an organization. use after confirming organization and collaborator ids; requires organization administrator access.

Parámetros de entrada

  • collaborator_idstringObligatorio

    ID of the collaborator to show

  • organization_idstringObligatorio

    ID of the Bugsnag organization to fetch the collaborator from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Show Collaborator on ProjectBUGSNAG_SHOW_COLLABORATOR_ON_PROJECTAcción

Tool to show a collaborator in a project. use when you need detailed information about a specific collaborator after confirming both project and collaborator ids.

Parámetros de entrada

  • idstringObligatorio

    ID of the collaborator to retrieve

  • project_idstringObligatorio

    ID of the project to show the collaborator for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Collaborator PermissionsBUGSNAG_UPDATE_COLLABORATOR_PERMISSIONSAcción

Tool to update a collaborator's project access permissions. use when you need to change which projects a collaborator can access or their roles within each project. supply only project ids or project roles.

Parámetros de entrada

  • idstringObligatorio

    ID of the collaborator to update

  • project_idsstring[]

    List of project IDs to grant access; mutually exclusive with project_roles

  • project_rolesobject

    Mapping of project IDs to roles (project_member or project_admin); mutually exclusive with project_ids

  • organization_idstringObligatorio

    ID of the Bugsnag organization containing the collaborator

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not