https://github.com/frontapp/frontapp.github.io
Front's developer resources
https://github.com/frontapp/frontapp.github.io
Last synced: 6 months ago
JSON representation
Front's developer resources
- Host: GitHub
- URL: https://github.com/frontapp/frontapp.github.io
- Owner: frontapp
- Created: 2015-03-06T14:47:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T23:37:21.000Z (almost 5 years ago)
- Last Synced: 2026-01-11T22:32:49.328Z (6 months ago)
- Language: JavaScript
- Size: 589 KB
- Stars: 27
- Watchers: 21
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Custom Front Plugin
Through Front's Plugin API, developers can build Custom Plugins in Front which can read, manipulate, and communicate with conversation data in Front.
This is a simple example plugin with a mocked CRM service with fake data to show how a very simple Front Custom Plugin could provide value by bringing your own data into context for conversations. If you want to test it directly, go to Settings > Plugins and API > Plugins and add a new plugin with `https://frontapp.github.io/plugin.html` as the endpoint. You should see a plugin appear in your integration side panel like this:

You can use this sample as a starting point to begin developing, but you must host the plugin yourself and include our library. You may use any framework or library you wish, just add ``. We used VanillaJS/HTML/CSS for simplicity.
For more information about Front's Plugin API, visit the documentation here: https://dev.frontapp.com/plugin.html