verify_campaign_activation
LEGACY wallet flow — new integrations should use create_account and launch_campaign (API key + prepaid balance, no wallet). For NO_REWARD campaigns only. After you have paid the flat USDC activation fee (returned in activationRequired by create_campaign), call this with the payment transaction signature to launch the campaign LIVE. Invite emails are sent to all cohort participants automatically. This call is idempotent — safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | Campaign ID from create_campaign | |
| txSignature | Yes | Solana transaction signature of your USDC activation fee payment to treasury | |
| walletAddress | Yes | Your Solana wallet public key (must match the campaign creator) |