Skip to content

Commit

Permalink
feat: add Freshdesk Messaging Facade (#171)
Browse files Browse the repository at this point in the history
* Add Freshdesk Messaging (formerly Freshchat) Facade

Repo: https://github.com/coliff/freshdesk-messaging-facade/
Demo: https://coliff.github.io/freshdesk-messaging-facade/

* Update data/entities.js

Co-authored-by: Patrick Hulce <[email protected]>

* Update entities.js

Co-authored-by: Patrick Hulce <[email protected]>
  • Loading branch information
coliff and patrickhulce authored Apr 19, 2022
1 parent 3809ec4 commit 6d4363c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -11411,6 +11411,18 @@ module.exports = [
homepage: 'https://www.freshworks.com/live-chat-software/',
categories: ['customer-success'],
domains: ['*.freshchat.com','*.freshworksapi.com'],
products: [
{
name: 'Freshdesk Messaging',
urlPatterns: ['wchat.freshchat.com'],
facades: [
{
name: 'Freshdesk Messaging (formerly Freshchat) Facade',
repo: 'https://github.com/coliff/freshdesk-messaging-facade/',
},
],
},
],
},
{
name: 'Contentful',
Expand Down

0 comments on commit 6d4363c

Please sign in to comment.