pitchmachine_create_receiver
Create a business or individual receiver in Pitch Machine. For B2B, provide company details and contact email; for B2C, provide receiver email. Returns a receiver ID for pitch generation.
Instructions
Create a new receiver (a prospect or contact) in Pitch Machine. audience_mode='b2b' requires company_name + contact_email. audience_mode='b2c' requires receiver_email. Returns receiver_id, used as the input to pitchmachine_generate_pitch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_url | No | B2B: prospect company URL (used for brand research). | |
| company_name | No | B2B: prospect company name. | |
| custom_notes | No | Any freeform context the pitch generator should incorporate. | |
| audience_mode | Yes | Whether the receiver is a business contact (b2b) or an individual (b2c). | |
| contact_email | No | B2B: contact's email. | |
| contact_title | No | B2B: contact's job title. | |
| receiver_email | No | B2C: receiver's email. | |
| receiver_notes | No | ||
| contact_last_name | No | ||
| contact_first_name | No | ||
| receiver_last_name | No | ||
| receiver_first_name | No |