Learn how to automate the distribution of personalized Crust AI Snippet URLs using Make (formerly Integromat) and Zapier.
rec=
for Single Item details or p=
for User-based Permission filtering) using variables provided by the trigger step of your automation.
For a detailed explanation of the URL structure, see: Understanding the Shareable URL Structure
Scenario Setup
Product Name
, Total Amount
, and Customer Email
.https://app.trycrust.ai/<order_summary_snippet_id>/detail/
).Customer Email
containing a link to the “Your Order Summary” snippet, displaying only the details of that newly created order.Trigger: Airtable 'Watch Records'
Action: Email Module
Construct the Snippet URL
ID
(Record ID) variable provided by the Airtable trigger module. The final URL string in Make would look similar to:(The exact variable reference {{1.id}} might differ based on your Make scenario structure. Ensure you map the Record ID correctly.)
Configure Email Details
Customer Email
field variable from the Airtable trigger to the “To” address field.Important URL Parameter Choice: rec vs. p
?rec=
when linking to the Detail View of a specific record (typically for Single Item snippets or linking directly to one item’s detail).?p=
when linking to a Multiple Items snippet’s List View where User-based Permission is enabled, passing the relevant permission value as the identifier (like email or any other unique ID you have configured).