Command Identifier List
Below are all current commandIdn's used within the SendCommand action. Further details of each, along with examples, can be found here.
General Commands
- magic_browser_command: Natural language command for the Magic Browser bot. This command tells the Magic Browser connector to perform the actions specified in the Custom Instructions field on the website. The response from the website is sent back through the "magic_browser_response" event.
- send_request: Send an HTTP/API request. Used with the HTTP integration to make external API calls and receive responses.
- send_email: Send an email using the email integration.
- send_message: Send a text message using the Twilio Messenger or Newo SMS integration.
- set_timer: Set a timer. Supports both one-time and repeating timers. Use the "repeatable" argument set to "true" for repeating timers, along with the "interval" argument to define the repeat interval.
- make_call: Initiate a phone call using the Vapi or Newo Voice integration.
- stop_call: Stop an active phone call.
- transfer_call: Transfer an active phone call to another destination.
- dial_digits: Send DTMF (dialpad) digits during an active phone call.
Voice-to-Voice (V2V) Commands
These commands are used specifically with voice-to-voice sessions:
- update_session: Update voice-to-voice session parameters such as instructions, temperature, tools, and turn detection settings.
- set_turn_message: Set a turn message within a voice-to-voice session. Supports user, system, and assistant roles.
- generate_response: Generate a response within a voice-to-voice session.
Updated about 6 hours ago
