This project is not covered by Drupal’s security advisory policy.
Introduction
The Sailthru API allows you to interact programmatically with an array of Sailthru features and data sets. For example, add users, send campaigns, push and update content in realtime, and more.
This module provides a service for Sailthru PHP Client library provided by Sailthru. this service will help us to create/update/delete content on sailthru via POST requests in our drupal platform
Features
- Admin Form for configuring your Sailthru API Key and Secret Key.
- A service that can be used globally to push the content array to sailthru
Installation
- This module requires the MIT licensed PHP5 library Sailthru provide on Github. Instructions for how to download and include the library are available in the README.txt
- Run
composer require sailthru/sailthru-php5-client - Enable the Sailthru Module from /admin/modules page.
- Go to /admin/config/sailthru-connect-form and configure your api key and secret key.
- Now you can use this service globally
\Drupal::service('sailthru_connect');to push the content from drupal to sailthru using documentation.. - Example
print_r(\Drupal::service('sailthru_connect')->getUserdata($YOUR_SAILTHRU_ID));
Supporting organizations:
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Integrations
4 sites report using this module
- Created by kapil17 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.



