Bugsnag
bugsnagBugsnag is an error monitoring and stability management platform that helps developers identify, prioritize, and fix software bugs.
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ónTool to bulk update multiple errors in a project. use when batching identical updates across many errors.
BUGSNAG_BULK_UPDATE_ERRORSAcciónTool to bulk update multiple errors in a project. use when batching identical updates across many errors.
Parámetros de entrada
severitystringNew severity level when operation is 'overriden_severity'
error_idsstring[]ObligatorioList of error IDs to update
issue_urlstringHTTP link to an external issue when linking or creating an issue
operationstringObligatorioOperation to perform on the errors (e.g. 'overriden_severity', 'assign_collaborator')
project_idstringObligatorioIdentifier of the project containing the errors
issue_titlestringTitle to set on a created or linked issue
reopen_rulesobjectRules for automatically reopening the error
notification_idstringID of the issue tracker to use for issue operations
assigned_team_idstringID of team to assign the errors to (mutually exclusive with assigned_collaborator_id)
verify_issue_urlbooleanWhether to verify the issue_url with the configured issue tracker
assigned_collaborator_idstringID of collaborator to assign the errors to (mutually exclusive with assigned_team_id)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Configure IntegrationBUGSNAG_CONFIGURE_INTEGRATIONAcciónTool to configure a new integration for a bugsnag project. use after selecting integration key and preparing credentials.
BUGSNAG_CONFIGURE_INTEGRATIONAcciónTool to configure a new integration for a bugsnag project. use after selecting integration key and preparing credentials.
Parámetros de entrada
labelstringOptional human-readable label for this configured integration
project_idstringObligatorioID of the project to configure the integration for
configurationobjectObligatorioIntegration-specific configuration object, such as credentials or connection parameters
integration_keystringObligatorioKey identifying the integration service
issue_automationobjectOptional 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_idstringOptional ID of an existing integration connection to base this configuration on
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Invite CollaboratorBUGSNAG_CREATE_COLLABORATORAcciónTool 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.
BUGSNAG_CREATE_COLLABORATORAcciónTool 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
adminbooleanWhether the collaborator should have admin privileges
emailanyObligatorioemailEmail 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_idstringObligatorioID of the Bugsnag organization to which the user will be invited
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Custom Event FieldBUGSNAG_CREATE_CUSTOM_EVENT_FIELDAcciónTool 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..."
BUGSNAG_CREATE_CUSTOM_EVENT_FIELDAcciónTool 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
pathstringObligatorioPath to the field in the event JSON, e.g. 'metaData.user.id'
reindexbooleanWhether to reindex historical events for this field
project_idstringObligatorioID of the project
pivot_optionsobjectConfiguration for pivot behavior
filter_optionsobjectObligatorioConfiguration for filter behavior
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Saved SearchBUGSNAG_CREATE_SAVED_SEARCHAcciónTool 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.
BUGSNAG_CREATE_SAVED_SEARCHAcciónTool 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
namestringObligatorioName of the saved search
sortstringSort order for the saved search, e.g., 'events'
sharedbooleanWhether this saved search is shared among collaborators
filtersobjectObligatorioFilters mapping field names to a list of filter items
project_idstringObligatorioID of the project this saved search is for
project_defaultbooleanObligatorioWhether this saved search is the project default for the current user
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete All Errors in a ProjectBUGSNAG_DELETE_ALL_ERRORS_IN_PROJECTAcciónTool 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.
BUGSNAG_DELETE_ALL_ERRORS_IN_PROJECTAcciónTool 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_idstringObligatorioID of the project from which to delete all errors
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CollaboratorBUGSNAG_DELETE_COLLABORATORAcciónTool to remove a collaborator from an organization. use when revoking collaborator access after confirming both organization and collaborator ids. requires organization administrator privileges.
BUGSNAG_DELETE_COLLABORATORAcciónTool 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_idstringObligatorioID of the collaborator to remove
organization_idstringObligatorioID of the Bugsnag organization from which to remove the collaborator
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a configured integrationBUGSNAG_DELETE_CONFIGURED_INTEGRATIONAcciónTool 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.
BUGSNAG_DELETE_CONFIGURED_INTEGRATIONAcciónTool 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
idstringObligatorioID of the configured integration to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Event FieldBUGSNAG_DELETE_EVENT_FIELDAcciónTool to delete a custom event field. use when you need to remove a specific event field after confirming the project id and display id.
BUGSNAG_DELETE_EVENT_FIELDAcciónTool 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_idstringObligatorioDisplay identifier of the event field to delete
project_idstringObligatorioID of the project containing the custom event field
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ProjectBUGSNAG_DELETE_PROJECTAcciónTool to delete a project. use when you need to permanently remove a project after confirming the project id. requires appropriate permissions.
BUGSNAG_DELETE_PROJECTAcciónTool 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_idstringObligatorioID of the project to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Saved SearchBUGSNAG_DELETE_SAVED_SEARCHAcciónTool to delete a saved search. use when you need to permanently remove a saved filterset by its id after confirming the saved search identifier.
BUGSNAG_DELETE_SAVED_SEARCHAcciónTool 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_idstringObligatorioID of the saved search to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Saved SearchBUGSNAG_GET_SAVED_SEARCHAcciónTool to retrieve a saved search by id. use when you need to fetch details of a saved search after confirming its id.
BUGSNAG_GET_SAVED_SEARCHAcciónTool 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
idstringObligatorioID of the saved search to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Saved Search Usage SummaryBUGSNAG_GET_SAVED_SEARCH_USAGE_SUMMARYAcciónTool to get usage summary for a saved search. use after confirming the saved search id. example: "get usage summary for saved search 515fb9337c1074f6fd000003".
BUGSNAG_GET_SAVED_SEARCH_USAGE_SUMMARYAcciónTool 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
idstringObligatorioThe ID of the saved search to get a usage summary for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Collaborator Access Details for ProjectsBUGSNAG_LIST_COLLABORATOR_ACCESS_DETAILS_FOR_PROJECTSAcciónTool to list summary details of the projects a collaborator has access to. use when reviewing a collaborator's access across an organization.
BUGSNAG_LIST_COLLABORATOR_ACCESS_DETAILS_FOR_PROJECTSAcciónTool 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
qstringQuery term to filter project names by.
per_pageintegerNumber of results per page, 1-30.
inaccessiblebooleanIf true, return only inaccessible projects. Defaults to false.
collaborator_idstringObligatorioID of the collaborator.
individual_onlybooleanIf true, return only individual project access (exclude team-based access).
organization_idstringObligatorioID of the organization.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CollaboratorsBUGSNAG_LIST_COLLABORATORSAcciónTool to list collaborators in an organization. use when you need to retrieve all collaborators for a specified organization. example: "list collaborators for organization 515fb9337c1074f6fd000001".
BUGSNAG_LIST_COLLABORATORSAcciónTool 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_idstringObligatorioID of the Bugsnag organization to list collaborators for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Collaborators on ProjectBUGSNAG_LIST_COLLABORATORS_ON_PROJECTAcciónTool 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".
BUGSNAG_LIST_COLLABORATORS_ON_PROJECTAcciónTool 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_pageintegerNumber of results per page (max 100). Defaults to 30 if not set.
project_idstringObligatorioID of the project to list collaborators for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Configured Integrations for ProjectBUGSNAG_LIST_CONFIGURED_INTEGRATIONS_FOR_PROJECTAcciónTool to list configured integrations for a project. use after confirming the project id to retrieve all integration summaries.
BUGSNAG_LIST_CONFIGURED_INTEGRATIONS_FOR_PROJECTAcciónTool to list configured integrations for a project. use after confirming the project id to retrieve all integration summaries.
Parámetros de entrada
project_idstringObligatorioThe unique identifier for the Bugsnag project
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Errors on ProjectBUGSNAG_LIST_ERRORS_ON_PROJECTAcciónTool to list all errors in a project. use when you need to retrieve errors with optional filtering by version and sorting.
BUGSNAG_LIST_ERRORS_ON_PROJECTAcciónTool 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
sortstringenumField to sort the returned error list by.
last_seenfirst_seenuserseventsunsorteddirectionstringenumSort direction: ascending ('asc') or descending ('desc').
ascdescproject_idstringObligatorioID 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Event Fields for ProjectBUGSNAG_LIST_EVENT_FIELDS_FOR_PROJECTAcciónTool 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".
BUGSNAG_LIST_EVENT_FIELDS_FOR_PROJECTAcciónTool 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_idstringObligatorioID of the project to list event fields for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Events on ProjectBUGSNAG_LIST_EVENTS_ON_PROJECTAcciónTool 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".
BUGSNAG_LIST_EVENTS_ON_PROJECTAcciónTool 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
basestringOnly events occurring before this ISO 8601 timestamp will be considered
sortstringField to sort results by. Default is 'timestamp'
filtersobjectFilters object to restrict events. Should be a JSON-serializable dict, see API docs for URL encoding format: e.g. {"event.since":[{type,value}]}
per_pageintegerNumber of results per page (max 30). Default is 30
directionstringDirection to sort results by: 'asc' or 'desc'. Default is 'desc'
project_idstringObligatorioIdentifier of the project to retrieve events for
full_reportsbooleanWhether to include full reports payloads for each event. Default is false
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List OrganizationsBUGSNAG_LIST_ORGANIZATIONSAcciónTool 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.
BUGSNAG_LIST_ORGANIZATIONSAcciónTool 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
pageintegerPage number to retrieve (1-based).
per_pageintegerNumber of organizations per page (maximum 100).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Pivots for ProjectBUGSNAG_LIST_PIVOTS_ON_PROJECTAcciónTool to list pivots for a project. use when you need to retrieve all pivot definitions available in a specified project.
BUGSNAG_LIST_PIVOTS_ON_PROJECTAcciónTool 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_idstringObligatorioID of the project to list pivot definitions for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsBUGSNAG_LIST_PROJECTSAcciónTool to list projects in an organization. use when you need to retrieve all projects under a specified bugsnag organization after confirming the organization id.
BUGSNAG_LIST_PROJECTSAcciónTool 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_idstringObligatorioID of the Bugsnag organization to list projects for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Release GroupsBUGSNAG_LIST_RELEASE_GROUPSAcciónTool 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.
BUGSNAG_LIST_RELEASE_GROUPSAcciónTool 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_idstringObligatorioID of the Bugsnag project to list release groups for
release_stage_namestringObligatorioFilter release groups by a specific release stage (e.g., 'production').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ReleasesBUGSNAG_LIST_RELEASESAcciónTool to list releases for a project. use when you need to retrieve all releases of a specific bugsnag project after confirming the project id.
BUGSNAG_LIST_RELEASESAcciónTool 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
afterstringOnly include releases created after this ISO 8601 timestamp
limitintegerMaximum number of releases to return per page
beforestringOnly include releases created before this ISO 8601 timestamp
offsetintegerNumber of releases to skip before returning results
project_idstringObligatorioID of the Bugsnag project to list releases for
release_stagestringFilter releases by a specific release stage
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Saved Searches on ProjectBUGSNAG_LIST_SAVED_SEARCHES_ON_PROJECTAcciónTool to list saved searches for a project. use after confirming project id to retrieve all saved searches, optionally filtering by shared flag.
BUGSNAG_LIST_SAVED_SEARCHES_ON_PROJECTAcciónTool 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
sharedbooleanLimit saved searches returned to only those with this shared property
project_idstringObligatorioID of the project to list saved searches for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Supported IntegrationsBUGSNAG_LIST_SUPPORTED_INTEGRATIONSAcciónTool to list all supported integrations. use when discovering available integration services before configuring a project.
BUGSNAG_LIST_SUPPORTED_INTEGRATIONSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Trends for Project BucketsBUGSNAG_LIST_TRENDS_FOR_PROJECT_BUCKETSAcciónTool to list trend buckets for a project. use when you need time-segmented event counts to analyze occurrence patterns.
BUGSNAG_LIST_TRENDS_FOR_PROJECT_BUCKETSAcciónTool to list trend buckets for a project. use when you need time-segmented event counts to analyze occurrence patterns.
Parámetros de entrada
filtersobjectOptional 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_idstringObligatorioID of the project to retrieve trend buckets for
buckets_countintegerObligatorioNumber of buckets to group trend data into (1-50)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Regenerate Project API KeyBUGSNAG_REGENERATE_PROJECT_API_KEYAcciónTool to regenerate a project's api key. use after confirming the project id and when you need to rotate the notifier api key.
BUGSNAG_REGENERATE_PROJECT_API_KEYAcciónTool 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_idstringObligatorioID of the project whose API key will be regenerated
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Collaborator Access Details for ProjectBUGSNAG_SHOW_COLLABORATOR_ACCESS_DETAILS_FOR_PROJECTAcciónTool 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.
BUGSNAG_SHOW_COLLABORATOR_ACCESS_DETAILS_FOR_PROJECTAcciónTool 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_idstringObligatorioID of the project.
collaborator_idstringObligatorioID of the collaborator.
organization_idstringObligatorioID of the Bugsnag organization.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Collaborator on OrganizationBUGSNAG_SHOW_COLLABORATOR_ON_ORGANIZATIONAcciónTool to show a collaborator in an organization. use after confirming organization and collaborator ids; requires organization administrator access.
BUGSNAG_SHOW_COLLABORATOR_ON_ORGANIZATIONAcciónTool to show a collaborator in an organization. use after confirming organization and collaborator ids; requires organization administrator access.
Parámetros de entrada
collaborator_idstringObligatorioID of the collaborator to show
organization_idstringObligatorioID of the Bugsnag organization to fetch the collaborator from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Collaborator on ProjectBUGSNAG_SHOW_COLLABORATOR_ON_PROJECTAcciónTool to show a collaborator in a project. use when you need detailed information about a specific collaborator after confirming both project and collaborator ids.
BUGSNAG_SHOW_COLLABORATOR_ON_PROJECTAcciónTool 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
idstringObligatorioID of the collaborator to retrieve
project_idstringObligatorioID of the project to show the collaborator for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Collaborator PermissionsBUGSNAG_UPDATE_COLLABORATOR_PERMISSIONSAcciónTool 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.
BUGSNAG_UPDATE_COLLABORATOR_PERMISSIONSAcciónTool 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
idstringObligatorioID of the collaborator to update
project_idsstring[]List of project IDs to grant access; mutually exclusive with project_roles
project_rolesobjectMapping of project IDs to roles (project_member or project_admin); mutually exclusive with project_ids
organization_idstringObligatorioID of the Bugsnag organization containing the collaborator
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not