CTRLK

Shared components

Manage applications and entities

|

View as Markdown

Use the web interface or API to manage your CPaaS X applications and entities. Changes sync immediately between the web interface and API. For a conceptual overview, see Applications and entities.



Create and view applications and entities [#create-applications-and-entities]

Create applications to organize your communications, and entities to represent your customers.


To create an application:

  1. In the Infobip web interface, go to Developer tools > Applications and entities.
  2. Select the Applications tab.
  3. Select Create application.
  4. In the Application ID field, enter a permanent ID (for example, production, marketing-campaigns). The ID cannot be changed later.
  5. Optionally, in the Application name field, enter a display name (for example, Production Environment).
  6. Select Create application.

To create an entity:

  1. In the Infobip web interface, go to Developer tools > Applications and entities.
  2. Select the Entities tab.
  3. Select Create entity.
  4. In the Entity ID field, enter a permanent ID (for example, customer-a, division-northamerica). The ID cannot be changed later.
  5. Optionally, in the Entity name field, enter a display name (for example, Customer A Account).
  6. Select Create entity.

To view applications and entities:

  1. In the Infobip web interface, go to Developer tools > Applications and entities.
  2. Toggle between the Applications and Entities tabs to browse your list.
  3. Use the search and filter options to find specific applications or entities.


Update applications and entities [#update-applications-and-entities]

Modify the display name of applications and entities. The applicationId and entityId cannot be changed after creation.


To update an application:

  1. In the Infobip web interface, go to Developer tools > Applications and entities.
  2. Select the Applications tab.
  3. Select the application ID link to open the detail page.
  4. Select Edit application.
  5. Update the Application name field as needed.
  6. Select Save.

To update an entity:

  1. In the Infobip web interface, go to Developer tools > Applications and entities.
  2. Select the Entities tab.
  3. Select the entity ID link to open the detail page.
  4. Select Edit entity.
  5. Update the Entity name field as needed.
  6. Select Save.


Delete applications and entities [#delete-applications-and-entities]

Remove applications or entities when they are no longer needed. Deletion is permanent.


To delete an application:

  1. In the Infobip web interface, go to Developer tools > Applications and entities.
  2. Select the Applications tab.
  3. Find your application in the list.
  4. Select the Delete icon Delete.
  5. In the confirmation dialog, select Confirm.

To delete an entity:

  1. In the Infobip web interface, go to Developer tools > Applications and entities.
  2. Select the Entities tab.
  3. Find your entity in the list.
  4. Select the Delete icon Delete.
  5. In the confirmation dialog, select Confirm.
IMPORTANT

Deletion is irreversible. Linked resources are reset to application = default and entity = null. Before deleting, reassign any related configurations (resource associations, inbound message configurations, subscriptions, bots, API keys) to other applications or entities.

Learn more

Explore the full Application and Entity Management API for all available endpoints, request/response schemas, and filtering options.



Related pages

Applications and entities
Core concepts and organizational hierarchy.

Get started with CPaaS X
End-to-end setup tutorial.

Configure sending strategies
Set up resource associations and routing rules.

Secure your CPaaS X setup
Scope API keys for access control.