zoho-crm.yaml•1.16 kB
# Zoho CRM API v8.0 - Records API
# This profile configures deployment for Zoho CRM Records operations
api_name: ZohoCRM
api_base_url: https://www.zohoapis.ca/crm/v8
api_spec_url: https://raw.githubusercontent.com/zoho/crm-oas/refs/heads/main/v8.0/record.json
# Authentication configuration
# Note: Zoho CRM requires OAuth for production use. Set to 'none' for testing/development.
auth_type: none # Options: none, basic, bearer, api_key, cognito, zoho
# For production with authentication, uncomment these lines:
# auth_type: zoho
# auth_token: ${ZOHO_OAUTH_TOKEN} # Will be read from environment variable
# Local development configuration
local_port: 8081 # Port for local Docker container (use different port per API)
# Regional endpoints (uncomment for your region)
# US (default): https://www.zohoapis.com
# EU: https://www.zohoapis.eu
# India: https://www.zohoapis.in
# Australia: https://www.zohoapis.com.au
# Notes:
# - For production, store auth_token in AWS Secrets Manager
# - Zoho access tokens expire every hour
# - Use refresh tokens for automatic renewal
# - See: https://www.zoho.com/crm/developer/docs/api/v8/access-refresh.html