Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cometly.com/llms.txt

Use this file to discover all available pages before exploring further.

Surfaces the rules that translate platform events (Shopify orders/paid, Stripe charge.succeeded, HubSpot deal stage transitions, etc.) into Cometly’s internal event names.

When to use

  • “Why did Shopify’s orders/paid become a purchase in Cometly?”
  • Auditing event mapping configuration before recommending integration changes.

Parameters

ParameterTypeRequiredDescription
formatstringNocsv (default), json, or yaml.

Output

source,external_event,cometly_event,cometly_event_label
shopify,orders/paid,purchase,
hubspot,deal.created,custom_event_2,Deal Created
google_ads,Lead Form Submission,lead_generated,
stripe,charge.succeeded,purchase,
cometly_event_label is the human label when the mapping targets a custom_event_* slot.