Example payload
Last updated
Last updated
The notification_name refers to the list of events that trigger specific actions in the system. These events can represent various lifecycle actions such as creation, updates, and deletions of resources. To see the specific events associated with each resource.
shipment_anomaly_created
/shipment-anomaly
POST
shipment_anomaly_updated
/shipment-anomaly/{id}
PUT
shipment_anomaly_deleted
/shipment-anomaly/{id}
DELETE
shipment_event_created
/shipment-event
POST
shipment_event_updated
/shipment-event/{id}
PUT
shipment_event_deleted
/shipment-event/{id}
DELETE