Create an Application
Learn how to create an application within the Beefree SDK Developer Console.
Overview
In this article, we will discuss how to sign up for an account in the Beefree SDK Developer Console, create an application, and obtain your Client ID and Client Secret.
This article will cover steps for the following processes:
Sign up for a Developer Console account
The first step to experimenting with and embedding Beefree SDK's visual builders is to sign up for a Beefree SDK account.
Take the following steps to sign up for a Beefree SDK account:
Navigate to the Beefree SDK sign up page.
Complete the required fields to create an account.
Once the form is complete, click Sign up to embed Beefree SDK.

Check your inbox and verify your email address.
Once it is successfully verified, you'll be redirected to the Log in page. Enter your email and password to login.
You'll be redirected to a page with an active free subscription called MyFirstSubscription. Under this subscription, there are four applications you can activate: Email Builder, Page Builder, Popup Builder, and File manager. You can activate one or all of them if you'd like.
Click the Activate button corresponding to the application type you'd like to start experimenting with. Once it is activated, you'll notice Client ID appears.
Click Details to obtain your Client Secret and add any Application configurations you'd like to start exploring.

How to create an application
Once that’s done, you will be able to log into the Beefree SDK Console. Your dashboard will look like the following image.

You will have the option to activate any or all of the following applications:
Take the following steps to create an application:
Click the Activate button that corresponds with the application you'd like to create.
Type in a name for your new application.
Click Create.
Your application will look like the following in the dashboard once it is activated:

You have successfully created an application. Now, you can enter the application Details and obtain your Client ID and Client Secret.
Obtain your Client ID and Client Secret
Click on your application's Details button to view your Client ID and Client Secret. Use these to authenticate when you initialize it.

With your Client ID and Client Secret, you can use our Sample Code to experiment with a simple integration of Beefree SDK. You can also get started with your own implementation of Beefree SDK.
Reference the following related topics to learn more about customizing your applications, creating development instances, and referencing sample code.
Regenerate Client Secrets
Inside the Beefree Developer Console, you have the option to regenerate the Client Secret for your application. To regenerate your application's Client Secret, take the following steps:
Log in to the Beefree SDK Console.
Navigate to the application you'd like to update the Client Secret for.
Click on the application's Details button.

Navigate to Application keys within the application's details.
Click Regenerate to generate a new Client Secret.

You will be prompted to a modal and asked to confirm your application's name.
Complete the App Name field and click Regenerate to complete the action.
Your new Client Secret is now available and ready to use. Your old Client Secret will expire 24 hours after creating the new one. Ensure you replace it in all the necessary environments prior to its expiration.

For 24 hours after regenerating a new Client Secret, you will temporarily have access to two Client Secrets—your old one and your new one. After 24 hours, you will only have access to the new Client Secret for your application.
Create development applications
Last updated
Was this helpful?