CallApi()
Call Mailchimp API.
Syntax
[Boolean] := CallApi(method: Enum "bdev.Api Call Method", url: Text, request: Text)
Parameters
method
Type: Enum “bdev.Api Call Method”
HTTP Action.
url
Type: Text
API URL to consume.
request
Type: Text
Request body to be send.
Return
Boolean
True if API Call has been processed successfully. Otherwise false.