Ramp
Learn how to use Ramp with Composio
Overview
Enum
RAMP
Description
Ramp is a comprehensive finance platform designed to help you manage your finances, track your income and expenses, and get insights into your business. The Ramp API provides developers with the tools to interact with the platform programmatically.
Authentication Details
OAUTH2
client_id
client_secret
oauth_redirect_uri
scopes
base_url
Actions
RAMP_ACCOUNTING_SYNC
Action Parameters
failed_syncs
idempotency_key
successful_syncs
sync_type
Action Response
data
error
successful
RAMP_CREATE_NEW_CUSTOM_ACCOUNTING_FIELD
Action Parameters
id
input_type
is_required_for
is_splittable
name
Action Response
data
error
successful
RAMP_DELETE_CUSTOM_ACCOUNTING_FIELD
Action Parameters
field_id
Action Response
data
error
successful
RAMP_DELETE_CUSTOM_ACCOUNTING_FIELD_OPTION
Action Parameters
field_option_id
Action Response
data
error
successful
RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD
Action Parameters
field_id
Action Response
data
error
successful
RAMP_OPTIONS_FOR_CUSTOM_ACCOUNTING_FIELD
Action Parameters
field_id
Action Response
data
error
successful
RAMP_UPDATE_ACCOUNTING_FIELD_OPTION
Action Parameters
code
display_name
field_id
reactivate
value
visibility
Action Response
data
error
successful
RAMP_UPLOAD_NEW_OPTIONS
Action Parameters
field_id
options
Action Response
data
error
successful