Jump to content
  • 0

Offering An Email Campaign Creator To Clients


jadams

Question

I am interested in adding a service called Bee, beefier.io to the client dashboard of my WHMCS.  I would like to offer this as a paid product so my clients can use it to create HTML emails with their drag and drop email creator. Bee offers integration scripts, but I am unsure how to add them to the WHMCS.  Is there a way to do this?  Thank you. 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

Would be best as a server module in order to do billing, service control, etc.  Then just use templates to hold the integration scripts and the _clientarea function to return that template with any special vars.  

beefier.io was not coming up for me and could not find the integration scripts you mentioned on a quick search. 

Link to comment
Share on other sites

  • 0

Yes, that would be what I thought would work.  Im sorry about the broken link.  https://beefree.io

Is this something that we could fully integrate with WHMCS.  Where the client would login to their dashboard, and click a link that opened the HTML editor, and then also be linked to their email account and our server for sending purposes?  Eventually id like to also give them delivery statistics.  Where could I get help building this?  Thank you.

Link to comment
Share on other sites

  • 0

Using their BEE Plugin , you could integrate their system with a server module and output the editor via a template file that is returned in _clientarea() .  The PHP code example at https://github.com/ProdigyView/beefree should provide a helping hand to do this in PHP.    Most of the _clientarea logic would be the authentication bits. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated