# Sela API ## Docs - [Introduction](https://docs.trysela.com/api-reference/introduction.md): Welcome to Sela API Reference - [Create a Lead](https://docs.trysela.com/api-reference/leads/create-a-lead.md): Creates a lead. Will also initiate the call schedule, if outbound calling is configured. - [List Leads](https://docs.trysela.com/api-reference/leads/list-leads.md): Lists all leads. - [Retrieve a Lead](https://docs.trysela.com/api-reference/leads/retrieve-a-lead.md): Retrieves a lead. - [Schedule an Outbound Call](https://docs.trysela.com/api-reference/leads/schedule-an-outbound-call.md): Schedules an outbound call for a lead. The datetime should be in the future and with iso-8601 format. If not provided, the next available time will be scheduled. If the datetime is in the past, the outbound will not be scheduled. If the outbound is already scheduled, the outbound will be rescheduled… - [Update a Lead](https://docs.trysela.com/api-reference/leads/update-a-lead.md): Updates a lead, e.g. if the status changes. - [Update a Lead with Phone / Email Match](https://docs.trysela.com/api-reference/leads/update-a-lead-with-phone-email-match.md): Updates a lead a using the phone number and the email to find a matching lead. - [Webhook Responses](https://docs.trysela.com/api-reference/webhook.md): What we send you - [Create a Webhook](https://docs.trysela.com/api-reference/webhooks/create-a-webhook.md): Creates a webhook subscription. - [Delete a Webhook](https://docs.trysela.com/api-reference/webhooks/delete-a-webhook.md): Deletes a webhook subscription. - [Delete a Webhook by URL](https://docs.trysela.com/api-reference/webhooks/delete-a-webhook-by-url.md): Deletes a webhook subscription given a url. - [List Webhooks](https://docs.trysela.com/api-reference/webhooks/list-webhooks.md): List all webhook subscriptions. - [Retrieve a Webhook](https://docs.trysela.com/api-reference/webhooks/retrieve-a-webhook.md): Retrieve a webhook subscription. - [Call Outcomes](https://docs.trysela.com/call outcomes.md) - [Features](https://docs.trysela.com/features.md): We add new features every week, check back often for updates - [Lead Statuses](https://docs.trysela.com/lead statuses.md) - [Zapier Integration](https://docs.trysela.com/zapier integration.md) ## OpenAPI Specs - [Sela_API](https://docs.trysela.com/Sela_API.yaml)