Integration library
Integration

Cometly

Send approved call outcomes to Cometly for marketing attribution.

Description

AIM AI can be configured to pass selected conversion events from phone workflows into Cometly. Event names, fields, and the point of conversion are confirmed during workflow scoping.

Authentication

  • A Cometly API key is required.
  • Exact event fields and approved actions are confirmed during workflow scoping.

Supported Actions (1)

These are the operations this integration can perform after the required credentials and permissions are approved.

  • Send events (minimal or full payload)

Examples

Use these representative payloads as a technical starting point, then replace the sample values with the approved workflow data.

Cometly - Send Event (Minimal)

Representative workflow configuration for Cometly - Send Event (Minimal).

JSON
{
  "automationType": "cometly",
  "nodeId": "cometly-node-001",
  "nodeParams": {
    "action": "send_event",
    "params": {
      "eventName": "lead_generated",
      "email": "developers@cometly.com",
      "apiKey": "YOUR_COMETLY_API_KEY"
    }
  }
}