Skip to main content

signup.created

Published when a contact successfully signs up via a referral link.

Event type: in.org.quicko.cliq.signup.created

Event Schema

FieldTypeDescription
idstring (uuid)Unique event ID
timestring (ISO 8601)Time the event occurred
specversionstringCloudEvents spec version
datacontenttypestringapplication/json
program_idstring (uuid)Program the signup belongs to
promoter_idstring (uuid)Promoter who owns the referral link
sourcestringOriginating endpoint
typestringEvent type identifier
dataobjectEvent data (see below)
subjectstring (uuid)Signup ID

data

FieldTypeDescription
@entitystringin.org.quicko.cliq.signup
trigger_typestringsignup
signup_idstring (uuid)ID of the signup
contact_idstring (uuid)ID of the signed-up contact
promoter_idstring (uuid)Promoter who owns the referral link
link_idstring (uuid)Referral link used for the signup
created_atstring (ISO 8601)Signup creation timestamp
updated_atstring (ISO 8601)Signup last updated timestamp
utm_paramsobjectUTM tracking parameters (optional)

utm_params

FieldTypeDescription
utm_idstringUTM ID
utm_sourcestringUTM source (e.g. instagram)
utm_mediumstringUTM medium (e.g. social)
utm_campaignstringUTM campaign name
utm_termstringUTM term
utm_contentstringUTM 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"
}