Inbox AI
  • Introduction
  • Quick Start
  • Hotkeys / Triggers
  • AI providers
  • Voice Commands
  • Screenshots
  • Watch Directories
  • Email Processing
  • Handle Incoming Calls
  • Actions
    • Custom Actions
      • Ask AI
      • Make API Request
      • Terminal Command
      • Multiple Choice
      • Group
    • Built-in Actions
      • Mail Actions
        • Mark as Read
        • Mark as Unread
        • Set Flag
        • Set Background Color
        • Move to Junk
        • Move to Archive
        • Move to Trash
      • Flow Control
        • Return Result to Previous AI
      • System Actions
        • Copy to Clipboard
        • Get Selected Text
        • Take Screenshot
        • Paste at Cursor
        • Speak Text
        • Send Notification
        • Add Apple Reminder
      • Do Nothing
    • Folder
    • Next Action Field
    • Action Variables
    • Export
  • Templating
  • Transcription
  • Logging
  • Limits
  • Troubleshooting
  • Advanced Settings
  • Integrations
    • AppleScript
    • Tana
    • Apple Notes
    • Reflect
    • Apple Shortcuts
    • Raycast
    • X-Callback-URL
Powered by GitBook
On this page
  1. Integrations

X-Callback-URL

PreviousRaycast

Last updated 6 months ago

You can run any X-Callback-URL by creating a Terminal Command action like the one below.

The command above uses the open Terminal Command to open a URL. Use Action Variables to customize the url and give your AI more options.

Controlling Inbox AI through x-callback-urls

Each action has a url assocoated with it. Right click the action to copy the url:

The URL looks like this:

inboxai://execute?action=STRING&xxx=STRING&originalInput=STRING

Where action is the id of the action, originalInput is the original import, and a set of variables (the AI variables defined for your action under "Edit variables").

Additionally, you can also trigger any assigned hotkey using one of these URLs:

inboxai://audio
inboxai://screenshot
inboxai://audio?action=STRING&originalInput=STRING
inboxai://screenshot?action=STRING

These will trigger a screenshot or audio action, including the associated UI. Note that you need to have a hotkey setup for each action you control this way (i.e. else you cannot stop/start recording)

The screenshot and audio x-callback action do not support sending any ai variables.

A very basic Terminal Command
Right click to get the x-callback-url of any action