Skip to main content

Managing Customers

Creating new customers

After you click the Customers link on the left-hand sidebar, click the + Add Customer button on the upper-right. Enter an appropriate name and description for your customer.

Add customer in Prismatic app
When Using Embedded, You Do Not Need to Create Customer Users

If you are using embedded to present an integration marketplace or workflow builder in your app, you must create customers that have external IDs (you can do this through the Web App, CLI or API), but you should not create customer users.

Customer users are automatically created for you when you sign a JWT for authentication. Embedded customer users are different from standard customer users - standard customer users require a valid email address and receive Prismatic-branded confirmation emails. Embedded customer users can have any value (like a UUID) for their unique identifier and do not receive transactional emails.

Searching customers

After clicking the Customers link on the left-hand sidebar, you can enter a portion of a customer's name into the search bar to filter customers by name. To filter customers by description, external ID, or label instead, click the Filter button to the right of the search bar.

Modifying customers

After you click the Customers link on the left-hand sidebar, you'll see a list of your customers.

When you click a customer's name, you'll see the customer's page. This page contains a menu with options to manage instances assigned to the customer, alert monitors, logs, customer users, and file attachments.

From the customer's page, you can click the Details tab at the top of the page to change the customer's name or modify the longer customer description. To modify the customer's avatar icon, click the Upload a photo link on the Details tab. The avatar icon you upload will be resized and cropped to 500 x 500 pixels. Transparent PNG images tend to look the best.

Edit customer details in Prismatic app

Customer labels

Labels help you keep your customers organized. You can assign any number of labels to a customer from the customer's Details tab, and you can then search for customers by label. Note: Prismatic automatically converts labels to lowercase for consistency.

Deleting customers

Deleting a Customer Is Permanent

When you delete a customer, Prismatic also deletes all associated users and instances. Use caution when deleting customers.

After you click the Customers link on the left-hand sidebar, click the name of the customer you'd like to delete, and then select the Details tab.

Verify that the name shown matches the customer you wish to delete, and click the Delete customer button. Confirm your choice by typing the customer name exactly, and then you can click Remove customer.

Delete customer in Prismatic app

Customer external IDs

You can assign a customer an External ID - a unique identifier from an external system. So, if you know "Smith Rocket Company" as a customer with an ID of abc-123 in another system you use, you can assign "Smith Rocket Company" in Prismatic the externalId of abc-123. This is helpful if you need to quickly look up or associate customers in Prismatic with customers in your external system.

You can set external IDs programmatically (see the next section), or edit them within the Prismatic web app by clicking the Customers link on the left-hand sidebar, selecting a customer, and then clicking on the Details tab.

Set customer external IDs in Prismatic app

External IDs are required if you want to route webhook requests to instances deployed to specific customers using shared webhook triggers.