API Maker Features

Secrets Management

Events Management

API Maker® supports, system events, custom events & N number of listeners

A centralized place for all our secret keys.

Events
  • Create custom events and add N number of listeners for that.
    • We can trigger any custom event from custom APIs or utility classes.
    • While triggering an event, we can specify listeners also, so API Maker will run only specified event listeners.
  • Automatic event trigger is supported by API Maker, having N number of listeners to system-defined events such as,
    • Auto-generated API hit,
    • Custom API hit,
    • System API hit,
    • Third-party API hit.
  • More advanced condition-based event listening for backend events in the frontend via websockets, for example, any specific row/document create/update/deleted/get, we will get notified via websockets.
    • We can listen to these events via WebSockets in android apps or iOS apps or any other applications also.
  • Frontend or other applications can dynamically register/unregister for websocket events.
  • One event can trigger another event and that event can trigger another event, This is supported with N number of depth without creating an infinite call cycle.
  • All event listeners will run in a secure sandbox environment.