Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/provider-guides/paddle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The Paddle connector supports writing to the following objects:

### Example integration

For an example manifest file of an Paddle integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/paddle/amp.yaml).
For an example manifest with Read Actions, Write Actions, and Proxy Actions, visit our [samples repo on GitHub](https://github.com/amp-labs/samples/blob/main/paddle/amp.yaml).


## Creating an API key
Expand All @@ -60,7 +60,7 @@ For an example manifest file of an Paddle integration, visit our [samples repo o
This connector uses API Key auth, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)

To start integrating with Paddle:
- Create a manifest file using the [example](https://github.com/amp-labs/samples/blob/main/paddle/amp.yaml).
- Create a manifest file using the [example](https://github.com/amp-labs/samples/blob/main/paddle/amp.yaml). Add or remove objects based on the Paddle data you want to sync or write.
- Deploy it using the [amp CLI](/cli/overview).
- If you are using Read Actions, create a [destination](/destinations).
- Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component.
Expand Down
Loading