Handle Sponsor Inquiries and Signups
Goal: Move a prospective sponsor cleanly from "I'm interested" to "I've committed and paid" — without the friction that loses warm leads.
Two entry points
- Inquiry — prospect submits a form indicating interest and asks for a conversation. Best for higher-value packages where personal touch matters.
- Direct signup — prospect commits immediately by completing the package signup with payment. Best for lower-tier packages or repeat sponsors who already know what they want.
Both flows feed the same admin workspace.
When an inquiry comes in
The inquiry form captures:
- Sponsor name and contact
- Package they're interested in (or "not sure yet")
- Event / campaign they're asking about
- Optional message
Inquiries land in the sponsorship dashboard. Your team:
- Acknowledges within one business day (often via Communications template)
- Schedules a call with the prospect to discuss fit
- Sends a tailored proposal if needed
- Records the outcome — committed at $X, declined, or still in conversation
Inquiries that go silent for two weeks should get one follow-up before being closed out.
When a direct signup comes in
The package signup form captures:
- Sponsor identification (individual or organization)
- Contact details
- Optional comments (e.g., "we want our logo positioned on the right of the program")
- Payment
A successful signup creates:
- A sponsor record (or links to an existing one)
- A sponsorship commitment at the chosen package level
- Initial payment record (if paid in full) or first installment (if paid over time)
- Benefit fulfillment records that match the package's benefits, in pending status
The sponsor receives a confirmation email and gets access to a public dashboard at /sponsorships/manage/:sponsorshipId to track their commitment, view paid and upcoming amounts, and see benefit status.
The sponsor's public dashboard
The dashboard shows:
- The sponsor's commitment summary
- Payment history and any upcoming payments
- Benefits delivered and benefits in progress
- Contact link to your team
This is the URL you give to a corporate point-of-contact who's responsible for following through on the sponsorship — they can self-serve most questions without bothering your staff.
Payment flows
Sponsorships can pay:
- In full upfront — single charge at signup
- In installments — schedule of payments over the commitment window
- By invoice — for organizations that don't pay by card; staff records each payment as it arrives
For installment plans, payment links are generated for each upcoming installment and sent via email reminders.
Multi-year sponsorships
A sponsor committing to support a build over 3 years is best modeled as:
- A single sponsorship record with the multi-year commitment total
- Installment payments scheduled across the years
- Benefits scheduled per relevant event/year
This preserves a single relationship rather than fragmenting across years.
Tracking the pipeline
The sponsorship dashboard shows:
- Inquiries by status (new, in conversation, declined, committed)
- Active sponsorships with payment status
- Upcoming benefit deliverables
- Year-over-year sponsorship revenue trend
A weekly review of the pipeline catches things falling through the cracks.
Common pitfalls
- Lost inquiries — submitted but not acknowledged; warm leads cool fast. Make first response a same-day commitment.
- Mismatched expectations — sponsor expected something not in the package. Document benefits clearly up front; capture sponsor-specific deliverables in the sponsorship notes.
- Late benefit fulfillment — the sponsor paid; your team forgot to deliver the logo placement. Use the pending benefits queue actively.