Fax.Plus
Send and manage faxes, contacts, account members, fax numbers, and webhook subscriptions with Fax.Plus.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Personal Access Token | api_key | available | — |
| Fax.Plus OAuth | oauth2 | available | — |
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**)Connection2 scopes
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 requiredScopes
fax:all:editallTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:fax:editTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:fax:editTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:fax:editTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:fax:editTags
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**)Connection3 scopes
Create a new custom field definition for AI field extraction. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:ai_settings:editTags
Create a contactFAX_PLUS_CREATE_CONTACTCreate a new contact (Permitted scopes: **fax:all:edit**)Connection2 scopes
Create a new contact (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
Create a groupFAX_PLUS_CREATE_TAGCreate a new contact group (Permitted scopes: **fax:all:edit**)Connection2 scopes
Create a new contact group (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:webhook:editTags
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**)Connection3 scopes
Delete a custom field definition. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:ai_settings:editTags
Delete a contactFAX_PLUS_DELETE_CONTACTDelete a contact (Permitted scopes: **fax:all:edit**)Connection2 scopes
Delete a contact (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
Delete a faxFAX_PLUS_DELETE_FAXDelete a specific fax record by providing its id. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)Connection3 scopes
Delete a specific fax record by providing its id. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:fax:editTags
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**)Connection3 scopes
Delete an outgoing fax that is being scheduled for sending. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:fax:editTags
Delete a groupFAX_PLUS_DELETE_TAGDelete a group (Permitted scopes: **fax:all:edit**)Connection2 scopes
Delete a group (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
Delete webhookFAX_PLUS_DELETE_WEBHOOKDelete a webhook by its ID. (Permitted scopes: **fax:all:edit**, **fax:webhook:edit**)Connection3 scopes
Delete a webhook by its ID. (Permitted scopes: **fax:all:edit**, **fax:webhook:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:webhook:editTags
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**)Connection3 scopes
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 requiredScopes
fax:all:readfax:member:readallTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:readfax:ai:readTags
Get account balanceFAX_PLUS_GET_BALANCEGet your account balance. (Permitted scopes: **fax:all:read**, **fax:shop:read**)Connection3 scopes
Get your account balance. (Permitted scopes: **fax:all:read**, **fax:shop:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:shop:readTags
Get a fax recordFAX_PLUS_GET_FAXGet a specific fax record details like duration, pages etc. (Permitted scopes: **fax:all:read**, **fax:fax:read**)Connection3 scopes
Get a specific fax record details like duration, pages etc. (Permitted scopes: **fax:all:read**, **fax:fax:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:fax:readTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:readfax:ai:readTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:readfax:ai:readTags
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**)Connection3 scopes
Get fax AI auto-trigger settings for the organization. (Permitted scopes: **fax:all:read**, **fax:ai_settings:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:ai_settings:readTags
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.Connection3 scopes
Stores a Fax.Plus confirmation report as PDF in the session Blob mount and returns a download URL.
Authentication
Connected account requiredScopes
allfax:all:readfax:fax:readTags
Get fax thumbnail download URLFAX_PLUS_GET_FAX_THUMBNAILStores a Fax.Plus fax thumbnail in the session Blob mount and returns a download URL.Connection3 scopes
Stores a Fax.Plus fax thumbnail in the session Blob mount and returns a download URL.
Authentication
Connected account requiredScopes
allfax:all:readfax:fax:readTags
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.Connection3 scopes
Stores a sent or received Fax.Plus file in the session Blob mount and returns a download URL.
Authentication
Connected account requiredScopes
allfax:all:readfax:file:readTags
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.Connection3 scopes
Stores one Fax.Plus fax page as TIFF in the session Blob mount and returns a download URL.
Authentication
Connected account requiredScopes
allfax:all:readfax:file:readTags
Get member detailsFAX_PLUS_GET_MEMBER_DETAILSGet corporate member's role and faxing quota (Permitted scopes: **fax:all:read**, **fax:member:read**)Connection3 scopes
Get corporate member's role and faxing quota (Permitted scopes: **fax:all:read**, **fax:member:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:member:readTags
Get number informationFAX_PLUS_GET_NUMBERGet information about a single purchased/assigned fax number (Permitted scopes: **fax:all:read**, **fax:numbers:read**)Connection3 scopes
Get information about a single purchased/assigned fax number (Permitted scopes: **fax:all:read**, **fax:numbers:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:numbers:readTags
Get outgoing faxFAX_PLUS_GET_OUTBOX_FAXGet specific details of a fax currently scheduled for sending. (Permitted scopes: **fax:all:read**, **fax:fax:read**)Connection3 scopes
Get specific details of a fax currently scheduled for sending. (Permitted scopes: **fax:all:read**, **fax:fax:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:fax:readTags
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.Connection
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 requiredTags
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**)Connection4 scopes
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 requiredScopes
allfax:all:readfax:member:readfax:user:readTags
List user webhooksFAX_PLUS_GET_WEBHOOKSReturns a list of currently registered webhooks for the requested **event**. (Permitted scopes: **fax:all:read**, **fax:webhook:read**)Connection3 scopes
Returns a list of currently registered webhooks for the requested **event**. (Permitted scopes: **fax:all:read**, **fax:webhook:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:webhook:readTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:member:editTags
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**)Connection3 scopes
Get all custom field definitions for AI field extraction. (Permitted scopes: **fax:all:read**, **fax:ai_settings:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:ai_settings:readTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:readfax:shop:readTags
List contactsFAX_PLUS_LIST_CONTACTSGet user contacts with optional filters, pagination, or retrieve specific contacts by IDs (Permitted scopes: **fax:all:read**)Connection2 scopes
Get user contacts with optional filters, pagination, or retrieve specific contacts by IDs (Permitted scopes: **fax:all:read**)
Authentication
Connected account requiredScopes
fax:all:readallTags
List countriesFAX_PLUS_LIST_COUNTRIESGet a list of countries where you can purchase fax numbers. (Permitted scopes: **fax:all:read**, **fax:shop:read**)Connection3 scopes
Get a list of countries where you can purchase fax numbers. (Permitted scopes: **fax:all:read**, **fax:shop:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:shop:readTags
List fax recordsFAX_PLUS_LIST_FAXESGet your own or your subordinate's faxes list. (Permitted scopes: **fax:all:read**, **fax:fax:read**)Connection3 scopes
Get your own or your subordinate's faxes list. (Permitted scopes: **fax:all:read**, **fax:fax:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:fax:readTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:readfax:numbers:readTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:readfax:fax:readTags
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**)Connection3 scopes
Get a list of available fax numbers for a specific area. (Permitted scopes: **fax:all:read**, **fax:shop:read**)
Authentication
Connected account requiredScopes
allfax:all:readfax:shop:readTags
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**)Connection2 scopes
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 requiredScopes
fax:all:readallTags
Purchase a numberFAX_PLUS_PURCHASE_NUMBERPurchase an available fax number. (Permitted scopes: **fax:all:edit**, **fax:shop:edit**)Connection3 scopes
Purchase an available fax number. (Permitted scopes: **fax:all:edit**, **fax:shop:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:shop:editTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:member:editTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:numbers:editTags
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.Connection3 scopes
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 requiredScopes
allfax:all:editfax:fax:editTags
Share contactsFAX_PLUS_SHARE_CONTACTSShare contacts with all corporate members (Permitted scopes: **fax:all:edit**)Connection2 scopes
Share contacts with all corporate members (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
Share groupsFAX_PLUS_SHARE_TAGSShare groups with all corporate members (Permitted scopes: **fax:all:edit**)Connection2 scopes
Share groups with all corporate members (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:ai:editTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:ai:editTags
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**)Connection3 scopes
Update an existing custom field definition. Admin-only. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:ai_settings:editTags
Update a contactFAX_PLUS_UPDATE_CONTACTUpdate an existing contact (Permitted scopes: **fax:all:edit**)Connection2 scopes
Update an existing contact (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
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**)Connection3 scopes
You can modify a fax record's comment or mark it as read. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:fax:editTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:ai:editTags
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**)Connection3 scopes
Update fax AI auto-trigger settings. Admin-only. Supports partial updates. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:ai_settings:editTags
Modify member detailsFAX_PLUS_UPDATE_MEMBER_DETAILSUpdate corporate member's role and faxing quota. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)Connection3 scopes
Update corporate member's role and faxing quota. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:member:editTags
Assign numberFAX_PLUS_UPDATE_NUMBERAssign fax number to a corporate member (Permitted scopes: **fax:all:edit**, **fax:numbers:edit**)Connection3 scopes
Assign fax number to a corporate member (Permitted scopes: **fax:all:edit**, **fax:numbers:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:numbers:editTags
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**)Connection3 scopes
Modify an outgoing fax that is being scheduled for sending. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)
Authentication
Connected account requiredScopes
allfax:all:editfax:fax:editTags
Update a groupFAX_PLUS_UPDATE_TAGUpdate an existing group (Permitted scopes: **fax:all:edit**)Connection2 scopes
Update an existing group (Permitted scopes: **fax:all:edit**)
Authentication
Connected account requiredScopes
fax:all:editallTags
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**)Connection3 scopes
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 requiredScopes
allfax:all:editfax:member:editTags
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.Connection3 scopes
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 requiredScopes
allfax:all:editfax:file:editTags