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.

Post an event action.

Parameters

ParameterDescription
Event Action NameThe action name of the event.
Event Action ParamThe action param of the event.
Event IDsA comma-separated list of event IDs. Can be obtained via the Query Event action.
ScopesThe scopes for the request.

Example Output

{
	"responseData": [
		{
			"entityId": "Entityid",
			"eventId": "Eventid",
			"taskId": "Taskid"
		}
	],
	"responseEnvelope": {
		"additionalText": "",
		"recordsNumber": 0,
		"requestId": "Requestid",
		"responseCode": 0,
		"responseText": "",
		"scrollId": "Scrollid"
	}
}

Workflow Library Example

Post Event Action with Check Point Harmony and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop