automizy-email-editor
Version:
Design mobile friendly HTML emails in your application.
18 lines (17 loc) • 871 B
HTML
<section>
<h1>Introduction</h1>
<article id='introduction'>
<h2>What is Automizy REST API?</h2>
<div class='paragraph'>
Automizy REST API is a RESTful application programming interface made for <a href="https://www.automizy.com/" target="_blank">Automizy</a>, so it meets the constraints and requirements of REST.
</div>
<h2>Communicate through the API</h2>
<div class="paragraph">
Anything you can do by using the software's user interface can be done also by calling the right methods of the API, since the also the UI uses this API for communication.
</div>
<h2>Easy to integrate</h2>
<div class="paragraph">
By using Automizy REST API there are no limits of integrating Automizy into other systems.
</div>
</article>
</section>