Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Deactivate an existing phishing campaign.
External DocumentationTo learn more, visit the KnowBe4 Security Awareness Training documentation.

Parameters

ParameterDescription
Activate Or DeactivateSelect whether to activate or deactivate.
Campaign IDThe ID of the phishing campaign to activate or deactivate.

Example Output

{
	"data": {
		"phishingCampaignDeactivate": {
			"errors": [],
			"node": {
				"id": "12345",
				"active": false,
				"updatedAt": "2023-10-02T12:00:00Z"
			}
		}
	}
}

Workflow Library Example

Activate or Deactivate Phishing Campaign with Knowbe4 Security Awareness Training and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop