Reference

Typical Workflows

Sequenced playbooks for each campaign type. Click any step to jump to its playground.

Survey Campaign

  1. 1POST/nfthing/api-key/generateGet your API key
  2. 2POST/nfthing/survey/createCreate the survey, save post_id
  3. 3POST/nfthing/survey/questionsAdd questions using post_id
  4. 4PATCH/nfthing/campaign/toggle-liveSet is_live: true to go live

Round-Robin Survey

  1. 1POST/nfthing/api-key/generateGet your API key
  2. 2POST/nfthing/survey/round-robin/createUpload images + create survey (one call)
  3. 3PATCH/nfthing/campaign/toggle-liveSet is_live: true to go live

Binary Survey

  1. 1POST/nfthing/api-key/generateGet your API key
  2. 2POST/nfthing/survey/binary/createUpload images + create survey (one call)
  3. 3PATCH/nfthing/campaign/toggle-liveSet is_live: true to go live

Image Survey

  1. 1POST/nfthing/api-key/generateGet your API key
  2. 2POST/nfthing/survey/image/createUpload images + create survey (one call)
  3. 3PATCH/nfthing/campaign/toggle-liveSet is_live: true to go live

Advertisement Campaign

  1. 1POST/nfthing/api-key/generateGet your API key
  2. 2POST/nfthing/advertisement/createUpload video, save post_id
  3. 3POST/nfthing/advertisement/questionsAdd feedback questions (if has_feedback=true)
  4. 4PATCH/nfthing/campaign/toggle-liveSet is_live: true to go live