v2.0

API Reference

Build powerful integrations with the AICONTON REST API

Base URL

https://api.aiconton.in/v2
Format: JSON
Auth: Bearer Token

Quick Example

Create a Workflow
POST
curl -X POST https://api.aiconton.in/v2/workflows \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "New Lead Notification",
    "trigger": {
      "type": "webhook",
      "event": "lead.created"
    },
    "actions": [
      {
        "type": "send_email",
        "to": "sales@company.com",
        "template": "new_lead"
      }
    ]
  }'

Official SDKs

Use our official SDKs for faster development in your preferred language

Need Help with the API?

Our developer support team is here to help you integrate AICONTON into your applications.