{% extends "base.html" %} {% block content %}
Data:
{% if event %}event: {{ event }}. This event parameter is supplied by DocuSign. Since it could have been spoofed, don't make business decisions based on its value. Instead, query DocuSign as appropriate.
{% endif %} {% if envelope_id %}envelopeId: {{ envelope_id }}. The envelopeId parameter is supplied by DocuSign. Since it could have been spoofed, don't make business decisions based on its value. Instead, query DocuSign as appropriate.
{% endif %} {% if state %}state: {{ state }}. This example state was sent to DocuSign and has now been received back. It is usually better to store state in your web framework's session.
{% endif %} {% endblock %}