-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #437 from panoratech/integration-requests-form
🎨 Github Integration Forms
- Loading branch information
Showing
1 changed file
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,37 @@ | ||
--- | ||
name: New Integration Request | ||
about: Need an Integration that isn't in our catalog yet? Ask here! | ||
title: Add XXXXX integration to Panora | ||
labels: backend, embedded-catalog, good first issue | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What tools would you like to integrate with?** | ||
*(example: Salesforce, Hubspot, Shopify)* | ||
|
||
|
||
**What are the objects you'd like to interact with?** | ||
*(example: Deals, Customers, Orders,)* | ||
|
||
** | ||
**Do you anticipate your product will mostly read, or write data to this party party software?** | ||
*(example: Our product only needs to watch new orders in Shopify, or Our product needs to create contacts in third-party CRMs...)* | ||
|
||
Please find details about how to build integrations [here](https://docs.panora.dev/open-source/contributors) . Our [discord](https://discord.gg/feRW57Ym3D) community is also a great place to get support! | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: vertical | ||
attributes: | ||
label: Verticals | ||
description: What type of software do you want to build integrations with? | ||
options: | ||
- CRM | ||
- Ticketing | ||
- HRIS | ||
- Accounting | ||
- Ecommerce | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: platforms | ||
attributes: | ||
label: Platforms | ||
description: Which specific platforms would you integrate with? (ex: Salesforce, Hubspot, Jira...) |