generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '5.x' into bump-dependencies
- Loading branch information
Showing
38 changed files
with
592 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Vtiger" | ||
link_text = "Vtiger" | ||
link_url = "https://www.vtiger.com/" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Create an AWS account" | ||
link_text = "Create an AWS account" | ||
link_url = "https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-up-s3.html#sign-up-for-aws-gsg" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "pricing tiers for S3" | ||
link_text = "pricing tiers for S3" | ||
link_url = "https://aws.amazon.com/s3" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "@gpassarelli" | ||
link_text = "@gpassarelli" | ||
link_url = "https://github.com/gpassarelli" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "HubSpot CRM" | ||
link_text = "HubSpot CRM" | ||
link_url = "https://www.hubspot.com/products/crm" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
from . import link | ||
|
||
link_name = "HubSpot API key" | ||
link_text = "HubSpot API key" | ||
link_url = "https://app.hubspot.com" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Source" | ||
link_text = "Source" | ||
link_url = "https://legacydocs.hubspot.com/docs/methods/companies/get_companies_modified" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Sign in as IAM user" | ||
link_text = "Sign in as IAM user" | ||
link_url = "https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-up-s3.html#signing-in-iam-user-gsg" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Plugins developer documentation" | ||
link_text = "Plugins developer documentation" | ||
link_url = "https://developer.mautic.org/#plugins" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Set up your bucket" | ||
link_text = "Set up your bucket" | ||
link_url = "https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Set up an IAM user" | ||
link_text = "Set up an IAM user" | ||
link_url = "https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-up-s3.html#create-an-iam-user-gsgD" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Zoho API Console" | ||
link_text = "Zoho API Console" | ||
link_url = "https://api-console.zoho.com" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Zoho CRM" | ||
link_text = "Zoho CRM" | ||
link_url = "https://www.zoho.com/crm/" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
.. vale off | ||
Clearbit | ||
######### | ||
######## | ||
|
||
This Plugin can: | ||
|
||
* Pull data from Clearbit via the API about Contacts and Companies into Mautic. | ||
|
||
Requirements | ||
************ | ||
|
||
* Mautic installed on a publicly accessible URL. Due to the need for callbacks from Clearbit to Mautic, this Plugin won't work on a localhost. | ||
|
||
* Get a Clearbit API key | ||
|
||
Authorize the Plugin | ||
******************** | ||
|
||
.. image:: images/screenshot-consoleawsamazoncom-20200413-214631-35da93f9.png | ||
:alt: Screenshot of Clearbit | ||
|
||
Usage | ||
****** | ||
|
||
A dropdown menu and a toolbar at the top are both present on the Contacts and Companies pages: | ||
|
||
.. image | ||
A confirmation window pops up when you click one of those buttons: | ||
|
||
Upon finding the information, the Contact/Company details updates shortly after. | ||
|
||
.. vale on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,47 @@ | ||
.. vale off | ||
GMail | ||
###### | ||
|
||
.. vale on | ||
This plugin enables the Mautic Helper Chrome Extension to track emails sent to leads directly from GMail. | ||
|
||
Requirements: | ||
|
||
1. A publicly accessible Mautic installation. | ||
|
||
2. A GMail account (for email tracking). | ||
|
||
3. Mautic Helper Chrome Extension. | ||
|
||
Plugin Configuration: | ||
|
||
Follow these steps to configure the Plugin: | ||
|
||
1. Install the Mautic Plugin as usual. It'll appear on the Plugins page in Mautic. | ||
|
||
2. Click on the GMail Plugin button and enter a secret or key to validate the Mautic Helper Chrome Extension | ||
|
||
3. Install the Mautic Helper Chrome Extension from the Chrome Web Store | ||
|
||
4. Configure the extension using the options page that will automatically be displayed. (Remember to use the same secret you entered in Mautic) | ||
|
||
5. On the Chrome browser there will be a button that will notify of new events on the contacts timeline. | ||
|
||
6. To track an email sent to a lead, click the Track Email button on the Compose window in GMail | ||
|
||
7. This appends a tracking GIF to the email with the following syntax: ``[[MAUTIC_URL]]/index.php/gmail/tracking.gif?d=H4sIAAAAAAAEAIVRTW%2FCMAz9LRyCtgNVlFBpHHroWsRuk8ak7RpaUzqaGCUp0H8%2Fpy0TH4dJUZy892w921uLOvkCa8BGK2WLWi2dt6pUbM7PYPEcFainoFXdJKdBVvUy4quA9rxrNz9Q%2BCQ16HdgmeAenKewpfIU3lvfIO6nGyy75HNXO8LQAN3984R2X5tqMpkwnjOejrfg19%2FBJIHBJsskS3M1MOvOedChUA5HaPBAsp54a7UyBH%2BAw9YWECRrsMc6PHvFd2iR0NfW1QbcjUDwMjhctYqqq0YxkQU6SqMhNxi85GeoD8p0134zaBom%2By4ezlPMxTPFeCH5TLzI%2BdgizeEu5aIUQixmIubjSG5WAY8bC8kyC%2FvxSBX%2Flcvl3bT%2Fvr8k1oBgIQIAAA%3D%3D&sig=cf078d5b`` | ||
|
||
8. The Mautic Plugin will then validate the information using the secret to compare signatures and then attach that email to the contact’s profile as part of their activity history. If the lead or leads don't exist, they are created automatically | ||
|
||
.. vale off | ||
URL Parameter Length Issue | ||
************************** | ||
|
||
.. vale on | ||
Please note that PHP setups with the Suhosin patch installed will have a default limit of 512 characters for get parameters. | ||
|
||
Although bad practice, most browsers (including IE) supports URLs up to around 2000 characters, while Apache has a default of 8000. | ||
|
||
To add support for long parameters with Suhosin add the following to ``php.ini``: | ||
|
||
``suhosin.get.max_value_length = 5000`` |
Oops, something went wrong.