{% extends "base.html" %} {% block content %}

2. Creating a room with a template

This example demonstrates creating a DocuSign Room using a predefined template.
If you've created a template for your organization in either Rooms for Mortgage
or Rooms for Real Estate, you can create rooms based on this template using the Rooms API.

{% if show_doc %}

Documentation about this example.

{% endif %}

API methods used: Rooms::CreateRoom, RoomTemplates::GetRoomTemplates and Roles::GetRoles

{% if templates %}
{% else %}

Problem: please first create a template.
Thank you.

{% endif %}
{% endblock %}