Overview

Pre-built tooling

Pre-built use-cases

No pre-built use cases yet (time to contribute: <48h)

Not seeing the use case you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

Connection configuration in Nango

  • Contentstack requires a region specific subdomain extension to run OAuth. The region depends on where your user’s data is hosted with Contentstack.

  • You also need your app’s UID, which you should get from Contentstack after registering.

  • You should request this from the user and pass it to Nango in the nango.auth() call:

nango.auth('contentstack', '<CONNECTION-ID>',
            {
                params: {
                    subdomain: 'app',
                    appId: '<app-uid>'
                }
            });
  • For more details, see the docs here.
  • You will also need to add your apiDomain when creating a new connection. Please refer to the specific API documentation to determine the correct apiDomain to use. For instance, if you are using the Content Delivery API, review the Base URL section in its documentation.

API gotchas

None yet, add yours!

Add Getting Started links and Gotchas by editing this page