Create Campaign Application
Submits an applicant from your own signup form directly into a Growi campaign. Creates the creator account if needed and stores marketing attribution (Meta click ids, UTMs, TikTok enrichment) that is echoed back on outbound webhook events. Idempotent: repeat submissions for the same email + campaign return the existing application.
email + campaign_id return the existing application with created: false instead of creating a duplicate. Attribution keys not seen before are merged in; existing values are never overwritten. This endpoint is also exempt from the 2-second request-interval limit, so bursts of near-simultaneous form submissions are safe.
Request Body
Attribution fields (all optional)
Everything below is stored verbatim and echoed back inside theattribution object on webhook events.
Request Example
Response Example
200 with the same shape and "created": false.
Response Fields
Error Responses
403 — plan or keyUse Cases
- Host your own signup form: keep the application experience on your domain (with your pixels and analytics firing natively) while applicants flow straight into Growi for review.
- Meta ads attribution: send
fbp/fbc/event_idwith each applicant, then forward thecampaign_affiliate.activatedandaffiliate_sale.createdwebhook events — which echo the same identifiers — to the Meta Conversions API so your media team can optimize on approvals and revenue. - CRM sync: pass your internal applicant
id; it comes back asattribution.external_idon webhook events for painless matching.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Growi campaign the applicant is applying to
Applicant's email address
Applicant's first name
Applicant's last name
TikTok handle or profile URL — the account is attached to the creator's profile
Your internal applicant id, stored as attribution external_id
When the applicant submitted your form, stored as attribution submitted_at
Meta browser id cookie (_fbp)
Meta click id cookie (_fbc)
Meta click id from the landing page URL
Your event id — echoed back on webhook events so you can deduplicate against Meta Conversions API
Your event name (e.g. AffiliateLead)
URL the applicant submitted the form from
Applicant's IP address
Applicant's browser user agent
HTTP referrer of the signup page
Applicant's TikTok follower count
Applicant's TikTok likes count
Applicant's TikTok video count
1 when the TikTok account is verified
When you enriched the TikTok profile data
Response
Repeat submission — the existing application is returned and new attribution keys are merged