Skip to main content

External API Interaction or Batch Processing

How is external API interaction achieved?

A. Hexabase allows you to assign webhooks to operations on items in your database. Call an external API from this webhook.

How do I run batch processing?

A. There are two methods for batch processing.

One is to use the auto-action function. Auto Action is a function that automatically executes actions at specified time intervals.

The other method is to use AWS Lambda, Fargate, Batch, etc. Batch processing can be achieved by calling the Hexabase API from these external services.

Can I reference a Hexabase database from an external service such as AWS Lambda?

A. It can be referenced by calling the Hexabase API from an external service.