Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 = ...
Fredrik Burmester's user avatar