All Questions
1 question
0
votes
0
answers
268
views
Using curl with Meteor API in rocket chat results in an error
Trying to curl Ombi API in Rocket.Chat Webhook script using Meteor API. This is my script:
class Script {
prepare_outgoing_request({ request }) {
console.log("SENDING POST");
var text = ...