Hi,
I am trying to develop a workflow that send a Discord message to a specific channel upon a New record event in our Airtable database. I have connected both Discord and Airtable, I have given the Pipedream bot a specific role that allows it to enter the channel in Discord. However, when I test the workflow in Pipedream, I am getting the “Request failed with status code 404” in the second step of the process (sending the Discord message).
The details look like this:
at null.createError (/var/task/node_modules/@lambda-v2/component-runtime/node_modules/axios/lib/core/createError.js:16:15)
at null.settle (/var/task/node_modules/@lambda-v2/component-runtime/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/var/task/node_modules/@lambda-v2/component-runtime/node_modules/axios/lib/adapters/http.js:269:11)
at IncomingMessage.emit (events.js:412:35)
at null.endReadableNT (internal/streams/readable.js:1333:12)
at process.processTicksAndRejections (internal/process/task_queues.js:82:21)
I am not familiar with the language, so if anyone has any info on how to resolve this, please let me know. Thanks!