Hi @clouless
This change supports Cloud Connect macro to Forge macro only.
Forge macro does not have macroBody as you mentioned, but plaint-text macro body data will be available from your migrated Forge macro config using __bodyContent.
// Forge
const config = useConfig();
config.__bodyContent;