Connect to your users’ GitHub accounts.
You can find your GitHub app credentials in your GitHub Developer Account.
You’ll need the following information to set up your GitHub App with Paragon Connect:
Paragon provides a redirect URL to send information to your GitHub app. To add the redirect URL to your GitHub app:
Log into your GitHub Account.
In the top-right corner, select Settings
Under Developer Settings > OAuth Apps, select your GitHub app.
Note: You’ll need to create a new GitHub app if you don’t already have one
Under Integrations > Connected Integrations > GitHub > App Configuration > Configure, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their GitHub account, you can use the Paragon SDK to access the GitHub API on behalf of connected users.
See the GitHub REST API documentation for their full API reference.
Any GitHub API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your GitHub account is connected, you can add steps to perform the following actions:
When creating or updating issues in GitHub, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users’ GitHub account. For example, you might want to trigger a workflow whenever new issues are created in GitHub to sync your users’ GitHub issues to your application in real-time.
You can find the full list of Webhook Triggers for GitHub below: