Zapier Integration
Zapier is the fastest path for no-code automations with external SaaS tools.
- 1
Generate API key in Figa workspace settings.
- 2
Create Zap trigger (for example: new paid invoice in your source app).
- 3
Add Webhooks by Zapier action with method POST to /api/v1/expenses.
- 4
Pass x-api-key header and map amount as integer cents.
- 5
Test and publish Zap with error handling branch.
Zapier Webhooks action setup
Capture method, endpoint, headers, and body mapping.
Suggested file: /help/screenshots/integrations/zapier/webhook-action-setup.png
Headers
x-api-key: et_...
Content-Type: application/json Zap test request result
Capture successful test response for the webhook step.
Suggested file: /help/screenshots/integrations/zapier/test-response-success.png
Common mistake
Do not send decimal amounts (for example 142.50). API expects integer cents (for example 14250).