Introduction
InhouseDelivery and Flipdish accounts can be connected by using a restaurant token.
When the accounts are connected, all Flipdish delivery orders will automatically flow through to InhouseDelivery. These can then be dispatched for delivery, either manually or automatically.
Find your restaurant token
Your restaurant token can be found on the Settings screen. Settings are accessible by clicking the icon on the far righthand side of the top menu.
Under Settings, select Dispatch.
(Note: Restaurant tokens are specific to a location. If you have multiple locations, ensure you have selected the correct location in the top filter on the Settings screen.)
Scroll to the bottom of the Dispatch screen to find your restaurant token. Click the Copy button to copy it to your clipboard.
Prepare your webhook URL
Flipdish requires a special URL to forward all delivery orders to IHD known as the webhook URL. To create this URL, you will need to add the <base url> and the <restaurant token> (you copied in the previous step) together to form the webhook url.
Here is how:
Base URL:
https://go.opensimsim.com/v3/deliveries/thirdparty/flipdish/webhook?token=[RESTAURANT_TOKEN]
Replace the restaurant token you copied in Step 2 with [RESTAURANT_TOKEN]
Example:
Important: Please ensure this is a single line text with no spaces.
Configure Flipdish to forward delivery orders
Visit the Flipdish Manager Portal
Click on the Profile menu icon
Select "Developer tools"
Select "OAuth apps"
Click "Add New" from the bottom right corner of the page
Enter InhouseDelivery as the App name, agree to the terms and click "Create"
Once created, click on the new app from the listing page then select "Webhooks"
Click on the "Add New" button on the bottom right of the page
On the webhook form, enter the following:
Select "2.0" as the Version
Paste the webhook URL you copied from the Prepare your webhook URL section
Click the "Generate" button to create a verify token
Once created, the new webhook will appear on the webhook listing page
Click on the three dots on the webhook you just created
Select "Event names"
Scroll down the list and select "order.accepted" then Close this modal.
Well done! All future Flipdish delivery orders will now start to appear on the IHD -> Deliveries screen.
What's next?
Ensure you have entered your billing details so you can start dispatching orders
Choose whether to have orders automatically dispatched via the auto-dispatch setting. By default, this is set to manual dispatch.