signup.created
Published when a contact successfully signs up via a referral link.
Event type: in.org.quicko.cliq.signup.created
Event Schema
| Field | Type | Description |
|---|---|---|
id | string (uuid) | Unique event ID |
time | string (ISO 8601) | Time the event occurred |
specversion | string | CloudEvents spec version |
datacontenttype | string | application/json |
program_id | string (uuid) | Program the signup belongs to |
promoter_id | string (uuid) | Promoter who owns the referral link |
source | string | Originating endpoint |
type | string | Event type identifier |
data | object | Event data (see below) |
subject | string (uuid) | Signup ID |
data
| Field | Type | Description |
|---|---|---|
@entity | string | in.org.quicko.cliq.signup |
trigger_type | string | signup |
signup_id | string (uuid) | ID of the signup |
contact_id | string (uuid) | ID of the signed-up contact |
promoter_id | string (uuid) | Promoter who owns the referral link |
link_id | string (uuid) | Referral link used for the signup |
created_at | string (ISO 8601) | Signup creation timestamp |
updated_at | string (ISO 8601) | Signup last updated timestamp |
utm_params | object | UTM tracking parameters (optional) |
utm_params
| Field | Type | Description |
|---|---|---|
utm_id | string | UTM ID |
utm_source | string | UTM source (e.g. instagram) |
utm_medium | string | UTM medium (e.g. social) |
utm_campaign | string | UTM campaign name |
utm_term | string | UTM term |
utm_content | string | UTM content |
Example Payload
{
"id": "86e10084-c928-411f-b963-27044c8581c2",
"time": "2026-04-06T06:23:08.011Z",
"specversion": "1.0",
"datacontenttype": "application/json",
"program_id": "930433e7-591c-4dda-a300-d3bfe17bd03d",
"promoter_id": "c06d4f0f-ccfb-4d6e-8bed-eea28460b698",
"source": "urn:POST:/signups",
"type": "in.org.quicko.cliq.signup.created",
"data": {
"@entity": "in.org.quicko.cliq.signup",
"trigger_type": "signup",
"signup_id": "34fcf008-d537-409d-a10f-c9625bb5d8e7",
"contact_id": "34fcf008-d537-409d-a10f-c9625bb5d8e7",
"promoter_id": "c06d4f0f-ccfb-4d6e-8bed-eea28460b698",
"link_id": "92f75eee-ecc8-47c4-87d9-dea983114fef",
"created_at": "2026-04-06T06:23:07.787Z",
"updated_at": "2026-04-06T06:23:07.787Z",
"utm_params": {
"utm_id": "aff_youtube_tech_02",
"utm_source": "youtube",
"utm_medium": "affiliate",
"utm_campaign": "trading_app_promo_q2",
"utm_term": "stock_market_beginners",
"utm_content": "video_description_link"
}
},
"subject": "34fcf008-d537-409d-a10f-c9625bb5d8e7"
}