Author |
|
glenelkins Newbie
Joined: 25 August 2020 Location: United Kingdom
Online Status: Offline Posts: 33
|
Posted: 29 October 2020 at 1:59pm | IP Logged
|
|
|
Is there any documentation for webmail pro on how to develop a plugin?
I’m looking to build something that can intercept downloading attachments so the user can choose to send it to our crm via an api call and store it in the file manager inside the crm
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 October 2020 at 12:29am | IP Logged
|
|
|
Developer documentation can be found at:
Developer's Guide
PHP API reference
If any of the existing modules might be doing something like what you need to achieve, studying code of such a module could help.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
glenelkins Newbie
Joined: 25 August 2020 Location: United Kingdom
Online Status: Offline Posts: 33
|
Posted: 07 November 2020 at 1:28am | IP Logged
|
|
|
Igor wrote:
Developer documentation can be found at:
Developer's Guide
PHP API reference
If any of the existing modules might be doing something like what you need to achieve, studying code of such a module could help.
--
Regards,
Igor, Afterlogic Support |
|
|
One thing I’ve noticed in your php example for login is the code is different from what I’ve had to use, almost like your documentation is showing a newer version. But When I bought webmail pro I would have thought that would be the latest version?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 November 2020 at 11:03pm | IP Logged
|
|
|
Hmm, can you point out where exactly is the difference? Some items in the documentation may be outdated, especially in PHP API reference, but I'm quite sure that the integration documentation should work with the latest version of WebMail Pro just fine.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|