Inboxroute
Connector for the inboxroute API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.inboxroute.com/api - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_contacts— GET /contacts — Get a paged result of contacts from a listget_contacts_lists— GET /contacts/lists — Get a paged result of contact lists.post_contacts_lists— POST /contacts/lists — Add a new contact listput_contacts_lists_listid— PUT /contacts/lists/{listid} — Update an existing contact listdelete_contacts_lists_listid— DELETE /contacts/lists/{listid} — Delete an existing contact listput_contacts_contactid— PUT /contacts/{contactid} — Update an existing contact
Inputs
apiKey— your inboxroute API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_contacts
apiKey: <your key>