The current send_card implementation is using Slack attachments which has been demoted to a second class citizen for formatting messages in Slack (https://api.slack.com/messaging/composing/layouts#attachments). Blocks are the new first class citizen for message formatting. The backend should use blocks to ensure future stability of advanced formatting.