Agents - Sample Agent Creation Steps

Agents in OTM are workflow processes that listen to specific events happening in the system and trigger actions. These are similar to database triggers that trigger code based on DML events occurring in the database layer.

Let us try to understand more with below example:

Requirement: Send a notification to specific user when shipment is created from bulk plan with total volume less than 100 cubic feet.

For this, you need to follow below steps(high level):