# Create CRM Deal Creates a new influencer deal page in the specified campaign board/dealflow. The difference between this and the "Submit Influencers to campaign" endpoint is that this directly adds the influencer to the CRM, bypassing the outreach step. This is useful for manually adding influencers that you already work with or have a relationship with. This is like manually adding an influencer via the CSV import feature. Endpoint: POST /v1/crm/create_deal Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `influencer_handle` (string, required) Influencer handle. Example: "therock" - `platform` (string, required) Social media platform. Example: "instagram" - `first_name` (string) Influencer's first name. Example: "Dwayne" - `last_name` (string) Influencer's last name. Example: "Johnson" - `email` (string) Influencer's email address. Example: "dwayne.johnson@example.com" - `brand_id` (integer, required) Brand ID. Example: 4819 - `dealflow_id` (string, required) Dealflow ID. Example: "D_FSSI4P" - `funnel_step` (integer) The funnel step to set for the deal. Example: 2 - `address_line` (string) Street address or other address details. Example: "123 Hollywood Blvd" - `postcode` (string) Postal code. Example: "90038" - `region` (string) Region or state. Example: "California" - `city` (string) City of residence. Example: "Los Angeles" - `country_code` (string) Country code (e.g., 'US', 'GB'). Example: "US" - `phone_nr` (string) Phone number. Example: "+1 310 555 0100" - `total_payouts` (number) Total payouts already made to this influencer. Example: 250 - `total_commission_earned` (number) Total commission earned by this influencer so far. Example: 500.5 - `total_fixed_fee_earned` (number) Total fixed fee earned by this influencer so far. Example: 1000 - `total_sales` (number) Total sales so far attributed to this influencer. Example: 4500 - `total_referrals` (number) Total referral count from this influencer. Example: 25 - `code` (string) Discount code to associate with the collaboration. Example: "THEROCK50" - `code_perc` (number) Percentage discount for the code (0 to 100). Example: 15 - `custom_url` (string) Custom affiliate URL to track. Example: "/therock" - `custom_url_target` (string) Landing page or reference name for custom_url. Example: "/" - `commission_perc` (number) Commission percentage for affiliate sales. Example: 10 - `create_affiliate_details` (boolean) Whether to create affiliate details automatically. If true, we will create the discount code and custom link (if there are any) in your shopify/CMS integration. If not we will just insert it in the deal page (sales with that discount code will still be correctly tracked) Example: true ## Response 200 fields ## Response 400 fields