Blog
All Blog Posts | Next Post | Previous PostWhat's new in TMS FNC Cloud Pack 2.0
Thursday, September 15, 2022
TMS FNC Cloud Pack contains with the 2.0 release a whole series of new supported services in addition to the existing ones.
New Services
MailChimp
Marketing
Manage & send campaigns, create audiences and add members to it.
Transactional
Automate creating and sending personal emails to people using the MailChimp Transactional API.
SendGrid
Create and send mails to people.
PushOver
Use this service to send push notifications to subscribers.
SMS Services
Use this component to send SMS messages to people using the following services:
DeepL
this service has been added to the TTMSFNCCloudTranslation component.
Synchronous Support
By default all methods in TMS FNC Cloud Pack that interact with APIs are executed asynchronously. This means the result data is not available immediately but through an associated event that gets triggered at the time the requested data is available.
For example, when executing the GetFolderList call of TTMSFNCCloudStorageServices, the OnGetFolderList event is triggered.
var CloudItems: TTMSFNCCloudItems; begin TMSFNCCloudStorageServices1.BeginSync; CloudtItems := TMSFNCCloudStorageServices1.GetFolderList; TMSFNCCloudStorageServices1.EndSync; end;
Feedback
Any services or features that you want to see added? Feel free to leave a comment with suggestions.
Bradley Velghe
This blog post has received 2 comments.
Pieter Scheldeman
All Blog Posts | Next Post | Previous Post
Hindermann Thorsten