Automations
162
Update Shopify Product
Update an existing product's details including title, description, pricing, and status
Read URL
Fetch a URL via HTTP GET using HttpRequest and return only the parsed response body (json/text/base64; "binary" aliases to base64).
Publish LinkedIn Post
Publish LinkedIn posts as member or organization. Supports text-only and single-image (imageUrls[] or attachmentIds[]). Media uploads are registered under the same URN as the post author (LinkedIn requires content ownership). dryRun=true returns a plan without API calls.
Upload LinkedIn Media
Registers media uploads with LinkedIn and returns asset URNs that can be used in post content. Handles both image and video uploads through LinkedIn's asset registration API. This is a prerequisite step before publishing posts with media.
Generate Image
Generate images from text prompts using DALL-E 3 API. Returns image URLs that can be uploaded to WordPress media library. Supports customizable size, quality, and style parameters for WordPress content creation.
Copy Google Drive File
Create a copy of a file in Google Drive. Optionally specify a new name and destination folder for the copy.
Delete Google Drive File
Delete a file or folder from Google Drive by moving it to trash. The file can be recovered from trash until permanently deleted.
Get Google Drive File Info
Get detailed metadata for a specific Google Drive file including name, type, size, creation/modification dates, parent folders, sharing settings, and more.
Get Google Drive Storage Info
Get information about the user's Google Drive account including storage quota, used space, available space, and user details.
Move Google Drive File
Move a file or folder to a different location in Google Drive by changing its parent folders. NOTE: Requires the google_drive connector template's update-file endpoint to be updated with query parameter mapping for addParents and removeParents. Currently returns file metadata without moving it.
Search Google Drive Files
Search for files in Google Drive using Google Drive query syntax. Supports powerful filtering by name, type, folder, date, and more. Returns matching files with metadata.
Create Google Drive Folder
Creates a new folder in Google Drive with optional parent folder and description
Export Google Drive File
Exports a Google Sheets file to a specified format (CSV, XLSX, PDF, etc.)
List Google Drive Files
Lists files from Google Drive with optional query filtering and page size control
Read Google Drive File
Reads the content of a file from Google Drive by file ID
Upload Google Drive File
Uploads a new file to Google Drive with optional metadata (name, description, folder)
Update Google Drive File
Uploads a file to Google Drive with optional metadata (name, description, folder)
Add Gmail Labels
Add labels to a message. Can add both system labels (INBOX, STARRED, IMPORTANT) and custom user labels. Use gmail_list_labels to discover available label IDs.