You are here

README.txt in SendinBlue 7.2

Same filename and directory in other branches
  1. 7 README.txt
INTRODUCTION
-------------
This module provides integration with the SendinBlue email
delivery service. This module strive to be simple, management
user-friendly, in order to help developers quickly and easily
combine with SendinBlue email delivery service.

The Main Features are followings:
  * API integration with the API Key of SendinBlue API.
  * Send transaction email by using the SMTP server of Sendinblue.
  * Support the unlimited management of Lists, Campaigns,
    Statistics of SendinBlue.
  * Have anonymous sign up forms to subscribe site visitors
    to any combination of SendinBlue lists.
  * Compatibility with Views Bulk Operations.
  * Standalone subscribe and unsubscribe forms.
  * Subscription forms can be created as pages or as blocks,
    with one or more list subscriptions on a single form.
  * Include merge fields on anonymous subscription forms.

REQUIREMENTS
-------------
This module requires the following modules:
   * Libraries (https://www.drupal.org/project/libraries)
   * Entity (https://www.drupal.org/project/entity)

INSTALLATION
-------------
  * You need to install & enable Libraries, Entity modules
  * Go to "Administer" -> "Modules" and enable the module.
  * You need to have the API Key of SendinBlue API.
  * You need to login with the API Key on Home page
    in order to use all functionality of module.
  * There are three ways to install the SDK:
  1) The preferred and most simple way is:
  use Composer Manager contrib module and follow instructions from it.

  2) If you're using Libraries API contrib module:
  cd */sites/all/libraries
  mkdir sendinblue
  cd sendinblue
  composer require "sendinblue/api-v3-sdk:~7.4"

  You may need to clear cache once this is done.

CONFIGURATION
-------------
  * Direct your browser to admin/config/system/sendinblue to configure the
     module.
  * You will need to put in your API Key of SendinBlue API
     for your SendinBlue account.
     If you do not have a SendinBlue account, go to
     [https://www.sendinblue.com/]([https://www.sendinblue.com/) and sign up
     for a new account. Once you have set up your account and are logged in,
     visit: [https://my.sendinblue.com/advanced/apikey/]
            ([https://my.sendinblue.com/advanced/apikey/)
     to generate a key.
  * Copy your newly created API key and go to the
     [SendinBlue config](http://example.com/admin/config/system/sendinblue)
     page in your Drupal site and paste it into the SendinBlue Access &
     Secret Key field.
  * You can manage lists, campaigns, statistics of SendinBlue on following
    pages:
     [Lists](http://example.com/admin/config/system/sendinblue/lists)
     [Campaigns](http://example.com/admin/config/system/sendinblue/campaigns)
     [Statistics](http://example.com/admin/config/system/sendinblue/statistics)
  * To add subscription form, you will need to visit:
     [Forms](http://example.com/admin/config/system/sendinblue/forms)
     You can add & delete and edit the forms easily.

File

README.txt
View source
  1. INTRODUCTION
  2. -------------
  3. This module provides integration with the SendinBlue email
  4. delivery service. This module strive to be simple, management
  5. user-friendly, in order to help developers quickly and easily
  6. combine with SendinBlue email delivery service.
  7. The Main Features are followings:
  8. * API integration with the API Key of SendinBlue API.
  9. * Send transaction email by using the SMTP server of Sendinblue.
  10. * Support the unlimited management of Lists, Campaigns,
  11. Statistics of SendinBlue.
  12. * Have anonymous sign up forms to subscribe site visitors
  13. to any combination of SendinBlue lists.
  14. * Compatibility with Views Bulk Operations.
  15. * Standalone subscribe and unsubscribe forms.
  16. * Subscription forms can be created as pages or as blocks,
  17. with one or more list subscriptions on a single form.
  18. * Include merge fields on anonymous subscription forms.
  19. REQUIREMENTS
  20. -------------
  21. This module requires the following modules:
  22. * Libraries (https://www.drupal.org/project/libraries)
  23. * Entity (https://www.drupal.org/project/entity)
  24. INSTALLATION
  25. -------------
  26. * You need to install & enable Libraries, Entity modules
  27. * Go to "Administer" -> "Modules" and enable the module.
  28. * You need to have the API Key of SendinBlue API.
  29. * You need to login with the API Key on Home page
  30. in order to use all functionality of module.
  31. * There are three ways to install the SDK:
  32. 1) The preferred and most simple way is:
  33. use Composer Manager contrib module and follow instructions from it.
  34. 2) If you're using Libraries API contrib module:
  35. cd */sites/all/libraries
  36. mkdir sendinblue
  37. cd sendinblue
  38. composer require "sendinblue/api-v3-sdk:~7.4"
  39. You may need to clear cache once this is done.
  40. CONFIGURATION
  41. -------------
  42. * Direct your browser to admin/config/system/sendinblue to configure the
  43. module.
  44. * You will need to put in your API Key of SendinBlue API
  45. for your SendinBlue account.
  46. If you do not have a SendinBlue account, go to
  47. [https://www.sendinblue.com/]([https://www.sendinblue.com/) and sign up
  48. for a new account. Once you have set up your account and are logged in,
  49. visit: [https://my.sendinblue.com/advanced/apikey/]
  50. ([https://my.sendinblue.com/advanced/apikey/)
  51. to generate a key.
  52. * Copy your newly created API key and go to the
  53. [SendinBlue config](http://example.com/admin/config/system/sendinblue)
  54. page in your Drupal site and paste it into the SendinBlue Access &
  55. Secret Key field.
  56. * You can manage lists, campaigns, statistics of SendinBlue on following
  57. pages:
  58. [Lists](http://example.com/admin/config/system/sendinblue/lists)
  59. [Campaigns](http://example.com/admin/config/system/sendinblue/campaigns)
  60. [Statistics](http://example.com/admin/config/system/sendinblue/statistics)
  61. * To add subscription form, you will need to visit:
  62. [Forms](http://example.com/admin/config/system/sendinblue/forms)
  63. You can add & delete and edit the forms easily.