Intercom integration #1267
Reference in New Issue
Block a user
Delete Branch "intercom"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Includes if/else statements for various ways to reach out. Also, github/discord icons updated to SVG.
@@ -57,9 +57,16 @@<%= lucide_icon("megaphone", class: "w-5 h-5 text-gray-500 shrink-0") %>In all view-related code, I've consolidated this to
self_hosted?helper inSelfHostablejust to consolidate changes to one centralized spothttps://github.com/maybe-finance/maybe/blob/main/app/controllers/concerns/self_hostable.rb
@@ -9,17 +9,23 @@<p class="text-sm text-gray-500 mb-4">Let us know if you have any specific feedback. Feel free to include links to videos or screenshots.</p>@@ -0,0 +1,118 @@if ENV["INTERCOM_APP_ID"].present? && ENV["INTERCOM_IDENTITY_VERIFICATION_KEY"].present?Not entirely sure how this shows up in Intercom UI, but could potentially be repurposed?
@@ -0,0 +1,118 @@if ENV["INTERCOM_APP_ID"].present? && ENV["INTERCOM_IDENTITY_VERIFICATION_KEY"].present?Oooo, interesting idea. Let me see how that filters down through Intercom.
@@ -0,0 +1,118 @@if ENV["INTERCOM_APP_ID"].present? && ENV["INTERCOM_IDENTITY_VERIFICATION_KEY"].present?Done. Super easy.