Fungenerators Qrcode
Fungenerators Qrcode is an API for generating QR codes.
- Base URL:
https://api.fungenerators.com - Auth:
header:X-Fungenerators-Api-Secret(pass your key via theapiKeyinput)
Operations
get_qrcode_business_card— GET /qrcode/business_card — Get a QR Code image for a business card aka VCARDget_qrcode_email— GET /qrcode/email — Get a QR Code image for an emailget_qrcode_phone— GET /qrcode/phone — Get a QR Code image for a phone numberget_qrcode_raw— GET /qrcode/raw — Get a QR Code image for a block of raw dataget_qrcode_skype— GET /qrcode/skype — Get a QR Code image for a skype userget_qrcode_sms— GET /qrcode/sms — Get a QR Code image for a Phone number for SMS messaging
Inputs
apiKey— your fungenerators-qrcode API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_qrcode_business_card
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_qrcode_business_card, get_qrcode_email, get_qrcode_phone, get_qrcode_raw, get_qrcode_skype, get_qrcode_sms |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |