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. Actions
  2. Custom Actions

Make API Request

PreviousAsk AINextTerminal Command

Last updated 7 months ago

API request actions allow you to build powerful API integrations with external services that offer APIs.

API requests can have the following fields:

  • URL The API endpoint (supports Action Variables)

  • Method GET, POST, PUT, or DELETE

  • Next Action The action to call after this request. See Next Action Field.

  • Headers A set of key/value pairs for headers. Both support Action Variables.

  • Payload The body of the API request. Supports Action Variables and notably a good target for Templating.

Often you can use either Templating to format the right payload for your API request or use an Ask AI action to format the right payload. Pick the best fit for you.

An example Make API Request action