https://discord.gg/botpress logo
For the get request, do I set the url to the webho...
# 💻developers
b
For the get request, do I set the url to the webhook? This is what I have currently and it is not working. It always says it was a success but the body of the text is empty:
Copy code
const response = await axios.get(myWebhookURL);
console.log(response);
workflow.apiResponse = response.data;
2 Views