These docs are for v1.2. Click to read the latest docs for v1.3.

Delivery Preset

For the complete documentation on the "delivery-preset" resource, please refer to https://docs.actv8me.com/v1.2/reference/delivery-preset

Delivery Preset refers to a set of delivery rules and conditions that are established by admins as part of the trigger configuration process. The goal of the Delivery Preset is to provide the instructions for content to be delivered to the audience. Some of these instructions include: delivery mode (multiple, sequential or random), enabling redelivery of content, limit per day, etc.

🚧

The reason the delivery rules are organized as a "preset" is that these delivery rules and conditions can be saved as and re-used multiple times and can be applied to triggers the admin decides to apply them.

Creating a Delivery Preset

To create a delivery preset, you should use the following endpoint:

POST /delivery-preset

Reference: https://docs.actv8me.com/v1.2/reference/delivery-preset#post_delivery-preset

Update Delivery Preset

If a delivery preset needs to be updated, the following endpoint should be used:

PUT /delivery-preset/{id}

Reference: https://docs.actv8me.com/v1.2/reference/delivery-preset#put_delivery-preset-id

Apply Delivery Preset to a Trigger

Once you have configured the delivery preset as desired, you may apply it to the trigger by updating the "delivery_preset_id" property:

PUT trigger/{id}

Reference: https://docs.actv8me.com/v1.2/reference/trigger#put_trigger


What’s Next