Ramp

Learn how to use Ramp with Composio

Overview

SLUG

RAMP

Description

Ramp is a platform that helps you manage your finances, track your income and expenses, and get insights into your business

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to transactions:read,accounting:write,accounting:read
bearer_token
string
full
stringDefaults to https://api.ramp.com/developer/v1Required

Tools

SLUG: RAMP_ACCOUNTING_SYNC

Tool for syncing accounting data.

Action Parameters

failed_syncs
array
idempotency_key
stringRequired
successful_syncs
array
sync_type
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAMP_CREATE_NEW_CUSTOM_ACCOUNTING_FIELD

Tool for creating a new custom accounting field.

Action Parameters

id
stringRequired
input_type
stringRequired
is_required_for
array
is_splittable
boolean
name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAMP_DELETE_CUSTOM_ACCOUNTING_FIELD

Tool for deleting a custom accounting field.

Action Parameters

field_id
stringRequired

Action Response

data
object
error
string
successful
booleanRequired

SLUG: RAMP_DELETE_CUSTOM_ACCOUNTING_FIELD_OPTION

Tool for deleting an option for a given accounting field.

Action Parameters

field_option_id
stringRequired

Action Response

data
object
error
string
successful
booleanRequired

SLUG: RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD

Tool for fetching a custom accounting field.

Action Parameters

field_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAMP_OPTIONS_FOR_CUSTOM_ACCOUNTING_FIELD

Tool for listing options for a given accounting field.

Action Parameters

field_id
stringRequired

Action Response

data
array
error
string
successful
booleanRequired

SLUG: RAMP_UPDATE_ACCOUNTING_FIELD_OPTION

Tool for updating an option for a given accounting field.

Action Parameters

code
string
display_name
string
field_id
stringRequired
reactivate
boolean
value
string
visibility
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RAMP_UPLOAD_NEW_OPTIONS

Tool for uploading new options for a given accounting field.

Action Parameters

field_id
stringRequired
options
arrayRequired

Action Response

data
array
error
string
successful
booleanRequired