π Quickstart
Connect to Omnisend with Nango and make a read-only request in minutes. Omnisend uses a static API key generated in your Omnisend account.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Omnisend.
2
Authorize Omnisend
Go to Connections -> Add Test Connection -> Authorize, then enter an Omnisend API key with only the scopes your application needs. Later, your users can do the same directly from your app.
3
Call the Omnisend API
Make a read-only request to list at most one campaign. This requires the Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
campaigns.read scope on your API key. Replace the placeholders below with your Environment API key, integration ID, and connection ID:- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own Omnisend API key, follow the setup guide below.
π Omnisend integration guides
Nango maintained guides for common use cases.- How do I link my Omnisend account? Create an Omnisend API key and connect your account