This section outlines step by step instructions for setting up and configuring Zapier integration in the Maximizer Administration panel to generate Client ID and Secret.
- Login to Maximizer Web Administrator and select the System Options link from the left pane.
- In the following page; select the OAuth Settings tab and click Add.
- In the Name field, enter ZapApps as the name of the integration.
- For the Redirect URI field; enter the following value:
{youmaximizeronpremurl.com}/ZapApps/OnPremiseOAuth/Redirect
Replace {youmaximizeronpremurl.com} with the URL of your Maximizer Web Access URL.
- Make a note of the generated Client ID and Client Secret field value; which are required for the authentication process in Zapier.
- On the machine that contains the installed IIS components; browse to the Maximizer installation folder. The default location is: "C:\Program Files (x86)\Maximizer".
- Create a new folder under the Maximizer installation path and name it ZapApps.
- 8. Once created, extract the Zapier build into this newly created folder.
- Open the Web.config file and update the keys to the specified values below:
Code<add key="LiveCloudWebURL" value="https://{yourmaximizeronpremurl.com}" />
<add key="IntegrationURL" value="https://{youmaximizeronpremurl.com}/ZapApps" /> - Ensure the {yourmaximizeronpremurl.com} part of the URL is replaced with your Maximizer web access URL.
- Within IIS, expand the Default Web Site and right-click to Add Application. In the subsequent window, enter ZapApps (similar to the value from STEP 3) as the Alias and browse to the Folder path created in STEP 6 as your Physical Path; i.e. “C:\Program Files (x86)\Maximizer\ZapApps”.