← Tools Reference

Telnyx

Telnyx integration (Communication, Developer Tools). Imported from open-connector.

API key3 toolshttps://api.telnyx.com/v2
GET
telnyx_retrieve_message
Retrieve a Telnyx message by ID.

/messages/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Telnyx message ID.
GET
telnyx_list_messaging_profiles
List Telnyx messaging profiles with optional name filters and pagination.

/messaging_profiles

5 parameters
ParamTypeRequiredDescription
filterNamestringoptionalThe profile name filter passed as filter[name].
filterNameEqstringoptionalThe exact profile name filter.
filterNameContainsstringoptionalThe partial profile name filter.
pageNumberintegeroptionalThe Telnyx page number to load.
pageSizeintegeroptionalThe number of Telnyx profiles to load per page.
GET
telnyx_retrieve_messaging_profile
Retrieve a Telnyx messaging profile by ID.

/messaging_profiles/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Telnyx messaging profile ID.