Pro+ · Post-Pick Actions

Winner picked.
Now what?

Stack actions that fire after every pick. DM winners a code, POST to a webhook, open a group chat. Configure once via DM, runs on every pick. Failures never block the announcement.


Actions

Five built-in actions. Stack as many as you need on a single giveaway.

Group DM X only

Creates an X group DM with you and each winner. Send a custom message to start the conversation — collect shipping addresses, coordinate delivery, or just say congrats.

DM created → you + @winner
"Congrats! DM me your shipping address and I'll get your prize out this week."
Webhook All platforms

POSTs full giveaway results to any URL. Wire up Make.com, Zapier, or your own endpoint. Payload includes giveaway ID, winners, pool size, seed, and verification URL.

POST https://hook.make.com/abc123
{
  "event": "pick_complete",
  "winners": [{ "handle": "@winner1" }],
  "poolSize": 2847,
  "verifyUrl": "https://winwithpickr.com/r/abc"
}
Auto-deliver codes X Telegram

DMs each winner a unique code or link from a pre-loaded list. One code per winner. If you run out of codes, remaining winners are skipped with a warning.

DM to @winner1:
You won a giveaway from @host!
Your code: PROMO-A7X2
"Use by Dec 31. Thanks for entering!"
Claim form X Telegram

DMs each winner a link to a form — Google Forms, Typeform, whatever. Collect info you need before fulfilling the prize.

DM to @winner1:
You won! Fill out this form to claim:
https://forms.gle/yourform
Access grant X Telegram

DMs each winner an exclusive invite link — Discord server, Telegram group, private community. One link shared to all winners.

DM to @winner1:
You won! Here's your exclusive access:
https://discord.gg/your-invite

Post-pick actions require Pro or Business tier.


Setup via DM

No dashboard. No forms. Configure actions through a guided DM conversation with the bot.

Example: webhook + auto-deliver
bot What should happen after the pick?
1. Group DM  2. Webhook  3. Auto-deliver codes  4. Claim form  5. Access grant  6. Just announce
you 2
bot Send me the webhook URL.
you https://hook.make.com/abc123
bot Webhook saved. Add another action or done?
1. Add another  2. Done
you 1
bot What should happen after the pick?
1. Group DM  3. Auto-deliver codes  4. Claim form  5. Access grant
you 3
bot Send me the codes, one per line.
you PROMO-A7X2
PROMO-B3K9
PROMO-C1M5
bot 3 codes saved. Custom message for winners? (or "skip")
you Use by Dec 31
bot All set. When I pick winners, I'll run: webhook, auto-deliver codes.

How it runs

Stackable

Combine multiple actions on the same giveaway. Webhook fires, then codes are delivered, then group DM opens. All sequential.

Failure-safe

If a webhook times out or a DM fails, the error is logged but the pick result still posts. Actions never block the announcement.

Configure once

Actions are tied to the giveaway's watch mode. Set up once, runs every time the pick triggers. Session persists for 1 hour in case you step away mid-setup.


Set up your first post-pick workflow.

@winwithpickr