Skip to main content

Custom API Call in Power Automate

PDF4me Custom API Call action enables making direct API calls to PDF4me from Power Automate for specialized operations beyond standard connector actions. This advanced integration feature allows specifying custom feature paths, method names, and request body parameters, providing access to the full PDF4me API capabilities including experimental features, beta endpoints, and specialized document processing operations across Microsoft 365 workflows.

Authenticating Your API Request

To access the PDF4me Web API through Power Automate, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Power Automate flows and PDF4me's complete API suite.

Custom API Call Power Automate

Key Features

  • Direct API Access: Call any PDF4me API endpoint directly
  • Custom Parameters: Specify method-specific parameters
  • Advanced Features: Access features not available in standard actions
  • Flexible Integration: Build custom document processing workflows
  • Beta Feature Access: Test and use experimental API capabilities

Parameters

Complete list of parameters for the Custom API Call action. Configure these parameters to control API requests.

Important: Parameters marked with an asterisk (***) are required and must be provided for the action to function correctly.

ParameterTypeDescriptionExample
Feature path***StringAPI Method Name
• Method name of feature to be called
• Should match PDF4me API endpoint path
• Case-sensitive endpoint identifier
• Reference API documentation for paths
/Pdf/Optimize
bodyStringRequest Body JSON
• JSON body content for API request
• Include method-specific parameters
• Format as valid JSON string
• Optional for GET requests
{"quality":"high"}

Output

The PDF4me Custom API Call action returns output based on the specific API feature called:

Feature-Dependent Output

Output varies based on the API feature called:

  • Response format depends on the endpoint
  • Can return binary file content, JSON data, or status information
  • Refer to PDF4me API documentation for specific endpoint responses
  • Use dynamic content parsing in subsequent actions

Workflow Examples

The PDF4me Custom API Call action in Power Automate provides comprehensive workflow templates designed for real-world business scenarios:

Custom PDF Processing Workflow

Access specialized PDF4me features with custom API calls:

Complete Workflow Steps:

  1. Trigger: Document requires specialized processing not in standard actions
  2. Get Document: Retrieve PDF from SharePoint
  3. Prepare Body: Format JSON body with custom parameters
  4. Custom API Call: Execute specialized PDF4me endpoint
  5. Parse Response: Extract result data from API response
  6. Validate Output: Check processing completed successfully
  7. Save Result: Store processed document
  8. Notify User: Send completion notification with results

Business Benefits:

  • Enables 50+ specialized operations monthly
  • Accesses full PDF4me API capabilities
  • Provides flexibility for unique requirements
  • Enables custom document processing workflows

Industry Use Cases & Applications

Software Development

  • API Testing: Test new PDF4me API features and endpoints
  • Custom Integrations: Build specialized document processing integrations
  • Feature Exploration: Access advanced API capabilities
  • Performance Optimization: Fine-tune API parameters for workflows

Enterprise Operations

  • Advanced Processing: Execute complex document operations
  • Bulk Optimization: Optimize large-scale document processing
  • Custom Workflows: Build unique document automation workflows
  • Integration Enhancement: Extend standard connector capabilities

Compliance & Governance

  • Specialized Compliance: Access compliance-specific API features
  • Custom Validation: Implement custom document validation
  • Audit Trail Enhancement: Capture detailed operation metadata
  • Regulatory Features: Use jurisdiction-specific API capabilities

Research & Development

  • Feature Testing: Evaluate new PDF4me capabilities
  • Proof of Concept: Build custom document processing POCs
  • Innovation Projects: Explore advanced API functionalities
  • Custom Solutions: Develop tailored document workflows

Get Help