# Make Connect Form Plume to Make.com with a custom webhook trigger, capture a sample submission, map the fields, and turn each submission into a Make scenario. [Make](https://www.make.com/en) is a visual automation platform that can turn one submission into a multi-step workflow. Route Form Plume submissions there when you want to fan a single form out to several destinations at once without writing code. ## Create the trigger Start the scenario with a custom webhook. Add that URL as a [Form Plume webhook](/docs/integrations/webhooks). ## Capture a sample Run the scenario once and send a representative submission. Make uses that payload to expose fields to later modules. Each named form field becomes a mappable item you can drop into email, spreadsheet, CRM, or HTTP modules downstream. ## Finish and test Map the fields, enable the scenario, and submit the published form again. Confirm both Form Plume and the final destination show a successful delivery. Verify the [Form Plume signature](/docs/integrations/webhooks) before processing sensitive data or performing a destructive action.