Local Deployment Handler

Handles the deployment of one or more Deployment Packages to a local Deployment Receiver.

The deployment receiver must exist on the same Cloud CMS platform. It is identified by the receiverId property.

The Deployment Packages will be handed to the Deployment Receiver and then processed from there.

The Deployment Receiver may elect to pass those Deployment Packages down to its own configured targets or process them through additional rules priority to delivery.

Configuration

{
    "receiverId": "{receiverId}"
}

Example

{
    "receiverId": "0a115911271fb18f1f4d"
}