POST

Refresh Payload


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

If an automation's action is delayed, implement this method to retrieve the latest data in the trigger payload before the action fires.

For example, if an automation is triggered but its action is set to fire only 24 hours later, Wix calls Refresh Payload before starting the action. This fetches the latest data in the trigger payload. The returned data can be used to update the trigger payload that is passed to the action.

Endpoint
POST
{DEPLOYMENT-URI}/refresh-payload
Did this help?