Search found 4 matches

by cordell_printnow
Thu Aug 31, 2023 8:47 pm
Forum: Flows
Topic: Checking Barcode Quiet Zone
Replies: 3
Views: 4467

Re: Checking Barcode Quiet Zone

I don't know what you mean by a barcode quiet zone?
Can you please explain what this is?
by cordell_printnow
Wed Aug 30, 2023 8:58 pm
Forum: Flows
Topic: Switch NodeJS Webhook not reaching Switch
Replies: 2
Views: 3231

Switch NodeJS Webhook not reaching Switch

Hello, I am having issues with the nodeJS example script to receive webhooks and send a response. I have a flow where I have the built-in app and a NodeJS script both trying to use Webhooks. Here's the NodeJS Script I'm using: const fs = require('fs-extra'); const os = require('os'); async function ...
by cordell_printnow
Wed Aug 30, 2023 8:30 pm
Forum: Flows
Topic: Send file to Onedrive
Replies: 1
Views: 1144

Re: Send file to Onedrive

I don't see anything on the store, but you could create a NodeJS script using an NPM add-on like:
https://www.npmjs.com/package/onedrive-api
by cordell_printnow
Wed Aug 30, 2023 8:22 pm
Forum: Flows
Topic: AWS S3 Dowload based on Trigger/Incoming File
Replies: 2
Views: 3580

Re: AWS S3 Dowload based on Trigger/Incoming File

Not that I'm aware of, most of the triggers built into Switch are timer based.
If you want it to be triggered when the file arrives, you'd be better to have a webhook (which oddly enough, I'm having a bit of problems with).