-
Notifications
You must be signed in to change notification settings - Fork 21
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 #288 from event-cloud/feature/xero-updates
Xero connection
- Loading branch information
Showing
7 changed files
with
386 additions
and
9 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
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
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
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 |
---|---|---|
@@ -0,0 +1,201 @@ | ||
{ | ||
"title": "Xero", | ||
"description": "Xero is a cloud-based accounting software that helps small businesses manage their finances.", | ||
"apiVersion": "NA", | ||
"type": "xero", | ||
"category": "accounting", | ||
"image": "https://assets.buildable.dev/catalog/node-templates/xero.svg", | ||
"tags": ["accounting", "finance", "payroll"], | ||
"authentication": [ | ||
{ | ||
"name": "XERO_CLIENT_ID", | ||
"label": "Enter your Xero Client ID", | ||
"placeholder": "7C1120751AECA051C1234ABCD190AA92" | ||
}, | ||
{ | ||
"name": "XERO_CLIENT_SECRET", | ||
"label": "Enter your Xero Client Secret", | ||
"placeholder": "e8uKLzfYb9RXQgD0IcAokNxjW7nHw3Sh1r4sTyvBp6mV-5tJ2" | ||
}, | ||
{ | ||
"name": "XERO_ACCESS_TOKEN", | ||
"label": "Enter your Xero OAuth2 Access Token", | ||
"placeholder": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjF..." | ||
}, | ||
{ | ||
"name": "XERO_REFRESH_TOKEN", | ||
"label": "Enter your Xero OAuth2 Refresh Token", | ||
"placeholder": "hUjddv7tUhdcUxJ5UyLYtmwT6_wbkrZc7zj37LCQ0cE" | ||
} | ||
], | ||
"eventSchema": {}, | ||
"settings": { | ||
"autoSubscribeAllEvents": true, | ||
"showEvents": true, | ||
"secureAuthFields": true, | ||
"oauth": true, | ||
"connectionBundled": true | ||
}, | ||
"paths": { | ||
"id": null, | ||
"event": "_.body.event", | ||
"payload": "_.body", | ||
"secret": null, | ||
"signature": null | ||
}, | ||
"events": [ | ||
{ | ||
"name": "accounting.accounts.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.attachments.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.banktransactions.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.banktransfers.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.batchpayments.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.brandingthemes.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.budgets.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.contactgroups.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.contacts.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.creditnotes.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.currencies.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.employees.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.invoices.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.items.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.journals.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.linkedtransactions.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.manualjournals.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.organisation.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.overpayments.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.paymentservices.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.payments.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.prepayments.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.purchaseorders.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.quotes.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.repeatinginvoices.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.taxrates.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.trackingcategories.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.users.batch-pulled", | ||
"description": "", | ||
"group": "accounting" | ||
}, | ||
{ | ||
"name": "accounting.batch-pulled.failed", | ||
"description": "", | ||
"group": "accounting" | ||
} | ||
], | ||
"connectionTypes": ["source"], | ||
"testConnection": true, | ||
"classifications": { | ||
"dataIngestion": { | ||
"streamTypes": ["manual"], | ||
"extractionTypes": [] | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Connect | ||
|
||
Pull historical data from the Xero [Accounting API](https://developer.xero.com/documentation/api/accounting/overview). | ||
|
||
This Connection requires an OAuth flow to authenticate and must be created via the [Event SDK](https://www.npmjs.com/package/@event-inc/connections). | ||
|
||
### Securely Encrypted | ||
|
||
Rest assured, your credentials are securely encrypted to keep your information safe. | ||
|
||
### Need Help? | ||
|
||
Start a conversation by sending an email to [support@event.dev](mailto:support@event.dev). Our Data Engineers are available 24/7 to help if you ever get stuck. |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Xero Source Setup | ||
|
||
Check out our [quick start guide](https://docs.event.dev/) to learn how to get started. |
Oops, something went wrong.