Skip to main content

Python SDK and CLI for the AmpUp Sales Meeting Analysis Platform

Project description

ampup

REST API for the AmpUp Sales Meeting Analysis Platform

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 0.1.0
  • Package version: 1.0.0
  • Generator version: 7.4.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.7+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import ampup

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import ampup

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import ampup
from ampup.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://app.ampup.ai/mcp/api
# See configuration.py for a list of all supported configuration parameters.
configuration = ampup.Configuration(
    host = "https://app.ampup.ai/mcp/api"
)



# Enter a context with an instance of the API client
with ampup.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ampup.AccountsApi(api_client)
    add_note_to_account_request = ampup.AddNoteToAccountRequest() # AddNoteToAccountRequest | 

    try:
        # add_note_to_account
        api_response = api_instance.add_note_to_account(add_note_to_account_request)
        print("The response of AccountsApi->add_note_to_account:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AccountsApi->add_note_to_account: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://app.ampup.ai/mcp/api

Class Method HTTP request Description
AccountsApi add_note_to_account POST /v1/add_note_to_account add_note_to_account
AccountsApi add_task_to_account POST /v1/add_task_to_account add_task_to_account
AccountsApi create_account POST /v1/create_account create_account
AccountsApi get_account POST /v1/get_account get_account
AccountsApi list_accounts POST /v1/list_accounts list_accounts
AccountsApi sync_account_to_crm POST /v1/sync_account_to_crm sync_account_to_crm
AccountsApi update_account POST /v1/update_account update_account
ConfigurationApi get_analysis_config POST /v1/get_analysis_config get_analysis_config
ConfigurationApi update_analysis_config POST /v1/update_analysis_config update_analysis_config
FilesApi check_status POST /v1/check_status check_status
FilesApi delete_deal_file POST /v1/delete_deal_file delete_deal_file
FilesApi list_deal_files POST /v1/list_deal_files list_deal_files
FilesApi upload_deal_file POST /v1/upload_deal_file upload_deal_file
FilesApi upload_file POST /v1/upload_file upload_file
FilesApi upload_folder POST /v1/upload_folder upload_folder
MeetingsApi delete POST /v1/delete delete
MeetingsApi generate_post_meeting_brief POST /v1/generate_post_meeting_brief generate_post_meeting_brief
MeetingsApi generate_pre_meeting_brief POST /v1/generate_pre_meeting_brief generate_pre_meeting_brief
MeetingsApi get_meeting POST /v1/get_meeting get_meeting
MeetingsApi get_meeting_transcript POST /v1/get_meeting_transcript get_meeting_transcript
MeetingsApi get_post_meeting_brief POST /v1/get_post_meeting_brief get_post_meeting_brief
MeetingsApi get_pre_meeting_brief POST /v1/get_pre_meeting_brief get_pre_meeting_brief
MeetingsApi get_transcript_excerpt POST /v1/get_transcript_excerpt get_transcript_excerpt
MeetingsApi list_meeting_analyses POST /v1/list_meeting_analyses list_meeting_analyses
MeetingsApi list_meetings POST /v1/list_meetings list_meetings
MeetingsApi run_analysis POST /v1/run_analysis run_analysis
MeetingsApi update_meeting POST /v1/update_meeting update_meeting
MetricsApi bulk_create_metrics POST /v1/bulk_create_metrics bulk_create_metrics
MetricsApi create_metric POST /v1/create_metric create_metric
MetricsApi create_metric_group POST /v1/create_metric_group create_metric_group
MetricsApi delete_metric_group POST /v1/delete_metric_group delete_metric_group
MetricsApi list_metric_groups POST /v1/list_metric_groups list_metric_groups
MetricsApi list_metrics POST /v1/list_metrics list_metrics
MetricsApi update_metric_group POST /v1/update_metric_group update_metric_group
OpportunitiesApi add_note_to_opportunity POST /v1/add_note_to_opportunity add_note_to_opportunity
OpportunitiesApi add_task_to_opportunity POST /v1/add_task_to_opportunity add_task_to_opportunity
OpportunitiesApi change_opportunity_stage POST /v1/change_opportunity_stage change_opportunity_stage
OpportunitiesApi create_opportunity POST /v1/create_opportunity create_opportunity
OpportunitiesApi get_opportunity POST /v1/get_opportunity get_opportunity
OpportunitiesApi get_opportunity_analysis POST /v1/get_opportunity_analysis get_opportunity_analysis
OpportunitiesApi list_opportunities POST /v1/list_opportunities list_opportunities
OpportunitiesApi sync_opportunity_to_crm POST /v1/sync_opportunity_to_crm sync_opportunity_to_crm
OpportunitiesApi update_opportunity POST /v1/update_opportunity update_opportunity
OrganizationApi get_org POST /v1/get_org get_org
OrganizationApi list_orgs POST /v1/list_orgs list_orgs
OrganizationApi switch_org POST /v1/switch_org switch_org
PracticeScriptsApi create_practice_script POST /v1/create_practice_script create_practice_script
PracticeScriptsApi delete_practice_script POST /v1/delete_practice_script delete_practice_script
PracticeScriptsApi generate_practice_script POST /v1/generate_practice_script generate_practice_script
PracticeScriptsApi get_practice_script POST /v1/get_practice_script get_practice_script
PracticeScriptsApi list_practice_scripts POST /v1/list_practice_scripts list_practice_scripts
PracticeScriptsApi share_practice_script POST /v1/share_practice_script share_practice_script
PracticeScriptsApi update_practice_script POST /v1/update_practice_script update_practice_script

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ampup-0.1.5.tar.gz (64.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ampup-0.1.5-py3-none-any.whl (123.1 kB view details)

Uploaded Python 3

File details

Details for the file ampup-0.1.5.tar.gz.

File metadata

  • Download URL: ampup-0.1.5.tar.gz
  • Upload date:
  • Size: 64.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ampup-0.1.5.tar.gz
Algorithm Hash digest
SHA256 64b352f14902f64b648b478600255597e3329bd6c13815b30f6a32bc01cabe5c
MD5 2a421a77457c7d9dffeaa835e0669308
BLAKE2b-256 6b36b9e1d90d23a7faa50281131100c21cb37df68c8d685a6f6fdbeb41b8d6e7

See more details on using hashes here.

File details

Details for the file ampup-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: ampup-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 123.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ampup-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b5ba0cf39dcc7477770e9406073a6670decf931a2ab73c5e5848bf551422d0b9
MD5 056b7ea366f4eb33b8244cb014a16c46
BLAKE2b-256 93f53c13cbe265d7d44b7773a600a61ddc7a1f2c26ec8310084a50a8e14f51ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page