> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/delivery-integration/connecting-3rd-party-providers.md).

# Connecting 3rd Party Providers

## Requirements

In addition to the 3rd party integration, you need to make sure you've followed all the steps in our setup guide:

\#TBD

## Connect Doordash Drive

{% hint style="info" %}
This guide is for merchants that already have an account with Doordash Drive, in case you are not registered with them, please fill out the following form:\
<https://www.appfront.ai/partners/doordash>
{% endhint %}

In order to enable Doordash Drive on Appfront, please reach out to us at <support@appfront.ai> and share with us your Business Name as it's registered on Doordash Drive.

In case you are a franchise, please specify the Business Name and the location it belongs to, for example:

Business Name: "Perfect Pizza Miami LTD"\
Locations: "Brickell and Aventura"

## Connect Postmates

### Setup account

Under your Postmates account, send us the Authentication Keys:

![Go to:  Partner Dashboard -> Apps -> General.](/files/-LRpiOZQdztivGuXSZZw)

Please **Copy-Paste** the following fields into Email (string, not picture), and send to AppFront support:

1. ***Customer ID***
2. ***Signature - Secret***
3. ***Delivery Api Keys*** (Sandbox Key & Production Key)

IMPORTANT! You need to have credit card on file to get the production key

Set Appfront's Webhook links: (Webhooks -> Create Webhook)

* Sandbox Webhook:`http://testtomcat.beengo.me:8081/DeliveryWebService/rest/callback/Postmates/postEvent`
* Production Webhook:`https://beengo.me:8443/DeliveryWebService/rest/callback/Postmates/postEvent`

![Create Webhook](/files/-LRq6g4EH2bPA46pRxt2)

### Locate customer token

\
1\. Log onto your Postmates dashboard at [partner.postmates.com](http://partner.postmates.com/)

2\. Navigate to your developer tab in the dashboard

3\. Locate customer token (ex: cus\_8574hgjx)<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://appfront.gitbook.io/portal/delivery-integration/connecting-3rd-party-providers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
