# FlowRipple Docs ## Docs - [Creating Events](https://docs.flowripple.com/events/creating-events.md): Step-by-step guide to creating and configuring events in Flowripple. - [Event Payloads & Variables](https://docs.flowripple.com/events/event-payloads.md): Understand how event payloads work and how variables are automatically extracted for use in workflows. - [Events Overview](https://docs.flowripple.com/events/index.md): Learn how events work in Flowripple and how they trigger your workflows. - [Monitoring Event Captures](https://docs.flowripple.com/events/monitoring-captures.md): Track event triggers, view capture data, and analyze event statistics in Flowripple. - [Triggering Events](https://docs.flowripple.com/events/triggering-events.md): Learn how to trigger events from your application using the SDK or HTTP API. - [Creating HTTP Actions](https://docs.flowripple.com/http-actions/creating-http-actions.md): Step-by-step guide to creating and configuring reusable HTTP Actions with input variables, authentication, and output mappings. - [HTTP Actions Overview](https://docs.flowripple.com/http-actions/index.md): Learn about HTTP Actions — reusable HTTP request templates you can configure once and use across multiple workflows. - [Using HTTP Actions in Workflows](https://docs.flowripple.com/http-actions/using-in-workflows.md): Learn how to add HTTP Actions to your workflows, map inputs from workflow variables, and use outputs in downstream steps. - [Introduction](https://docs.flowripple.com/index.md): Stop hardcoding transactional logic. Trigger notifications, delays, and multi-step flows from your code with a single SDK call. - [Quickstart](https://docs.flowripple.com/quickstart.md): Get up and running with Flowripple in minutes. Learn how to create a workflow that sends welcome emails when users sign up, from account setup to triggering from code. - [Actions Overview](https://docs.flowripple.com/workflows/actions.md): Learn how to perform actions in your workflows, including sending emails, making HTTP requests, and posting to Slack. - [HTTP Request](https://docs.flowripple.com/workflows/actions/http-request.md): Make HTTP requests to any API endpoint with full control over method, headers, and body content. - [Send Email](https://docs.flowripple.com/workflows/actions/send-email.md): Send formatted emails with support for HTML, plain text, and JSON templates using workflow variables. - [Slack Message](https://docs.flowripple.com/workflows/actions/slack-message.md): Send rich messages to Slack channels with support for blocks, formatting, and workflow variables. - [Delay Overview](https://docs.flowripple.com/workflows/delay.md): Learn how to add time-based delays to your workflows. - [Time Delay](https://docs.flowripple.com/workflows/delay/time-delay.md): Configure time-based delays in your workflows to pause execution for a specified duration. - [Flow Control Overview](https://docs.flowripple.com/workflows/flow-control.md): Learn how to control workflow execution flow with conditional branching logic. - [Multi-Split Branch](https://docs.flowripple.com/workflows/flow-control/multi-split-branch.md): Create multiple conditional branches in your workflows, each with its own path and conditions. - [True/False Branch](https://docs.flowripple.com/workflows/flow-control/true-false-branch.md): Create binary conditional branches in your workflows with support for multiple conditions and AND/OR logic. - [Workflows Overview](https://docs.flowripple.com/workflows/index.md): Learn about the different types of steps you can use to build powerful workflows in Flowripple. - [Event Trigger](https://docs.flowripple.com/workflows/triggers/event-trigger.md): Configure workflows to start automatically when specific events occur in your system. - [Triggers Overview](https://docs.flowripple.com/workflows/triggers/index.md): Learn how to configure triggers that start your workflows automatically. - [Schedule Trigger](https://docs.flowripple.com/workflows/triggers/schedule-trigger.md): Configure workflows to run automatically on a recurring schedule using cron expressions or simple intervals.