• Resolved rhettfinck

    (@rhettfinck)


    Good afternoon Mustafa,

    Does your Plugin have the potential to connect to a REST API. I would like to see if it’s possible to instead of sending an email, that it sends a Push Message via FCM or something like OneSignal

Viewing 1 replies (of 1 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hi @rhettfinck,

    We don’t have REST API support yet, it’s integrated to the wp_mail.

    You may want to use pre_wp_mail hook to intercept email sending behavior and allow sending push messages. Or you can use \MagicLogin\Utils\create_login_link() for creating email login URLs to utilize for custom endpoints.

    I hope this helps.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.