Ran into issue when calling chat_unfurl Slack API method where the payload for unfurls: doesn't accept callback_id in the JSON. Resulting error: WARN: Slack::Web::Api::Errors::CannotParseAttachment: cannot_parse_attachment
From Slack support: Unfortunately, that[chat_unfurl] method doesn't support the use of callback_id
Slack support informs me that we should instead be looking for block_id or action_id for the interactive callback for that method.
Ran into issue when calling chat_unfurl Slack API method where the payload for
unfurls:doesn't acceptcallback_idin the JSON. Resulting error:WARN: Slack::Web::Api::Errors::CannotParseAttachment: cannot_parse_attachmentFrom Slack support:
Unfortunately, that[chat_unfurl] method doesn't support the use of callback_idSlack support informs me that we should instead be looking for
block_idoraction_idfor the interactive callback for that method.