• Resolved Gustavo Cieslar

    (@gustavodc)


    Hi!

    before installing, I’ve a question. Does this plugin provide an API? I need to send emails from my WordPress php custom code: every time a person fills a form I need to send just one email to that person, from a specific campaign. Is this possible?

    What I need is an internal API, just some php functions to do this tasks from the same WordPress platform where the plugin is running.

    Thank you very much.

Viewing 1 replies (of 1 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Apy are not formally present and we have not a single subscriber email to send, other than the welcome email. If the welcome email is enough for you, you can call NewsletterSubscription::instance()->subscribe() filling the $_REQUEST with the stadard form parameter (ne, nn, …).

    We have in plan to implement some api that can be exposes as rest and some api as a set of php function to trigger the basic actions.

    Stefano.

Viewing 1 replies (of 1 total)
  • The topic ‘Does it have API?’ is closed to new replies.