Why am I getting an error when using the send_block_kit_message in Slack?

This topic was automatically generated from Slack. You can find the original thread here.

i’m getting this error when using the send_block_kit_message in Slack:

  at Object.run (file:///tmp/__pdg__/dist/code/f6ae77197e813fe52391d338a2455f93de4c6a86bb418824c3c92425e4bd1dcf/code/actions/common/send-message.mjs:107:14)
    at Object.run (file:///tmp/__pdg__/dist/code/f6ae77197e813fe52391d338a2455f93de4c6a86bb418824c3c92425e4bd1dcf/code/actions/send-block-kit-message/send-block-kit-message.mjs:38:35)
    at null.executeComponent (/var/task/launch_worker.js:287:22)
    at MessagePort.messageHandler (/var/task/launch_worker.js:786:28)

It appears you’re encountering an error when trying to use the “Send Block Kit Message” action in Slack through Pipedream. The error message you’ve shared indicates an issue occurred within the execution of the action, but it doesn’t provide specific details about the cause of the error. To better assist you, I would need more information about the context in which this error occurs. Specifically, it would be helpful to know: 1. The exact configuration you’re using for the “Send Block Kit Message” action, including the channel you’re targeting and the block kit JSON payload you’re sending. 2. Whether this error occurs every time you attempt to send a message or only under certain conditions. 3. If there are any specific patterns or changes you’ve noticed that might correlate with the occurrence of this error. Additionally, I recommend reviewing the configuration of your Slack action within your Pipedream workflow to ensure that all required fields are correctly filled out and that the JSON payload for the block kit message is properly formatted according to Slack’s documentation. If you’re unable to resolve the issue with this information, I encourage you to visit Support - Pipedream for more support options, where you can get in touch with the Pipedream support team for further assistance.

Hey , would you mind sharing your slack action configuration if possible?