✅ Authorization
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Transactions
Endpoint | Description | Readme |
---|---|---|
POST /transactions | Creates a new transaction | 🔗 |
PUT /transactions | Marks a transaction by changing its status to Committed | 🔗 |
DELETE /transactions | Voids the current transaction uniquely identified by the transactionCode | 🔗 |
GET /transactions | List all transactions with a default backfill date of one year. | 🔗 |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
username
and password
or your accountID
and licensekey
to authenticate with the Avalara AvaTax API. The license key can be generated by an account administrator under Settings > Reset License Key.avalaraClient
, which can help you diagnose and resolve issues with your software when used appropriately. This value is a combination of (app name); (app version); (library name); (library version); (machine name)
. For more details, refer to Client Headers