Post Message through LINE Notify

Posts a message to a LINE group through LINE Notify. Please obtain a personal access token in advance. The recipient of the message will be selected at the time of acquiring the token, either the user acquiring the token themself or a group in which that person participates.

Converter: Email-String to Quser

Converter: Email-String to Quser

Converts an Email string to USER data. If the address is not registered as a user address, an error will occur (USER not updated). If multiple addresses are enumerated in multiline or comma-delimited string, determined sequentially from the top.

OpenAI: Images, Edit Specific Area

OpenAI: Images, Edit Specific Area

Completes the transparent areas of an original image with a PROMPT, by default 1024×1024. The areas to be edited can also be specified in another file. The given image must be square less than 4MB. The maximum number created at once is 10.

OpenAI: Images, Create Variation

OpenAI: Images, Create Variation

Creates a variation of a given image. By default a 1024×1024 image is created. 256×256 or 512×512 are also creatable. The given image must be a square image less than 4MB. The maximum number that can be created at once is 10.

OpenAI: Images, Generate

OpenAI: Images, Generate

Creates an image given a prompt. By default a 1024×1024 image is generated, but you can change it to 256×256 or 512×512. Note that PROMPT must be defined within 1000 characters.

Singleline CSV String, Extract Cell

Extracts the cell value of the specified ID, starting from zero. The extracted cell string can be stored not only in the String-type data but also in the Numeric-type, Date-type, Datetime-type, Select-type, User-type, and Org-type data.

OpenAI: Chat, Interact with Parameters

OpenAI: Chat, Interact with Parameters

Communicates with OpenAI API (ChatGPT); the default MODEL is “gpt-4” (configurable). Supports almost all Chat features, such as re-asking based on histories and/or parameters; sampling temperature-Top_P, Presence-Frequency penalty, Logit bias.

OpenAI: Chat, Start

OpenAI: Chat, Start

Starts a conversation with the OpenAI API (ChatGPT). The MODEL used is “gpt-4” by default (configurable). A response (COMPLETION) to an instruction question (PROMPT) is automatically obtained.

OpenAI: Audio, Transcribe to WebVTT

OpenAI: Audio, Transcribe to WebVTT

Transcribes audio and video files in caption format WebVTT, using the OpenAI API “whisper-1” model by default (configurable) to convert audio data into text data. Set abbreviations and technical terms as PROMPT for more accurate transcription.

OpenAI: Audio, Translate into English

OpenAI: Audio, Translate into English

Translates audio into English. English text data is generated from sound or video file containing Japanese or other, using the OpenAI API “whisper-1” model. Abbreviations and technical terms can be set as PRMOPT to achieve more accurate translation.

OpenAI: Audio, Transcribe

Transcribes from audio file. The “whisper-1” model in the OpenAI API converts speech data into text data. If set abbreviations and technical terms as summary (PRMOPT), more accurate data conversion will be achieved.

OpenAI: Chat, Start

OpenAI: Chat, Start

Starts a conversation with the OpenAI API (ChatGPT). The model ID used is “gpt-3.5-turbo”. A response (COMPLETION) to an instruction question (PROMPT) is automatically obtained.

Converter (File to Base64 String)

Converts file type data to Base 64 encoded string type data. If there are multiple files in File-type data, or if the file size exceeds 10 MB the data will not be converted.

Files, Duplicate

Files, Duplicate

Duplicates File-type data. All files stored in Data Item A1 (Original Files) will be copied over to Data Item B1 (Clone Files). Also possible to change the file name or Content-Type. If the same Data Item is specified as A1 and B1, overwritten.

Multiline String, Filter by RegExp

Multiline String, Filter by RegExp

Narrows down to just the matched lines from the multiline text. A regular expression (RegExp) can be specified as the match condition. Each line is determined to match a regular expression. Also stores the filtered-out lines (removed lines).

Multiline String, Filter by Keywords

Multiline String, Filter by Keywords

Narrows multi-line text down to matching lines only. The match condition can be either “equals”, “contains”, “begins with”, or “ends with”. A case-insensitive filter can also be specified. It is also possible to separately store the excluded rows (filtered rows).