# SendLayer API Documentation ## Docs - [Send Email](https://developers.sendlayer.com/api-reference/endpoint/email.md): SendLayer sends emails through the API based on JSON input. The JSON properties, such as `Subject`, `HTMLContent`, and `PlainContent`, are converted to a valid message when sent to the recipient. - [Retrieve Events](https://developers.sendlayer.com/api-reference/endpoint/events.md): Returns events regarding the status of your email. - [Delete Webhook](https://developers.sendlayer.com/api-reference/endpoint/webhooks/delete.md): Deletes a webhook by ID. Be sure to replace `{id}` with the ID of the webhook you'd like to delete. - [Get Webhooks](https://developers.sendlayer.com/api-reference/endpoint/webhooks/get.md): Returns all the available webhooks you've added to your domain registered in SendLayer. - [Create Webhook](https://developers.sendlayer.com/api-reference/endpoint/webhooks/post.md): Creates a new webhook by adding the webhook event type and webhook URL. - [Error Codes](https://developers.sendlayer.com/api-reference/error-codes.md): List of API errors and their description - [Introduction](https://developers.sendlayer.com/api-reference/introduction.md): SendLayer API endpoints - [Rate Limits](https://developers.sendlayer.com/api-reference/rate-limit.md): SendLayer API rate limits - [Viewing Recent Changelogs](https://developers.sendlayer.com/changelog.md): SendLayer API updates - [Retrieving Email Events](https://developers.sendlayer.com/guides/get-events.md): Learn how to retrieve and filter email events using the SendLayer API - [Managing Webhooks](https://developers.sendlayer.com/guides/manage-webhooks.md): Learn how to create, retrieve, and delete webhooks using the SendLayer API - [Send Email](https://developers.sendlayer.com/guides/send-email.md): How to send emails using the SendLayer API - [Send Email to Multiple Recipients](https://developers.sendlayer.com/guides/send-email-to-multiple-recipients.md): How to send emails to multiple recipients using the SendLayer API - [Send Email with Attachments](https://developers.sendlayer.com/guides/send-email-with-attachments.md): How to send emails with attachments using the SendLayer API - [SendLayer MCP Server](https://developers.sendlayer.com/integrations/ai-tools/mcp-server.md): Learn how to use the SendLayer MCP server to send email and manage webhooks/events directly from AI tools like Cursor and Claude. - [Installation](https://developers.sendlayer.com/quickstart/installation.md): Learn how to install the SendLayer SDKs - [Quickstart](https://developers.sendlayer.com/quickstart/introduction.md): Learn how to quickly setup and use SendLayer SDKs - [Golang SDK](https://developers.sendlayer.com/sdks/go/send-with-go.md): Learn how to install and use the SendLayer Go SDK. - [Node.js](https://developers.sendlayer.com/sdks/nodejs/introduction.md): Learn how to install and use the SendLayer Node.js SDK. - [PHP SDK](https://developers.sendlayer.com/sdks/php/introduction.md): Learn how to install and use the SendLayer PHP SDK. - [Python SDK](https://developers.sendlayer.com/sdks/python/introduction.md): Learn how to install and use the SendLayer Python SDK. - [Ruby SDK](https://developers.sendlayer.com/sdks/ruby/send-with-ruby.md): Learn how to install and use the SendLayer Ruby SDK. ## OpenAPI Specs - [sendlayer](https://developers.sendlayer.com/api-reference/sendlayer.json) - [openapi](https://developers.sendlayer.com/api-reference/openapi.json) ## Optional - [Documentation](https://sendlayer.com/docs) - [Community](https://twitter.com/sendlayer) - [Blog](https://sendlayer.com/blog)