← Tools Reference

Momentum.io

Momentum.io integration (AI, Productivity). Imported from open-connector.

API key6 toolshttps://api.momentum.io
GET
momentum_io_list_users
List Momentum organization users with optional pagination and filters.

/v1/users

4 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe page number to retrieve, using 1-based indexing.
pageSizeintegeroptionalThe maximum number of records to return, from 1 to 50.
licenseAddedbooleanoptionalFilter users by license status.
rolestringoptionalMomentum user role to filter by.
GET
momentum_io_list_meetings
List Momentum meetings with optional date, attendee, Salesforce, and source filters.

/v1/meetings

9 parameters
ParamTypeRequiredDescription
fromstringoptionalAn ISO 8601 date-time value.
tostringoptionalAn ISO 8601 date-time value.
pageNumberintegeroptionalThe page number to retrieve, using 1-based indexing.
pageSizeintegeroptionalThe maximum number of records to return, from 1 to 50.
salesforceAccountIdstringoptionalAn 18-character Salesforce record ID.
salesforceOpportunityIdstringoptionalAn 18-character Salesforce record ID.
attendeeEmailAddressesarrayoptionalEmail addresses that every returned meeting must include.
sourceTypesarrayoptionalMeeting source types to include.
includeDownloadUrlbooleanoptionalWhether to include temporary recording download URLs.
GET
momentum_io_list_signal_prompts
List Momentum AI signal prompts configured for the organization.

/v1/signals/prompts

GET
momentum_io_list_signal_executions
List executions for a Momentum v1 signal prompt within a time range.

/v1/signals/{promptId}/executions

6 parameters
ParamTypeRequiredDescription
promptIdintegerrequiredThe signal prompt ID to retrieve executions for.
executionFromstringrequiredAn ISO 8601 date-time value.
executionTostringoptionalAn ISO 8601 date-time value.
pageNumberintegeroptionalThe page number to retrieve, using 1-based indexing.
pageSizeintegeroptionalThe maximum number of records to return, from 1 to 50.
includeCustomInstructionsbooleanoptionalWhether to include custom instruction outputs in the response.
GET
momentum_io_list_signal_definitions
List Momentum signal v2 definitions configured for the organization.

/v2/signals

GET
momentum_io_list_signal_v2_executions
List executions for a Momentum signal v2 definition within a time range.

/v2/signals/{definitionId}/executions

6 parameters
ParamTypeRequiredDescription
definitionIdintegerrequiredThe signal definition ID to retrieve executions for.
executionFromstringrequiredAn ISO 8601 date-time value.
executionTostringoptionalAn ISO 8601 date-time value.
pageNumberintegeroptionalThe page number to retrieve, using 1-based indexing.
pageSizeintegeroptionalThe maximum number of records to return, from 1 to 50.
includeFollowUpPromptsbooleanoptionalWhether to include follow-up prompt outputs.