Outreach
What’s Supported
Supported Actions
The Outreach connector supports:
- Read Actions, including full historic backfill and incremental read.
- Write Actions.
- Proxy Actions, using the base URL
https://api.outreach.io
.
Example Integration
For an example manifest file of a Outreach integration, visit our samples repo on Github.
Before You Get Started
Before creating a Outreach app, you must complete the Outreach partnership process to obtain a sandbox instance.
After your account is set up, you will need to acquire the following credentials from your Outreach app:
- Client ID
- Client Secret
- Scopes
You will then use these credentials to connect your application to Ampersand.
Add Outreach App Details in Ampersand
-
Log in to your Ampersand Dashboard.
-
Select the project where you want to add the Outreach App.
-
Select Provider apps.
-
Select Outreach from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field, the Client Secret in the Client Secret field, and the requested scopes in the Permissions field.
-
Enter the scopes defined for the Outreach application.
-
Click Save Changes.
Using the connector
To start integrating with Outreach:
- Create a manifest file like the example, see Define Integrations for more info.
- Deploy it using the amp CLI.
- If you are using Read Actions, create a destination.
- Embed the InstallIntegration UI component.
- Start using the connector!
- If your integration has Read Actions, you’ll start getting webhook messages.
- If your integration has Write Actions, you can start making API calls to our Write API.
- If your integration has Proxy Actions, you can start making Proxy API calls.