Download the PHP package thedmsgroup/mautic-contact-source-bundle without Composer
On this page you can find all versions of the php package thedmsgroup/mautic-contact-source-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thedmsgroup/mautic-contact-source-bundle
More information about thedmsgroup/mautic-contact-source-bundle
Files in thedmsgroup/mautic-contact-source-bundle
Download thedmsgroup/mautic-contact-source-bundle
More information about thedmsgroup/mautic-contact-source-bundle
Files in thedmsgroup/mautic-contact-source-bundle
Vendor thedmsgroup
Package mautic-contact-source-bundle
Short Description Creates API endpoints for receiving contacts from external sources.
License GPL-3.0-only
Package mautic-contact-source-bundle
Short Description Creates API endpoints for receiving contacts from external sources.
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package mautic-contact-source-bundle
Mautic Contact Source
Creates easy-to-use API endpoints for receiving contacts from external sources.
Designed for use by performance marketers who enhance/exchange contacts in mass quantities. Can optionally be used in tandem with it's sibling Mautic Contact Client to discern real-time acceptance criteria with external clients.
Installation & Usage
Choose a release that matches your version of Mautic.
Mautic version | Installation |
---|---|
2.12.x | composer require thedmsgroup/mautic-contact-source-bundle "^2.12" |
2.14.x | composer require thedmsgroup/mautic-contact-source-bundle "^2.14" |
2.15.x | composer require thedmsgroup/mautic-contact-source-bundle "^2.15" |
- Install by running the command above or by downloading the appropriate version and unpacking the contents into a folder named
/plugins/MauticContactSourceBundle
- Go to
/s/plugins/reload
- After a refresh you will find "Sources" in the main menu, you can dive in and create your first one.
Endpoints
By default your third parties can POST contacts to urls matching this pattern:
/source/{sourceId}/campaign/{campaignId}/contact
Uses these fine libraries:
Features
- [x] Campaigns: A whitelist of campaigns can be selected for the third party to post into.
- [x] Campaign Caps: Limit the number of contacts accepted to a campaign within defined time frames.
- [x] Campaign Finance: Track the cost/revenue of contacts upon ingestion per campaign.
- [x] Campaign Scrub: Support an optional scrub-rate per campaign which affects the cost/revenue.
- [x] Caps: Rules to limit the quantity of successful contacts can be received.
- [x] Logging: Log statistics on contact ingestion, provide charts when viewing a source in the UI.
- [x] Self-Documentation: Each source (API) generates a public documentation page for a third party (optional).
- [x] Imports: Allows you to assign an import to a Source and Campaign destination.
Todo
- [ ] Campaign Required Fields: The fields being used within a campaign should percolate upward to the Source, updating required fields.
- [ ] Notifications: Third parties should be notified when their API changes (such as an added campaign or required field change).
- [ ] Batch Support: Import multiple contacts at once for improved performance.
All versions of mautic-contact-source-bundle with dependencies
PHP Build Version
Package Version
Requires
mautic/composer-plugin Version
^1.0
The package thedmsgroup/mautic-contact-source-bundle contains the following files
Loading the files please wait ....