card_body_section

Iframes that will be displayed in the body of the open card.

iframe in the card

Function argument - an object that provides all available functions of the web SDK.

Return value - the function should return array of objects with the following keys:

KeyTypeDescription
titlerequiredstringSection Title
contentrequiredobject
Schema
Section parameters

Example :

'card_body_section': (bodySectionContext) => {
  return [{
    title: '📝 Timer logs',
    content: {
      type: 'iframe',
      url: bodySectionContext.signUrl('./timeLogs.html'),
      height: 200,
    }
  }]
},
logo
FlowFast
If you have any questions or need help with integration feel free to write us at support@flowfast.io