acuityschedulingenterprise
Version:
Acuity Scheduling Enterprise JS Dev Kit
28 lines (22 loc) • 926 B
HTML
<h1>Acuity Custom Sidebar</h1>
<p>
Acuity will post to <code>/custom-sidebar</code> when appointment details are
viewed and display the result in the appointment details sidebar.
</p>
<p>
Acuity won't be able to access <code>127.0.0.1:8000</code> so you'll either
have to take our word for it, or try this on your server! Set your callback
location under the
<a href="https://secure.acuityscheduling.com/app.php?action=settings&key=sidebar" target="_blank">Custom Sidebar integration</a>.
</p>
<h2>Arguments</h2>
<p>
All arguments are sent as <code>application/x-www-form-urlencoded</code> content.
</p>
<ul>
<li><b>id</b> The appointment id if this is an appointment sidebar.</li>
<li><b>calendarID</b> The calendar id if this is an appointment sidebar.</li>
<li><b>first_name</b> The client's first name.</li>
<li><b>last_name</b> The client's last name.</li>
<li><b>email</b> The client's email.</li>
</ul>