jweiland / powermail-salesforce
Powermail Salesforce integration
Installs: 508
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Language:Shell
Type:typo3-cms-extension
Requires
- in2code/powermail: ^10.7
- typo3/cms-core: ^11.5.30
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
- phpunit/phpunit: ^9.6
- typo3/coding-standards: ^0.6
- typo3/testing-framework: ^7.0.2
Replaces
- typo3-ter/powermail2salesforce: 2.0.1
README
powermail2salesforce
is an extension for TYPO3 CMS. It contains a finisher
class for powermail to send data of a form to salesforce API endpoint.
1 Features
- Send data of a powermail form to salesforce API endpoint.
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/powermail2salesforce
Installation as extension from TYPO3 Extension Repository (TER)
Download and install powermail2salesforce
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Set TypoScript constants.
- Configure powermail form as described in our documentation.
Note
Please check existing forms for marker names. This extension removes the limitation of lowercase markers that are set by powermail. Make sure to check your markers after activating/reactivating this extension.
If your used API is case-sensitive some markers would not be interpreted by your API because of this.