# SDK Reference: Triggers
Source: https://docs.chain.link/cre/reference/sdk/triggers/overview-go
Last Updated: 2025-11-04

> For the complete documentation index, see [llms.txt](/llms.txt).

This section provides a reference for the built-in trigger capabilities of the CRE Go SDK. Each trigger type has its own configuration, payload structure, and required callback signature.

- **[Cron Trigger](/cre/reference/sdk/triggers/cron-trigger)**: Fires at a specified schedule using standard cron expressions.
- **[HTTP Trigger](/cre/reference/sdk/triggers/http-trigger)**: Fires when an HTTP request is made to the workflow's designated endpoint.
- **[EVM Log Trigger](/cre/reference/sdk/triggers/evm-log-trigger)**: Fires when a specific log (event) is emitted by an onchain smart contract.