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.

Retrieve a phishing campaign by ID.
External DocumentationTo learn more, visit the Adaptive Security documentation.

Parameters

ParameterDescription
Campaign IDThe ID of the phishing campaign. Can be obtained using List Phishing Campaigns action.

Example Output

{
	"campaign_id": "f3c7c8f3-1234-5678-9abc-def012345678",
	"name": "Quarterly Phish Test",
	"target": "GROUPS",
	"groups": [
		{
			"group_id": "cf7fc19b-d312-47bb-8289-79774e3218d1",
			"name": "All Users"
		}
	],
	"scenarios": [
		{
			"scenario_id": "a7b8c9d0-e1f2-3456-abcd-e78901234567",
			"name": "Zoom Deepfake",
			"sender": "Zoom",
			"difficulty": "Hard",
			"spoofPageType": "DEEPFAKE_SPOOF_PAGE",
			"channel": "EMAIL",
			"attackVector": "LINK_CLICKED"
		}
	],
	"mode": "RECURRING",
	"status": "IN_PROGRESS",
	"created_date": "2025-06-01T13:19:13.402Z",
	"start_date": "2025-06-10T13:19:13.402Z",
	"end_date": "2025-08-10T13:19:13.402Z",
	"distribution_interval": "TWO_WEEKS",
	"recurring_interval": "MONTH",
	"simulations": [
		{
			"simulation_id": "c18f4e0b-5678-9abc-def0-123456789abc",
			"start_date": "2025-06-10T13:19:13.402Z",
			"end_date": "2025-07-10T13:19:13.402Z",
			"status": "COMPLETED"
		}
	]
}

Workflow Library Example

Get Phishing Campaign with Adaptive Security and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop