Simpplr introduced support for Custom form app tiles, enhancing the existing Tile Builder and Bring Your Own Integration (BYOI) framework. This capability allows app managers to design form-based tiles that enable employees to submit information directly from the intranet dashboard to any third-party application.
This builds on the current ability to create custom display tiles and empowers organizations to embed dynamic, interactive forms into their home or site dashboards.
You can access Custom app tiles by simply navigating to the Manage features icon on the extreme left Role-aware mode nav. You can use this, only if you have access.
Follow the given steps to access the Custom app tiles seamlessly:
To get started with creating custom form app tiles, make sure you're logged in with App Manager access. Only App Managers can create, configure, and publish these tiles using the Tile Builder. Follow the guided steps to set up a new form, connect it to a third-party app, and customize the fields and messages for your users.
From the Create custom app tile modal, input the following required values to the fields:
These are the steps which we followed for ZenDesk integration for Custom form app tiles:
Create a custom app
Use Custom Connectors to define the third-party service (e.g., Zendesk).
Ensure the correct scopes and permissions are defined according to the provider’s API documentation (e.g., scope=write for Zendesk).
Configure the API action
Endpoint: https://simpplr.zendesk.com/api/v2/tickets
Method: POST
Body: JSON input (required fields like subject, description, priority)
Map fields in the tile builder
Configure each form field with appropriate:
Labels
Input types (text, dropdown, etc.)
User configurability
Example: Priority field can have values like "Urgent", "High", "Normal", "Low"
Deploy the tile
Add it to a home or site dashboard for targeted access.
Employees can submit tickets with a simple form from within Simpplr.