Sign in

Upload files

documented

Upload one or more files to Gorgias.

POST /api/uploadFilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}.gorgias.com/api/upload" \
  -X POST \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -F "{{$filename}}=@{{$path_to_file}}" \
  -F "description={{$description}}"
Upload files · Gorgias · OpenIntegrations