RevReply
    RevReply
    • status
      GET
    • create-agent
      POST
    • update-agent
      POST
    • list-agents
      GET
    • get-agent
      GET
    • timezones
      GET
    • create-response
      POST
    • classify-response
      POST
    • rate-response
      POST
    • delete-agent
      DELETE

      create-agent

      POST
      /agent

      Request

      Header Params

      Body Params multipart/form-data

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/agent' \
      --header 'Authorization: Bearer {{api_key}}' \
      --header 'Accept: application/json' \
      --form 'agent_name="Furniture Salesman"' \
      --form 'first_name="Robert"' \
      --form 'last_name="Deniro"' \
      --form 'company="Woodworks LLC"' \
      --form 'company_website="https://woodworks.com"' \
      --form 'generate_profile="1"' \
      --form 'company_overview="Deals in home %26 office furniture"' \
      --form 'context="Sells chairs, sofas, tables and other office equipment at competitive rates"' \
      --form 'meeting_link="https://zoom.com/hrehman200"' \
      --form 'calendar_link="https://calendly.com/hrehman200/15min"' \
      --form 'concise_reply="0"' \
      --form 'soft_no="1"' \
      --form 'soft_no_response="If you change your mind, do send me a message."' \
      --form 'tone="3"' \
      --form 'agent_objective="2"' \
      --form 'timezone="America/New_York"' \
      --form 'office_hours_from="08:00"' \
      --form 'office_hours_to="17:00"' \
      --form 'exclude_weekends="1"' \
      --form 'objective="Promote my website signup link: https://woodworks.com/signup"' \
      --form 'google[access_token]=""' \
      --form 'google[refresh_token]=""' \
      --form 'calendly[access_token]=""' \
      --form 'calendly[refresh_token]=""' \
      --form 'followup_intervals[0][followup_no]="1"' \
      --form 'followup_intervals[0][send_after_days]="3"' \
      --form 'followup_intervals[0][include_calendar_links]="0"' \
      --form 'followup_intervals[0][include_meeting_links]="1"' \
      --form 'followup_intervals[0][followup_message]="Hi This is a followup message"'

      Responses

      🟢200Success
      application/json
      Body

      Example
      {}
      Modified at 2025-06-27 03:54:22
      Previous
      status
      Next
      update-agent
      Built with