How to call trigger methods in React

i need to call trigger in React but i’m not aware about it what can i do?

Hey @kevin

A trigger method is invoked based on a create, update, or delete event on a table/record. You do not “call” them from a front-end.

If you need to trigger a function from your front-end or another server, try using a Resolver or a Webhook.

Webhooks: https://docs.8base.com/docs/8base-console/custom-functions/webhooks
Resolvers: https://docs.8base.com/docs/8base-console/custom-functions/resolvers