{% extends "administration/base.html" %} {% load i18n %} {% block page_title %}{{ action }}{% endblock %} {% block content %} {% include 'snippets/callback_description.html' %}
{% trans "Those actions are determined by the following events:" %}
{% trans "Post-store AIP (source files)" %}: {% blocktrans with placeholder="<source_id>" trimmed %} Occurs after an AIP has been stored and it causes the execution of a request for each source file of the AIP. If the placeholder {{ placeholder }} is found in the callback URL or body, it will be replaced by the source file UUID. {% endblocktrans %}
{% trans "Post-store AIP, Post-store AIC and Post-store DIP" %}: Occur after an AIP, AIC or DIP has been stored and they cause the execution of a single request for the package. {% blocktrans with placeholder="<package_uuid>" trimmed %} If the placeholder {{ placeholder }} is found in the callback URL or body, it will be replaced by the AIP, AIC or DIP UUID. {% endblocktrans %} {% blocktrans with placeholder="<package_name>" trimmed %} If the placeholder {{ placeholder }} is found in the callback URL or body, it will be replaced by the AIP, AIC or DIP name, with the trailing UUID removed. For AIPs created directly from a transfer, this will be equivalent to the post-sanitization Transfer name. {% endblocktrans %}