commonfields: id: IsIncidentPartOfCampaign version: -1 name: IsIncidentPartOfCampaign script: '' type: python tags: - phishing - campaign comment: Gets the ID of an incident campaign that is linked to at least one of the given incidents. enabled: true args: - name: CampaignIncidentType deprecated: true description: The type of incident campaign to search in. defaultValue: Phishing Campaign - name: IncidentIDs required: true isArray: true description: A comma-separated list of incidents ids to search an incident campaign for. outputs: - contextPath: ExistingCampaignID description: The ID of an incident campaign that is linked to at least one of the given incidents. scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.5.0 tests: - No tests (auto formatted)