App
FacturaDirecta
FacturaDirecta is an easy accounting software for small business and freelancers.
What your agent can do with FacturaDirecta
Triggers and actions 1 trigger · 2 actions
- TriggerNew Contact
Fires instantly when a contact is added in FacturaDirecta. Manual-registration webhook: in FacturaDirecta go to Settings then API and integrations then Webhooks, add a webhook endpoint subscribed specifically to the contact.created event, and paste this triggers minted URL as the endpoint. FacturaDirecta delivers only the events the endpoint is subscribed to, so the payload binds as {{ trigger.body.* }} (contact fields live under data.object, the event kind is in the type field such as contact.created).
- ActionCreate Client
Creates a client.
- ActionCreate Sales Invoice
Creates a sales invoice (with line-item support).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the FacturaDirecta API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.