All Projects → rmuilwijk → MauticFBAdsLeadAdsBundle

rmuilwijk / MauticFBAdsLeadAdsBundle

Licence: GPL-3.0 license
Enables synchnronization of Facebook Lead Ads as leads into Mautic.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to MauticFBAdsLeadAdsBundle

mautic-contact-ledger
Historical accounting for contacts in Mautic.
Stars: ✭ 17 (-62.22%)
Mutual labels:  marketing-automation, mautic
mautic-advanced-templates-bundle
Plugin extends default email template capabilities with TWIG block so you can use advanced scripting techniques like conditions, loops etc
Stars: ✭ 63 (+40%)
Mutual labels:  marketing-automation, mautic
mautic-api-services
Add an external API as a service in Mautic
Stars: ✭ 13 (-71.11%)
Mutual labels:  marketing-automation, mautic
Mautic
Mautic: Open Source Marketing Automation Software.
Stars: ✭ 4,887 (+10760%)
Mutual labels:  marketing-automation, mautic
automato
🎉🎉 ( v2 ) Web Application to automate sending Whatsapp, SMS & Email* campaigns
Stars: ✭ 92 (+104.44%)
Mutual labels:  marketing-automation
easy-adwords
EasyAdWords is an easy-to-use wrapper library for simple reporting and entity operations for Google AdWords.
Stars: ✭ 16 (-64.44%)
Mutual labels:  marketing-automation
caffeinate
A Rails engine for drip campaigns/scheduled email sequences and periodic emails.
Stars: ✭ 216 (+380%)
Mutual labels:  marketing-automation
mautic-plugin-grapesbuilder
Grapesjs integration for Mautic
Stars: ✭ 23 (-48.89%)
Mutual labels:  mautic
vtiger
🐯 Vtiger is the #1 business automation software. Try it with Docker!
Stars: ✭ 59 (+31.11%)
Mutual labels:  marketing-automation
GodotFAN
Facebook Audience Network Ad module for godot
Stars: ✭ 25 (-44.44%)
Mutual labels:  facebook-ads
Moonmail
Email marketing platform for bulk emailing via Amazon SES (Google Cloud Platform and Azure coming soon)
Stars: ✭ 1,766 (+3824.44%)
Mutual labels:  marketing-automation
python-automated-bulk-whatsapp-messages
It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.
Stars: ✭ 56 (+24.44%)
Mutual labels:  marketing-automation
rudder-sdk-js
JavaScript SDK for RudderStack - the Customer Data Platform for Developers.
Stars: ✭ 92 (+104.44%)
Mutual labels:  marketing-automation
Facebook-Auto-Pilot
Automate common Facebook activities such as posting to groups and pages walls. Effortlessly post to multiple groups or pages.
Stars: ✭ 126 (+180%)
Mutual labels:  marketing-automation
drip-nodejs
The complete Nodejs wrapper for the Drip REST API
Stars: ✭ 18 (-60%)
Mutual labels:  marketing-automation
Erxes
Free and open fair-code licensed all-in-one growth marketing & management software
Stars: ✭ 1,988 (+4317.78%)
Mutual labels:  marketing-automation
mautic-zapier
Zapier JS app communicating with Mautic
Stars: ✭ 23 (-48.89%)
Mutual labels:  mautic
Flowy
The minimal javascript library to create flowcharts ✨
Stars: ✭ 8,636 (+19091.11%)
Mutual labels:  marketing-automation
laravel-facebook-ads
Facebook integration for Laravel
Stars: ✭ 19 (-57.78%)
Mutual labels:  facebook-ads
mautic-recaptcha
This Plugin brings reCAPTCHA integration to mautic.
Stars: ✭ 43 (-4.44%)
Mutual labels:  mautic

MauticFBAdsLeadAdsBundle

Enables synchnronization of Facebook Lead Ads as leads into Mautic.

Development was sponsored by Trinoco for the Qeado project.

Installation

  1. Require the FB ads library in the Mautic root directory composer require facebook/php-ads-sdk:2.9.*

The library has been tested on 5.6 to also work so if you get requirements errors try: composer require --ignore-platform-reqs facebook/php-ads-sdk:2.9.*

  1. Create a new Facebook App or use an existing one: https://developers.facebook.com/apps/

  2. Visit the app Dashboard page and store the app_id and app_key for later use.

  3. Add the Marketing API Product.

  4. Visit the Marketing API -> Tools page in your app and check the scopes and hit Get Token. Store this access_token for later use.

  5. Go into your Facebook Ads account management and get your ad account id.

  6. Enable the plugin and enter your app_id, app_secret, Marketing API access_token, ad account id and choose a verify token.

  7. Authenticate the app using oAuth.

  8. In the plugin settings map the fields to your contact lead fields.

  9. Enable the webhooks Product in your Facebook App.

  10. Go to the webhooks product in your Facebook APP and add your subscriber to the 'page' event: url: $YOURHOST/plugin/fbadsleadads/leadform_subscriber verify_token: Token you choose in step 7.

  11. In your Facebook App Review add the manage_pages scope for review.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].