Blog

All Blog Posts  |  Next Post  |  Previous Post

What's new in TMS FNC Cloud Pack 2.0

Bookmarks: 

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

TMS Software Delphi  Components

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

TMS Software Delphi  Components

Create and send mails to people.

PushOver

TMS Software Delphi  Components

Use this service to send push notifications to subscribers.

SMS Services

Use this component to send SMS messages to people using the following services:

TMS Software Delphi  Components

TMS Software Delphi  Components

TMS Software Delphi  Components

TMS Software Delphi  Components

DeepL

TMS Software Delphi  Components

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.

In case an application flow requires that a method is executed synchronously the method calls can be enclosed with BeginSync and EndSync calls.
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


Bookmarks: 

This blog post has received 2 comments.


1. Sunday, September 25, 2022 at 5:25:59 PM

These new services are sounding remarkably interesting! Thank you for this update.

Hindermann Thorsten


2. Sunday, September 25, 2022 at 6:07:21 PM

Thanks for your comment Thorsten!

Pieter Scheldeman




Add a new comment

You will receive a confirmation mail with a link to validate your comment, please use a valid email address.
All fields are required.



All Blog Posts  |  Next Post  |  Previous Post