# Nexor ## Docs - [Authentication](https://docs.getnexor.ai/docs/en/api/authentication.md) - [List Campaigns](https://docs.getnexor.ai/docs/en/api/campaigns/list-campaigns.md): List all campaigns for your account. Use the campaign `id` when creating leads to tag them with a specific campaign. - [Create Conversion Event](https://docs.getnexor.ai/docs/en/api/conversions/create-conversion.md): Record a conversion event for a lead. Conversions track business outcomes such as reservations (intermediary) or closed sales (final). - [List Conversion Types](https://docs.getnexor.ai/docs/en/api/conversions/list-conversion-types.md): List all active conversion types for your account. Use the conversion type `id` when creating conversion events. Each type includes a `fields` array defining the custom metadata fields expected when creating events — use the field `key` values as keys in the event's `metadata` object. - [List Conversion Events](https://docs.getnexor.ai/docs/en/api/conversions/list-conversions.md): List conversion events for your account. Supports filtering by lead, workflow, workflow run, or conversion type. Results are ordered by conversion date (newest first). - [Getting Started](https://docs.getnexor.ai/docs/en/api/introduction.md) - [Create Lead(s)](https://docs.getnexor.ai/docs/en/api/leads/create-lead.md): Create one or more leads and optionally assign to a workflow. Accepts either a single lead object or an array of lead objects for bulk creation. Leads will automatically be enrolled in the workflow's cadence sequence. You can include arbitrary metadata as key-value pairs to store client-specific inf… - [Get Lead](https://docs.getnexor.ai/docs/en/api/leads/get-lead.md): Retrieve a single lead by ID with all fields, plus collected field values ("variables") captured by the AI agent across the lead's workflow runs. Variables are keyed by `field_key` and represent the latest captured value for each field. - [Patch Lead](https://docs.getnexor.ai/docs/en/api/leads/patch-lead.md): Partial update of a lead. Identical behavior to PUT — any field can be updated, and metadata is shallow-merged (existing keys preserved, new keys added, matching keys overwritten). - [Set Lead Status](https://docs.getnexor.ai/docs/en/api/leads/set-status.md): Force a lead's status within its active workflow run. This is a deliberate override: no downgrade guard and no field-collection gating are applied. If the lead has a single active workflow run, `workflow_id` may be omitted; pass it to disambiguate when the lead has multiple active runs. Moving the l… - [Update Lead](https://docs.getnexor.ai/docs/en/api/leads/update-lead.md): Update any field on an existing lead. Metadata updates use **shallow merge** semantics: existing keys are preserved, new keys are added, and matching keys are overwritten. Non-metadata fields (first_name, phone, campaign_id, etc.) are replaced directly. - [Create Group](https://docs.getnexor.ai/docs/en/api/master-workflows/create-master-workflow.md): Create a master workflow to group related workflows together. Master workflows enable aggregated conversion tracking and reporting across workflow chains (e.g., prospecting → qualification → closing). - [Delete Group](https://docs.getnexor.ai/docs/en/api/master-workflows/delete-master-workflow.md): Soft-delete a master workflow by setting `is_active` to false. The record is preserved for historical reference. - [Get Group](https://docs.getnexor.ai/docs/en/api/master-workflows/get-master-workflow.md): Get a single master workflow by ID, including its associated workflows. - [List Groups](https://docs.getnexor.ai/docs/en/api/master-workflows/list-master-workflows.md): List all active master workflows for your account. - [Update Group](https://docs.getnexor.ai/docs/en/api/master-workflows/update-master-workflow.md): Update a master workflow's name, description, or active status. - [Log a Meeting](https://docs.getnexor.ai/docs/en/api/meetings/create-meeting.md) - [Push Meeting Notes](https://docs.getnexor.ai/docs/en/api/meetings/create-meeting-notes.md) - [List WhatsApp Templates](https://docs.getnexor.ai/docs/en/api/messages/list-templates.md): List all WhatsApp message templates available for your account. Use the template `id` when sending template messages. - [Send Message](https://docs.getnexor.ai/docs/en/api/messages/send-message.md): Send a message to a lead through WhatsApp, email, or trigger an AI-powered phone call. - [Create Processor](https://docs.getnexor.ai/docs/en/api/processors/create-processor.md) - [Create Routing Rule](https://docs.getnexor.ai/docs/en/api/processors/create-rule.md) - [Delete Processor](https://docs.getnexor.ai/docs/en/api/processors/delete-processor.md) - [Delete Routing Rule](https://docs.getnexor.ai/docs/en/api/processors/delete-rule.md) - [Get Processor](https://docs.getnexor.ai/docs/en/api/processors/get-processor.md) - [List Processors](https://docs.getnexor.ai/docs/en/api/processors/list-processors.md) - [Reorder Rules](https://docs.getnexor.ai/docs/en/api/processors/reorder-rules.md) - [Route Lead Through Processor](https://docs.getnexor.ai/docs/en/api/processors/route-lead.md) - [Update Processor](https://docs.getnexor.ai/docs/en/api/processors/update-processor.md) - [Update Routing Rule](https://docs.getnexor.ai/docs/en/api/processors/update-rule.md) - [Assign Lead Tags](https://docs.getnexor.ai/docs/en/api/tags/assign-lead-tags.md) - [Create Tag](https://docs.getnexor.ai/docs/en/api/tags/create-tag.md) - [Delete Tag](https://docs.getnexor.ai/docs/en/api/tags/delete-tag.md) - [Get Lead Tags](https://docs.getnexor.ai/docs/en/api/tags/get-lead-tags.md) - [List Tags](https://docs.getnexor.ai/docs/en/api/tags/list-tags.md) - [Remove Lead Tag](https://docs.getnexor.ai/docs/en/api/tags/remove-lead-tag.md) - [Update Tag](https://docs.getnexor.ai/docs/en/api/tags/update-tag.md) - [List Team Members](https://docs.getnexor.ai/docs/en/api/team/list-team.md) - [List Agents](https://docs.getnexor.ai/docs/en/api/workflows/list-workflows.md): List all active workflows for your account. Use the workflow `id` when creating leads to assign them to a specific workflow. - [Knowledge base](https://docs.getnexor.ai/docs/en/guides/agents/knowledge-base.md) - [Connect API](https://docs.getnexor.ai/docs/en/guides/agents/leads/api.md) - [Upload a CSV](https://docs.getnexor.ai/docs/en/guides/agents/leads/csv-upload.md) - [Connect HubSpot](https://docs.getnexor.ai/docs/en/guides/agents/leads/hubspot.md) - [Connect Kommo](https://docs.getnexor.ai/docs/en/guides/agents/leads/kommo.md) - [Upload manually](https://docs.getnexor.ai/docs/en/guides/agents/leads/manual-upload.md) - [Playground](https://docs.getnexor.ai/docs/en/guides/agents/playground.md) - [Prompt best practices](https://docs.getnexor.ai/docs/en/guides/agents/prompt-best-practices.md) - [Agent settings](https://docs.getnexor.ai/docs/en/guides/agents/settings.md) - [Connect WhatsApp](https://docs.getnexor.ai/docs/en/guides/connecting-whatsapp.md) - [Welcome to Nexor](https://docs.getnexor.ai/docs/en/guides/getting-started.md) - [WhatsApp message templates](https://docs.getnexor.ai/docs/en/guides/whatsapp/message-templates.md) - [WhatsApp pricing](https://docs.getnexor.ai/docs/en/guides/whatsapp/pricing.md) - [WhatsApp connection troubleshooting](https://docs.getnexor.ai/docs/en/guides/whatsapp/troubleshooting.md) ## OpenAPI Specs - [openapi](https://docs.getnexor.ai/openapi.json)