On this page

Manage OAuth Apps

Learn how to add and manage OAuth2 Applications in Emailable.

View as Markdown

You can register an OAuth2 app to enable secure access to Emailable's API. This allows your users to connect to Emailable easily

Register OAuth Apps

You can register OAuth2 applications to enable secure access to the Emailable API. This allows external applications to connect with Emailable accounts.

To add a new app:

  1. From your Emailable dashboard, navigate to Developer, click New.
Emailable developer apps dashboard showing empty state with message indicating no apps available and option to create a new OAuth2 application.

  2. On the New App screen, complete the following fields:

Field Name Description
Name Enter the name of your application.
Website Enter your application’s website URL.
Mode Choose one of the following:
Live App - For production use. Requests will impact your users’ credit balances.
Test App - Returns randomly generated API responses. Requests will not impact your users’ credit balances.
Redirect URI Enter one or more redirect URIs, with one URI per line.

  3. Click Save to create the app.

  4. Click Cancel to exit without saving.

Emailable new app creation form with fields for app name, website URL, mode selection (live or test), and redirect URI input, along with save and cancel buttons.

If no apps have been created, the page will display an empty state indicating that there are no apps to display.

Was this page helpful?

Thank you for helping improve our documentation.

Related articles