Skip to main content
Description: Manage operations in Cometly. Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: Cometly - Send Event (Minimal) Send minimal event payload (event_name + email)
{
  "automationType": "cometly",
  "nodeId": "cometly-node-001"
}
Example 2: Cometly - Send Event (Full Payload) Send full payload with identity, ecommerce, and idempotency key
{
  "automationType": "cometly",
  "nodeId": "cometly-node-002"
}
Third-Party Documentation: