Open Connector
All tools

Fax.Plus logoFax.Plus

Send and manage faxes, contacts, account members, fax numbers, and webhook subscriptions with Fax.Plus.

fax-plusvcatalog-v161 tools

Authentication

MethodKindStatusDetails
Personal Access Tokenapi_keyavailable
Fax.Plus OAuthoauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "FAX_PLUS_ASSOCIATE_TAGS",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("FAX_PLUS_ASSOCIATE_TAGS", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute FAX_PLUS_ASSOCIATE_TAGS --data '{ }'

Tool catalog

Available tools

61 callable operations

Assign contacts to groupsFAX_PLUS_ASSOCIATE_TAGSAssign multiple contacts to multiple groups. **Important:** This operation overwrites existing group assignments for the specified contacts - it does not append to them. Contacts will be unassigned from any group that's not included in this list (Permitted scopes: **fax:all:edit**)

Assign multiple contacts to multiple groups. **Important:** This operation overwrites existing group assignments for the specified contacts - it does not append to them. Contacts will be unassigned from any group that's not included in this list (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Bulk delete fax recordsFAX_PLUS_BULK_DELETE_FAXESBulk delete multiple fax records. Maximum 50 fax IDs per request. Duplicate IDs are automatically ignored. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Bulk delete multiple fax records. Maximum 50 fax IDs per request. Duplicate IDs are automatically ignored. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Faxes
Bulk delete outbox faxesFAX_PLUS_BULK_DELETE_OUTBOX_FAXESBulk delete (cancel) multiple outbox fax records. Maximum 10 outbox fax IDs per request. Duplicate IDs are automatically ignored. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Bulk delete (cancel) multiple outbox fax records. Maximum 10 outbox fax IDs per request. Duplicate IDs are automatically ignored. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Outbox
Bulk update fax recordsFAX_PLUS_BULK_UPDATE_FAXESBulk update multiple fax records (mark as read/unread and/or update comment). Maximum 100 fax IDs per request. Duplicate IDs are automatically ignored. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Bulk update multiple fax records (mark as read/unread and/or update comment). Maximum 100 fax IDs per request. Duplicate IDs are automatically ignored. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Faxes
Bulk update outbox faxesFAX_PLUS_BULK_UPDATE_OUTBOX_FAXESBulk update multiple outbox fax records (update comment). Maximum 100 outbox fax IDs per request. Duplicate IDs are automatically ignored. Jobs in 'sending' status cannot be updated and will return a 409 status code. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Bulk update multiple outbox fax records (update comment). Maximum 100 outbox fax IDs per request. Duplicate IDs are automatically ignored. Jobs in 'sending' status cannot be updated and will return a 409 status code. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Outbox
Create AI custom field definitionFAX_PLUS_CREATE_AI_CUSTOM_FIELDCreate a new custom field definition for AI field extraction. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Create a new custom field definition for AI field extraction. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:ai_settings:edit

Tags

Fax AI
Create a contactFAX_PLUS_CREATE_CONTACTCreate a new contact (Permitted scopes: **fax:all:edit**)

Create a new contact (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Create a groupFAX_PLUS_CREATE_TAGCreate a new contact group (Permitted scopes: **fax:all:edit**)

Create a new contact group (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Register new webhookFAX_PLUS_CREATE_WEBHOOKRegister a new webhook which will be called on a specific event. See the WebhookCallback model. (Permitted scopes: **fax:all:edit**, **fax:webhook:edit**)

Register a new webhook which will be called on a specific event. See the WebhookCallback model. (Permitted scopes: **fax:all:edit**, **fax:webhook:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:webhook:edit

Tags

Webhooks
Delete AI custom field definitionFAX_PLUS_DELETE_AI_CUSTOM_FIELDDelete a custom field definition. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Delete a custom field definition. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:ai_settings:edit

Tags

Fax AI
Delete a contactFAX_PLUS_DELETE_CONTACTDelete a contact (Permitted scopes: **fax:all:edit**)

Delete a contact (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Delete a faxFAX_PLUS_DELETE_FAXDelete a specific fax record by providing its id. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Delete a specific fax record by providing its id. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Faxes
Delete an outgoing faxFAX_PLUS_DELETE_OUTBOX_FAXDelete an outgoing fax that is being scheduled for sending. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Delete an outgoing fax that is being scheduled for sending. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Outbox
Delete a groupFAX_PLUS_DELETE_TAGDelete a group (Permitted scopes: **fax:all:edit**)

Delete a group (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Delete webhookFAX_PLUS_DELETE_WEBHOOKDelete a webhook by its ID. (Permitted scopes: **fax:all:edit**, **fax:webhook:edit**)

Delete a webhook by its ID. (Permitted scopes: **fax:all:edit**, **fax:webhook:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:webhook:edit

Tags

Webhooks
List corporate membersFAX_PLUS_GET_ACCOUNTSGet account information of all non-admin members of your corporate account. Only the admin account can send a request to this endpoint which returns the accounts of all members (Permitted scopes: **fax:all:read**, **fax:member:read**)

Get account information of all non-admin members of your corporate account. Only the admin account can send a request to this endpoint which returns the accounts of all members (Permitted scopes: **fax:all:read**, **fax:member:read**)

Authentication

Connected account required

Scopes

fax:all:readfax:member:readall

Tags

Accounts
Get AI credit summaryFAX_PLUS_GET_AI_CREDITSGet the AI credit summary including remaining credits, usage breakdown by feature, and next reload date. (Permitted scopes: **fax:all:read**, **fax:ai:read**)

Get the AI credit summary including remaining credits, usage breakdown by feature, and next reload date. (Permitted scopes: **fax:all:read**, **fax:ai:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:ai:read

Tags

Fax AI
Get account balanceFAX_PLUS_GET_BALANCEGet your account balance. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Get your account balance. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:shop:read

Tags

Shop
Get a fax recordFAX_PLUS_GET_FAXGet a specific fax record details like duration, pages etc. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Get a specific fax record details like duration, pages etc. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:fax:read

Tags

Faxes
Get fax field extraction resultFAX_PLUS_GET_FAX_AI_FIELD_EXTRACTIONGet the field extraction processing status and extracted data for a fax. Returns status and extracted fields when processing is finished. (Permitted scopes: **fax:all:read**, **fax:ai:read**)

Get the field extraction processing status and extracted data for a fax. Returns status and extracted fields when processing is finished. (Permitted scopes: **fax:all:read**, **fax:ai:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:ai:read

Tags

Fax AI
Get fax OCR resultFAX_PLUS_GET_FAX_AI_OCRGet the OCR processing status and extracted text for a fax. Returns status and text data when processing is finished. (Permitted scopes: **fax:all:read**, **fax:ai:read**)

Get the OCR processing status and extracted text for a fax. Returns status and text data when processing is finished. (Permitted scopes: **fax:all:read**, **fax:ai:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:ai:read

Tags

Fax AI
Get fax AI settingsFAX_PLUS_GET_FAX_AI_SETTINGSGet fax AI auto-trigger settings for the organization. (Permitted scopes: **fax:all:read**, **fax:ai_settings:read**)

Get fax AI auto-trigger settings for the organization. (Permitted scopes: **fax:all:read**, **fax:ai_settings:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:ai_settings:read

Tags

Fax AI
Get fax report download URLFAX_PLUS_GET_FAX_REPORTStores a Fax.Plus confirmation report as PDF in the session Blob mount and returns a download URL.

Stores a Fax.Plus confirmation report as PDF in the session Blob mount and returns a download URL.

Authentication

Connected account required

Scopes

allfax:all:readfax:fax:read

Tags

Filesdownload
Get fax thumbnail download URLFAX_PLUS_GET_FAX_THUMBNAILStores a Fax.Plus fax thumbnail in the session Blob mount and returns a download URL.

Stores a Fax.Plus fax thumbnail in the session Blob mount and returns a download URL.

Authentication

Connected account required

Scopes

allfax:all:readfax:fax:read

Tags

Filesdownload
Get fax file download URLFAX_PLUS_GET_FILEStores a sent or received Fax.Plus file in the session Blob mount and returns a download URL.

Stores a sent or received Fax.Plus file in the session Blob mount and returns a download URL.

Authentication

Connected account required

Scopes

allfax:all:readfax:file:read

Tags

Filesdownload
Get fax page download URLFAX_PLUS_GET_FILE_PAGEStores one Fax.Plus fax page as TIFF in the session Blob mount and returns a download URL.

Stores one Fax.Plus fax page as TIFF in the session Blob mount and returns a download URL.

Authentication

Connected account required

Scopes

allfax:all:readfax:file:read

Tags

Filesdownload
Get member detailsFAX_PLUS_GET_MEMBER_DETAILSGet corporate member's role and faxing quota (Permitted scopes: **fax:all:read**, **fax:member:read**)

Get corporate member's role and faxing quota (Permitted scopes: **fax:all:read**, **fax:member:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:member:read

Tags

Accounts
Get number informationFAX_PLUS_GET_NUMBERGet information about a single purchased/assigned fax number (Permitted scopes: **fax:all:read**, **fax:numbers:read**)

Get information about a single purchased/assigned fax number (Permitted scopes: **fax:all:read**, **fax:numbers:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:numbers:read

Tags

Numbers
Get outgoing faxFAX_PLUS_GET_OUTBOX_FAXGet specific details of a fax currently scheduled for sending. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Get specific details of a fax currently scheduled for sending. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:fax:read

Tags

Outbox
Get token informationFAX_PLUS_GET_TOKEN_INFOReturns metadata about the current access token including type, scopes, expiration date, and PAT-specific information if applicable. For PAT tokens, returns full metadata (id, name, preview, created/expiration dates, last used). For OAuth tokens, returns token type and scopes only.

Returns metadata about the current access token including type, scopes, expiration date, and PAT-specific information if applicable. For PAT tokens, returns full metadata (id, name, preview, created/expiration dates, last used). For OAuth tokens, returns token type and scopes only.

Authentication

Connected account required

Tags

Authentication
Get account informationFAX_PLUS_GET_USERGet information about an account. For members user_id can only be self. For admin it can be either self, or a user_id of any corporate member. (Permitted scopes: **fax:all:read**, **fax:member:read**, **fax:user:read**)

Get information about an account. For members user_id can only be self. For admin it can be either self, or a user_id of any corporate member. (Permitted scopes: **fax:all:read**, **fax:member:read**, **fax:user:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:member:readfax:user:read

Tags

Accounts
List user webhooksFAX_PLUS_GET_WEBHOOKSReturns a list of currently registered webhooks for the requested **event**. (Permitted scopes: **fax:all:read**, **fax:webhook:read**)

Returns a list of currently registered webhooks for the requested **event**. (Permitted scopes: **fax:all:read**, **fax:webhook:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:webhook:read

Tags

Webhooks
Invite corporate membersFAX_PLUS_INVITE_MEMBERSInvite new users to join your corporate account by sending them email invitations (maximum 10 per request). Only corporate admins with appropriate permissions can use this endpoint. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)

Invite new users to join your corporate account by sending them email invitations (maximum 10 per request). Only corporate admins with appropriate permissions can use this endpoint. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:member:edit

Tags

Accounts
List AI custom field definitionsFAX_PLUS_LIST_AI_CUSTOM_FIELDSGet all custom field definitions for AI field extraction. (Permitted scopes: **fax:all:read**, **fax:ai_settings:read**)

Get all custom field definitions for AI field extraction. (Permitted scopes: **fax:all:read**, **fax:ai_settings:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:ai_settings:read

Tags

Fax AI
List areasFAX_PLUS_LIST_AREASGet a list of areas where you can purchase fax numbers for a specific country. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Get a list of areas where you can purchase fax numbers for a specific country. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:shop:read

Tags

Shop
List contactsFAX_PLUS_LIST_CONTACTSGet user contacts with optional filters, pagination, or retrieve specific contacts by IDs (Permitted scopes: **fax:all:read**)

Get user contacts with optional filters, pagination, or retrieve specific contacts by IDs (Permitted scopes: **fax:all:read**)

Authentication

Connected account required

Scopes

fax:all:readall

Tags

Contacts
List countriesFAX_PLUS_LIST_COUNTRIESGet a list of countries where you can purchase fax numbers. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Get a list of countries where you can purchase fax numbers. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:shop:read

Tags

Shop
List fax recordsFAX_PLUS_LIST_FAXESGet your own or your subordinate's faxes list. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Get your own or your subordinate's faxes list. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:fax:read

Tags

Faxes
List phone numbersFAX_PLUS_LIST_NUMBERSList your purchased/assigned phone numbers. For corporate members all assigned numbers will be returned, while for the corporate admin, all purchased numbers. (Permitted scopes: **fax:all:read**, **fax:numbers:read**)

List your purchased/assigned phone numbers. For corporate members all assigned numbers will be returned, while for the corporate admin, all purchased numbers. (Permitted scopes: **fax:all:read**, **fax:numbers:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:numbers:read

Tags

Numbers
List faxes in the outboxFAX_PLUS_LIST_OUTBOX_FAXESGet a list of the faxes in the outbox which were not yet sent. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Get a list of the faxes in the outbox which were not yet sent. (Permitted scopes: **fax:all:read**, **fax:fax:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:fax:read

Tags

Outbox
List available numbersFAX_PLUS_LIST_SHOP_NUMBERSGet a list of available fax numbers for a specific area. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Get a list of available fax numbers for a specific area. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

Authentication

Connected account required

Scopes

allfax:all:readfax:shop:read

Tags

Shop
List contact groupsFAX_PLUS_LIST_TAGSGet contact groups with optional search and pagination. You can also retrieve specific groups by providing comma-separated IDs (Permitted scopes: **fax:all:read**)

Get contact groups with optional search and pagination. You can also retrieve specific groups by providing comma-separated IDs (Permitted scopes: **fax:all:read**)

Authentication

Connected account required

Scopes

fax:all:readall

Tags

Contacts
Purchase a numberFAX_PLUS_PURCHASE_NUMBERPurchase an available fax number. (Permitted scopes: **fax:all:edit**, **fax:shop:edit**)

Purchase an available fax number. (Permitted scopes: **fax:all:edit**, **fax:shop:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:shop:edit

Tags

Shop
Resend corporate member invitationsFAX_PLUS_RESEND_INVITATIONSResend email invitations to users who have not yet signed up for your corporate account (maximum 10 per request). Only corporate admins with appropriate permissions can use this endpoint. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)

Resend email invitations to users who have not yet signed up for your corporate account (maximum 10 per request). Only corporate admins with appropriate permissions can use this endpoint. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:member:edit

Tags

Accounts
Revoke numberFAX_PLUS_REVOKE_NUMBERRevoke fax number from a corporate member. To revoke your own number use self as a user_id. (Permitted scopes: **fax:all:edit**, **fax:numbers:edit**)

Revoke fax number from a corporate member. To revoke your own number use self as a user_id. (Permitted scopes: **fax:all:edit**, **fax:numbers:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:numbers:edit

Tags

Numbers
Send a faxFAX_PLUS_SEND_FAXSend a fax to one or more destinations. For corporate members without a fax number assigned set the 'from' parameter to 'no_number'. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**). To randomly select one of the available numbers per recipient, use comma-separated string.

Send a fax to one or more destinations. For corporate members without a fax number assigned set the 'from' parameter to 'no_number'. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**). To randomly select one of the available numbers per recipient, use comma-separated string.

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Outbox
Share contactsFAX_PLUS_SHARE_CONTACTSShare contacts with all corporate members (Permitted scopes: **fax:all:edit**)

Share contacts with all corporate members (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Share groupsFAX_PLUS_SHARE_TAGSShare groups with all corporate members (Permitted scopes: **fax:all:edit**)

Share groups with all corporate members (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Trigger fax field extractionFAX_PLUS_TRIGGER_FAX_AI_FIELD_EXTRACTIONTrigger AI field extraction for a fax. Extracts structured data fields from the fax content. If extraction is already finished, returns the existing result. Consumes AI credits. (Permitted scopes: **fax:all:edit**, **fax:ai:edit**)

Trigger AI field extraction for a fax. Extracts structured data fields from the fax content. If extraction is already finished, returns the existing result. Consumes AI credits. (Permitted scopes: **fax:all:edit**, **fax:ai:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:ai:edit

Tags

Fax AI
Trigger fax OCRFAX_PLUS_TRIGGER_FAX_AI_OCRTrigger OCR processing for a fax. If OCR is already finished, returns the existing result. Consumes AI credits. (Permitted scopes: **fax:all:edit**, **fax:ai:edit**)

Trigger OCR processing for a fax. If OCR is already finished, returns the existing result. Consumes AI credits. (Permitted scopes: **fax:all:edit**, **fax:ai:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:ai:edit

Tags

Fax AI
Update AI custom field definitionFAX_PLUS_UPDATE_AI_CUSTOM_FIELDUpdate an existing custom field definition. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Update an existing custom field definition. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:ai_settings:edit

Tags

Fax AI
Update a contactFAX_PLUS_UPDATE_CONTACTUpdate an existing contact (Permitted scopes: **fax:all:edit**)

Update an existing contact (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Modify fax recordFAX_PLUS_UPDATE_FAXYou can modify a fax record's comment or mark it as read. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

You can modify a fax record's comment or mark it as read. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Faxes
Update extracted fieldsFAX_PLUS_UPDATE_FAX_AI_FIELD_EXTRACTIONUpdate the extracted field data with user corrections. Only allowed when field extraction status is finished. (Permitted scopes: **fax:all:edit**, **fax:ai:edit**)

Update the extracted field data with user corrections. Only allowed when field extraction status is finished. (Permitted scopes: **fax:all:edit**, **fax:ai:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:ai:edit

Tags

Fax AI
Update fax AI settingsFAX_PLUS_UPDATE_FAX_AI_SETTINGSUpdate fax AI auto-trigger settings. Admin-only. Supports partial updates. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Update fax AI auto-trigger settings. Admin-only. Supports partial updates. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:ai_settings:edit

Tags

Fax AI
Modify member detailsFAX_PLUS_UPDATE_MEMBER_DETAILSUpdate corporate member's role and faxing quota. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)

Update corporate member's role and faxing quota. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:member:edit

Tags

Accounts
Assign numberFAX_PLUS_UPDATE_NUMBERAssign fax number to a corporate member (Permitted scopes: **fax:all:edit**, **fax:numbers:edit**)

Assign fax number to a corporate member (Permitted scopes: **fax:all:edit**, **fax:numbers:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:numbers:edit

Tags

Numbers
Modify an outgoing faxFAX_PLUS_UPDATE_OUTBOX_FAXModify an outgoing fax that is being scheduled for sending. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Modify an outgoing fax that is being scheduled for sending. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:fax:edit

Tags

Outbox
Update a groupFAX_PLUS_UPDATE_TAGUpdate an existing group (Permitted scopes: **fax:all:edit**)

Update an existing group (Permitted scopes: **fax:all:edit**)

Authentication

Connected account required

Scopes

fax:all:editall

Tags

Contacts
Modify account informationFAX_PLUS_UPDATE_USERModify personal information of your own account or your corporate member's account. user_id can be either self, or a subordinate's user_id. (Permitted scopes: **fax:all:edit**, **fax:member:edit**, **fax:user:edit**)

Modify personal information of your own account or your corporate member's account. user_id can be either self, or a subordinate's user_id. (Permitted scopes: **fax:all:edit**, **fax:member:edit**, **fax:user:edit**)

Authentication

Connected account required

Scopes

allfax:all:editfax:member:edit

Tags

Accounts
Upload a fax file from URLFAX_PLUS_UPLOAD_FILEDownloads a file from a guarded HTTPS URL and uploads it to Fax.Plus as multipart/form-data. If the file has no URL yet, upload it through the Open Connector Blob API first.

Downloads a file from a guarded HTTPS URL and uploads it to Fax.Plus as multipart/form-data. If the file has no URL yet, upload it through the Open Connector Blob API first.

Authentication

Connected account required

Scopes

allfax:all:editfax:file:edit

Tags

Filesupload

Provider resources