# Falconyte Docs ## Docs - [List Campaigns](https://docs.falconyte.dev/api-reference/endpoint/campaigns/index.md): Returns a paginated list of event-triggered email campaigns for the authenticated team. - [Start Campaign](https://docs.falconyte.dev/api-reference/endpoint/campaigns/start.md): Starts or resumes an event-triggered campaign to begin sending emails when events occur. - [Stop Campaign](https://docs.falconyte.dev/api-reference/endpoint/campaigns/stop.md): Stops an active event-triggered campaign from sending any further emails. - [Create Campaign](https://docs.falconyte.dev/api-reference/endpoint/campaigns/store.md): Creates a campaign that automatically sends emails when specific events occur. - [Submit Campaign Event](https://docs.falconyte.dev/api-reference/endpoint/campaigns/submit.md): Allows triggering a campaign by submitting an event with either email or idempotency key. - [Bulk Unsubscribe Email Contacts](https://docs.falconyte.dev/api-reference/endpoint/contacts/bulk-unsubscribe.md): Unsubscribes multiple contacts by their email addresses. Can specify an optional reason. - [Bulk Upsert Email Contacts](https://docs.falconyte.dev/api-reference/endpoint/contacts/bulk-upsert.md): Creates new contacts or updates existing ones. Handles multiple contacts in a single request. - [Unsubscribe Email Contact](https://docs.falconyte.dev/api-reference/endpoint/contacts/unsubscribe.md): Unsubscribes a contact by their email address. Can specify an optional reason. - [List Unsubscribed Email Contacts](https://docs.falconyte.dev/api-reference/endpoint/contacts/unsubscribes.md): Returns a paginated list of unsubscribed contacts for the team. - [Upsert Email Contact](https://docs.falconyte.dev/api-reference/endpoint/contacts/upsert.md): Creates a new contact or updates an existing one. - [Send Email](https://docs.falconyte.dev/api-reference/endpoint/emails/send.md) - [List Event Decisions](https://docs.falconyte.dev/api-reference/endpoint/events/decisions.md): Use this endpoint to get decisions for an event. - [Ingest Email Event](https://docs.falconyte.dev/api-reference/endpoint/events/ingest.md): Use this endpoint to ingest custom events. - [Get Email Event](https://docs.falconyte.dev/api-reference/endpoint/events/show.md): Use this endpoint to get an event by ID. - [List Mail Accounts](https://docs.falconyte.dev/api-reference/endpoint/mail-accounts/index.md): Returns a list of mail accounts available for sending emails for the authenticated team. - [Ping](https://docs.falconyte.dev/api-reference/endpoint/system/ping.md): Returns a simple response to check API availability and authentication. - [Delete Template](https://docs.falconyte.dev/api-reference/endpoint/templates/destroy.md): Soft-deletes a private template that belongs to the authenticated team. - [List Templates](https://docs.falconyte.dev/api-reference/endpoint/templates/index.md): Returns a paginated list of private templates for the authenticated team. - [Show Template](https://docs.falconyte.dev/api-reference/endpoint/templates/show.md): Returns a single private template that belongs to the authenticated team. - [Create Template](https://docs.falconyte.dev/api-reference/endpoint/templates/store.md): Creates a private HTML template for the authenticated team. - [List Webhook Deliveries](https://docs.falconyte.dev/api-reference/endpoint/webhooks/deliveries.md): Returns a paginated list of webhook deliveries with optional filtering. - [Delete Webhook](https://docs.falconyte.dev/api-reference/endpoint/webhooks/destroy.md): Permanently deletes a webhook from the team. - [Disable Webhook](https://docs.falconyte.dev/api-reference/endpoint/webhooks/disable.md): Disables an enabled webhook. The webhook will no longer receive events. - [Enable Webhook](https://docs.falconyte.dev/api-reference/endpoint/webhooks/enable.md): Enables a disabled webhook. Checks if the team has reached the maximum of 10 active webhooks. - [List Webhooks](https://docs.falconyte.dev/api-reference/endpoint/webhooks/index.md): Returns a paginated list of all webhooks for the team. - [Get Webhook](https://docs.falconyte.dev/api-reference/endpoint/webhooks/show.md): Returns a single webhook that belongs to the authenticated team. - [Simulate Webhook Event](https://docs.falconyte.dev/api-reference/endpoint/webhooks/simulate.md): Sends a simulated webhook event to the specified webhook URL and returns both the payload sent and the response received. - [Create Webhook](https://docs.falconyte.dev/api-reference/endpoint/webhooks/store.md): Creates a new webhook for the team. Webhooks can be enabled or disabled during creation. - [Update Webhook](https://docs.falconyte.dev/api-reference/endpoint/webhooks/update.md): Allows updating webhook URL, subscribed events, and enabled status. - [Falconyte Public API](https://docs.falconyte.dev/api-reference/introduction.md): Overview of the Falconyte Public API, including authentication requirements and available endpoint categories. - [API Authentication](https://docs.falconyte.dev/backend/api-authentication.md): Use team API keys to access the Falconyte public API. - [Getting Started](https://docs.falconyte.dev/backend/getting-started.md): Create an API key, choose an environment, and make your first Falconyte request. - [Integrations](https://docs.falconyte.dev/backend/integrations.md): Connect Falconyte with your favorite automation tools and platforms. - [Webhook Lifecycle](https://docs.falconyte.dev/backend/webhooks.md): Create, lock, simulate, and monitor Falconyte webhooks. - [Falconyte API](https://docs.falconyte.dev/index.md): Authenticate, integrate, and build on the Falconyte platform. - [Action Node Operations](https://docs.falconyte.dev/integrations/n8n/actions-guide.md): Complete guide to all Falconyte action node operations in n8n. - [Workflow Examples](https://docs.falconyte.dev/integrations/n8n/examples.md): Real-world automation patterns using Falconyte and n8n. - [Getting Started with n8n](https://docs.falconyte.dev/integrations/n8n/getting-started.md): Install and configure the Falconyte n8n node to automate your marketing workflows. - [Webhook Triggers](https://docs.falconyte.dev/integrations/n8n/triggers-guide.md): Receive real-time notifications from Falconyte using the trigger node. ## OpenAPI Specs - [openapi](https://docs.falconyte.dev/api-reference/openapi.json) ## Optional - [Documentation](https://docs.falconyte.dev/)