Stormkit Logo
Stormkit Logo
+ K
docsblogwhats new?FAQpricingGitHubTwitterDiscordDiscordlogin
Welcome
Getting StartedContributingContact Us
Features
AnalyticsCustom HeadersCustom StorageFeature FlagsKey Value StoreMultiple EnvironmentsRedirects and Path RewritesSnippetsStaged RolloutsTeams and RolesTrigger FunctionsWriting Api

Trigger functions (beta)

Use Stormkit Trigger Functions to set periodic tasks.

This feature is behind a feature flag. To activate it, go to Your application > Feature Flags and create a feature flag called SK_TRIGGER_FUNCTION. Enable it and refresh the page.

Trigger Functions can only be called on your API endpoints.

To set up a Trigger Function:

  1. Go to Your Application
  2. Click on Trigger Functions from the left navigation bar.
  3. Click on New function trigger button
  4. Fill the inputs in the modal
  5. Click on Create button

This will call the API endpoint with the specified cron periodicity. The timezone is UTC.