Skip to main content

sendAyehuAutomationRequest

A Workflow Engine function that sends an automation request to Ayehu.

This function is available as a feature of the Add-ons v2.3 download and later.

This function is available for alert and Situation workflows.

Back to Workflow Engine Functions Reference.

Arguments

Workflow Engine function sendAyehuAutomationRequest has no arguments.

This action must be preceded by the setAutomationPayload function when initiated from alert or Situation Workflows WFE or when initiated by a Client tool using workflow informs.

Example

The following example demonstrates typical use of Workflow Engine function sendAyehuAutomationRequest.

In this case, the workflow sends a request to Ayehu with content from the alert as defined in the Ayehu integration payload template defaultAlert.

Sample Workflow - Send to Ayehu Automation (Alert Workflows WFE)

Action

Description

Entry filter

custom_info.eventDetails.forAyehu = Y

DELAY

0 seconds (set as needed)

Set payload for request

(setAutomationPayload)

Build request payload and save to workflow context

automationSolution: Ayehu

automationInstance: Ayehu1

templateName: defaultAlert

Send to Ayehu

(sendAyehuAutomationRequest)

Send automation request to Ayehu