Daniel Marín
Daniel Marín

Reputation: 1447

Is it possible to add a new button to the "New Message" window in Gmail?

I'm trying to integrate Gmail with a CRM and I need to attach files from there. I'm trying to find a way of adding a button to the "New Message" window which opens a jQuery modal window that allow me to select a document and attach it to the e-mail. I know that sounds crazy and I want to be sure that can be done.

Any ideas will be welcome. Thanks in advance.

Upvotes: 0

Views: 131

Answers (2)

Daniel Marín
Daniel Marín

Reputation: 1447

Finally I'm doing this creating a Chrome Extension with the Gmailr API and adding the button manually using JavaScript.

Upvotes: 0

wilsotc
wilsotc

Reputation: 800

Method 1: This is appropriate if your CRM has email facilities you want to bypass in favor of the GMail interface In GMail go to settings, "Accounts and Import", "Send mail as", "Add another email address you own" Follow the wizard and when you want to attach a file or send an email via your CRM address, choose your CRM address in the "From" drop down that will contain your CRM address.

Method 2: This method is appropriate if you want to use GMail as your SMTP relay: https://support.google.com/a/answer/2956491?hl=en

Both of these methods will let you send an email via your CRM including attachments.

Upvotes: 0

Related Questions