What you'll build
A brand partnership request form for creators represented by a talent management agency. The moment a creator submits a new deal for review, Formaloo routes it to their assigned talent manager and sends that manager a branded email with the brand name, deal value, deliverables, and deadline already filled in, plus a PDF record of the full request attached. You'll also see how to add an optional Slack notification as a second alert.
When to use this
A creator can't accept a brand deal without their manager signing off first, and right now that approval happens over email or Slack DMs that get missed.
Your team has grown past the point where one person can manually check a spreadsheet for new requests.
You want every notification to include the actual deal details (brand, value, deadline) instead of a generic "someone submitted a form" alert.
You're routing requests to more than one manager and need each request to land with the right person automatically.
You want a paper trail: every request, its status, and a formatted record, all in one place.
Part 1 — Build the request form
This is where everything starts. You'll build a lean form that captures who the deal is with, what it's worth, what the creator is agreeing to, and whether anything about it needs a second look before it goes further. The fastest way to build it is with Magic Create: paste a prompt and Formaloo generates the full form for you.
1. Open Magic Create: From your Formaloo homepage, click Magic Create, then describe the form: a brand partnership request form for creators, with fields for their name, email, the brand name, partnership type (sponsored post, product review, affiliate code, ambassadorship, event appearance, other), deal value, deliverables, a deadline date, a file upload for the brand's contract or brief, and a yes/no question asking whether the deal conflicts with an existing exclusivity agreement, with a follow-up short text field for the conflicting deal, shown only if the answer is yes. Also ask it to add three admin-only fields: a status dropdown (Submitted, Under review, Approved, Needs revision, Declined), an Assignee field for the talent manager, and an internal notes field.
2. Verify the fields: Your form should look like this: Magic Create will have generated most of it. Verify each field and field ID matches the table below exactly, since these IDs are what you'll pipe into the email and PDF later.
📖 Want internal fields, like status, assignee, and notes, invisible to the creator filling out the form? That's exactly what admin-only fields are for.
3. Publish the form: Once the fields look right, click Publish in the island bar at the top of the editor.
Part 2 — Create the approver notification email template
This is the email your talent managers will actually see, so it needs to read like an internal alert, not a generic form notification. You'll build it once using answer piping, and Formaloo will fill in the brand, deal value, and deadline on every submission automatically.
1. Open the email template editor: Click your profile icon, go to Apps and integrations, find Custom email templates, and click Add new template.
💡 How to create and send custom email templates: want to send branded, personalized emails instead of Formaloo's plain default notification? This is the foundational guide to building and sending custom email templates. Reference it any time a step involves creating or selecting an email template.
2. Name it and write the subject line: Call it "New brand partnership request." For the subject, write something like "New brand deal from @brand_name needs your review, @creator_name is waiting."
3. Write the body: Clear the default body, add an AI block, and prompt it to write a brief, calm internal alert referencing the creator's name, brand, partnership type, deal value, deliverables, and deadline, flagging near the top if a conflict was disclosed. Keep it to 4 to 6 sentences, ending with a prompt to review the request in Formaloo.
4. Save the template: Click Save once you're happy with the preview.
📖 Every @field_id in that body is pulled straight from the form's answers. See how to use answer piping for the full syntax.
Part 3 — Build a PDF record of the request
Every request should leave a paper trail, not just an email that scrolls out of view. This part turns each submission into a clean, one-page PDF covering the creator, the brand, the deal terms, and the conflict disclosure if one was flagged. You'll attach it to the same notification the manager gets in Part 5.
1. Open the PDF template editor: Click your profile icon, go to Apps and integrations, and open Custom PDF template, then click Add new template.
💡 How to create PDF templates to turn responses into documents: want every form submission to generate a polished, branded document automatically? This is the foundational guide to building a PDF template from a submission. Link it any time an article turns data into a contract, invoice, or certificate.
2. Switch to HTML and paste your design: Switch the editor to the HTML view and paste the ready-made "Brand partnership request record" template, which lays out the creator and brand details, deal terms, and a highlighted conflict-disclosure block.
3. Name it and save: Call it "Brand partnership request record" and click Save.
Part 4 — Route new requests to the right manager
Before Formaloo can notify a talent manager, it needs to know which manager owns this request. This part sets up automatic assignment on submit, plus the visibility rule that keeps the conflict follow-up field hidden until it's needed.
1. Open Advanced logic: In the form settings panel on the right side of the editor, open Advanced logic and go to the Logic tab.
2. Open Magic Logic: Click Magic Logic in the top right corner.
3. Describe the rules: In plain text, describe both rules at once: when the form is submitted, assign the "Assigned talent manager" field to the Talent management team; and if "Does this conflict with an existing exclusivity agreement?" is Yes, show "Which existing brand deal does this conflict with?" and make it required, otherwise keep it hidden.
4. Generate and review: Click Generate rules. Approve, redo, or cancel each one in the preview.
5. Save: Once approved, make any manual adjustments if needed, then click Save in the top right corner.
📖 This is the Assignee field doing the routing work, and it's the same mechanism behind Formaloo's broader approval workflow pattern.
Part 5 — Send the notification automatically
This is the step the whole article is really about: firing the email, with the PDF record attached, the moment a request comes in, to the person who now owns it.
1. Add the send email rule: Still in Advanced logic, on the same On submit trigger, add a Send email action.
2. Set the recipient: Set the recipient to the email address tied to "Assigned talent manager," the field you just set up to auto-assign in Part 4.
3. Select the template: Choose the "New brand partnership request" template you built in Part 2 from the dropdown.
4. Attach the PDF record: In the same action, attach the "Brand partnership request record" PDF template you built in Part 3, so the manager gets both the email summary and the full document in one notification.
5. Save the rule: Click Save.
📖 See how to send custom PDFs with email notifications for more on the attach step.
Note: If your agency prefers one shared inbox instead of per-manager routing, you can set the recipient to a fixed team address instead, like [email protected].
Part 6 — Test it end to end
1. Submit a test request: Fill out the form as if you were a creator, using a real brand name and deal value so the email reads naturally.
2. Confirm the assignment fired: Check the record and confirm "Assigned talent manager" was set automatically.
3. Confirm the email arrived: Check the recipient inbox and confirm the subject line and body show the correct piped values, not blank fields or literal @field_id text, and that the PDF record is attached and readable.
Part 7 — Optional: add a Slack notification too
If your team lives in Slack as much as email, add a second notification on the same trigger so nothing depends on someone checking their inbox.
1. Add a second action: On the same On submit rule, add a Send Slack message action alongside the send email action.
2. Pick the channel and message: Choose the channel your talent team already watches, and write a short message using the same @field_id variables as the email.
3. Save: Click Save to apply both actions to the same trigger.
What you now have
A brand partnership request workflow where every new deal automatically lands with the right talent manager and triggers a notification with the actual deal details already filled in, plus a formatted PDF record attached for their files. No one has to check a shared inbox or ask "did anyone see this yet." The same On submit trigger doubles as your audit trail: every request, who it was assigned to, and a document to back it up.
What's next
Add a decision-based email to the creator Once a manager reviews a request, close the loop by emailing the creator with the outcome, worded differently depending on whether it's approved, needs revision, or declined. → How to send and receive conditional email notifications
Capture a signed version of the contract If your agency wants creators or brands to countersign the deal terms directly in Formaloo, add a signature field and email the signed record back automatically. → How to email a signed form or contract as a PDF
Give creators a portal to track their own requests Instead of emailing to ask "any update?", let creators log in and see their own request's status directly. → How to create a portal and manage users' access
Ready-to-use templates
Don't build this from scratch, we've already put it together for you.
Employee request workflow — Routes internal requests to the right team and notifies them automatically. The same assignment-plus-notification pattern this article walks through, just for HR and ops requests instead of brand deals.
AI lead qualification & scoring form — Scores incoming leads and routes hot ones with conditional emails and Slack notifications. A good reference if you want to see the optional Slack step from Part 7 in a fuller workflow.
Job applicant tracking workflow — Tracks applicants across stages with reviewer assignments and status updates. Shows the same Assignee-plus-status pattern applied to hiring instead of approvals.
Don't have a form yet? Create one in seconds with Magic Create, describe what you need and Formaloo builds the form for you.
Learn more how-tos
See a two-reviewer version of this pattern If your agency needs both a talent manager and a legal or finance reviewer to sign off before a deal is final, this walks through routing a request through two approval stages instead of one. → How to build a dual-approval request workflow in Formaloo
Add AI scoring before routing If you're fielding enough requests that you want to triage which ones need urgent review, this shows how AI scoring and conditional Slack alerts work together. → How to build an AI-powered lead qualification system in Formaloo
See the Assignee field used for candidate screening This applies the same Assignee-plus-notification approach to a hiring pipeline, useful if your agency also manages talent recruitment. → How to build an AI-powered job application pipeline with candidate screening in Formaloo
