Capsule
What’s Supported
Supported Actions
This connector supports:
- Proxy Actions, using the base URL
https://api.capsulecrm.com/api
.
Before You Get Started
To integrate Capsule CRM with Ampersand, you will need a Capsule CRM Developer Account.
Once your account is created, you’ll need to create an app in Capsule CRM, configure the Ampersand redirect URI within the app, and obtain the following credentials from your app:
- Client ID
- Client Secret
- Scopes
You will then use these credentials and scopes to connect your application to Ampersand.
Create a Capsule CRM Account
Here’s how you can sign up for a Capsule CRM account:
- Go to the Capsule CRM Developer portal and sign up using your Github account.
Creating a Capsule CRM App
Follow the steps below to create a Capsule CRM app:
-
Log in to your Capsule CRM Developer account.
-
Click Your Applications.
-
Click New Application.
-
Enter the following details in the Create a new application form:
- Name: Enter the name of your Capsule CRM account or organization.
- Description: Provide a brief overview of your application’s functionality and purpose.
- URL: Specify the URL of your application’s landing page.
- Redirect URIs: Use
https://api.withampersand.com/callbacks/v1/oauth
as the Redirect URI. - Contact Email: Provide the email address linked to your Capsule CRM account. This will be used for any communication regarding your app.
- Application Type: Choose the type of application you are developing.
-
Click Save. You will see the Client ID and Client Secret in the app details. Note these credentials, as you will need them to connect your app to Ampersand.
Add Your Capsule CRM App Info to Ampersand
-
Log in to your Ampersand Dashboard.
-
Select the project where you want to create a Capsule CRM integration.
-
Select Provider Apps.
-
Select Capsule CRM from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
-
Enter the scopes set for your application in Capsule CRM.
- Click Save Changes.
Was this page helpful?