MailchimpAPI::RawAPICall (open)
Do a lowlevel call straight to the api
Syntax
LOADLIB "mod::system/lib/webapi/mail/mailchimp.whlib";
VARIANT FUNCTION RawAPICall(STRING method, STRING endpoint, RECORD options)Parameters
STRING methodSTRING endpointRECORD optionsOptions
jsonbodyJSON Body to pass
wrapresponseIf true, accept non-200 responses and wrap the returned body to return the response
Return value
VARIANT