HomeGuidesRecipesAPI
HomeGuidesAPILog In
Guides
These docs are for v11.2. Click to read the latest docs for v31.

Escalations

Intelledox Workflow allows configuring Escalation Actions to be triggered based on configurable conditions. To add a new Escalation, Open the Workflow canvas and click on the Escalation Button located on the right side menu.

47

Drag and drop the desired Escalation into the appropriate State into the Workflow Canvas.

This is an example of two Escalations (Send Email and Push Notification) added into State 2

995

These are common properties for all available Escalations:

Escalation Name
Allows customizing the name of this escalation action.

Initiate

  • Interval: Allows to define when this Escalation should be triggered, these are the options available:
    • In Minutes
      • Min(s) after transition
    • In Hours
      • Hour(s) after transition
    • In Days
      • Day(s) after transition
      • Weekdays Only
    • Day/Time
      • Question (question reference to resolve date and time.)

It is also possible to define recurring Escalations, selecting Recurring option. Here a brief description of available options:
Recurrence Pattern

  • Hourly
  • Daily
  • Weekly
  • Monthly
    Range of Recurrence
  • Occurrences
  • After Days
  • On Date
  • No End.
391

Post to Webhook

Push Notification

A Webhook is a simple HTTP publish and subscription model for passing information between services. With the Webhook action, you can call your own HTTP endpoint when a form is submitted and optionally include form answers. This means all your connector logic can remain in an external service that can be updated and load-balanced separately.

The service call is made as a POST and the body of the request contains the JSON payload. Service response codes determine if the action is considered to have failed or completed. This action does not deal with the generated documents.

Escalation InputDescription
Answer ValuesOptional values and question references that you want to send to your service.
Custom HeadersOptional Custom Heathers included in the request.
Secret KeyUser-provided API key that is sent to and validated by your service.
Webhook URL EndpointThe URL of your service.

Reassignment

Allows reassigning current State to another User or Group.

Escalation InputDescription
Group to AssignIntelledox Group to be reassigned.
User to AssignIntelledox User to be reassigned.
CommentOptional Comment.

Send Email

Sends an Email similarly to the Email Action with the difference that can be configured to be recurring using Escalation parameters.

Escalation InputDescription
Email Subject
Email body
Email BCC(Blind Carbon Copy) - Put the email address here if you are sending them a Copy and you do not want the other recipients to see that you sent it to this contact
Email CC(Carbon Copy) Put the email address(es) here if you are sending a copy for their information (and you want everyone to explicitly see this)
Reply ToEmail address to where recipients will reply escalation email.
Send To AssigneeTrue or False

Send to REST Service

Makes a request to a REST API every time the Escalation is triggered; for more information Click here

Terminate Workflow

Terminates workflow when escalation Initiate condition is met. Note that this escalation can't be recurring as it will cancel the workflow once is initiated.