Send new leads to Slack and your CRM
When a lead form posts, qualify the lead, post it to Slack, and add it to your CRM, once.
What it does, step by step
- Read the email and source from the inbound form.
-
Decide whether the lead has a usable email address.
- yes goes to "Post to Slack"
- no goes to "Ignore"
- Post the new lead to the team Slack channel.
- Add the lead to the CRM as a new contact.
- The lead had no usable email, so do nothing.
Build it just by talking to Claude
You do not wire this by hand. You describe it in a sentence, your Claude builds it, and Autoploy keeps it running.
What to build: Send new leads to your team chat and CRM. When a lead form posts, qualify the lead, post it to your team chat, and add it to your CRM, once. This is for engineers and non-technical builders alike. How it behaves: 1. Runs when a lead form posts to the automation. 2. Read the email and source from the inbound form. 3. If qualified lead, then go to "Post to Slack", otherwise go to "Ignore". 4. Post the new lead to the team Slack channel. 5. Add the lead to the CRM as a new contact. 6. The lead had no usable email, so do nothing. The tools: - Slack (for "Where should new leads be posted?"). I will need you to create the key SLACK_BOT_TOKEN (Slack bot token), provide the setting SLACK_CHANNEL (Slack channel). I add the values in Autoploy myself; you only need their names. - HubSpot (for "Which CRM should new leads be added to?"). I will need you to create the key HUBSPOT_TOKEN (HubSpot private app token). I add the values in Autoploy myself; you only need their names. The platform: Connect to my Autoploy MCP server, call get_authoring_guide to read the authoring guide, and build the automation with the Autoploy SDK contract. Model every yes/no fork as a condition step with truthful labeled branches, keep every external side effect idempotent and keyed, and deploy it with deploy_automation. Before you build: Repeat the plan back to me in plain English and ask follow-up questions about anything unclear or ambiguous. Do not guess. Ask me for each key by name when it is time, and never ask me to paste a key anywhere except my own secure setup.
7-day free trial on every plan. You pick your plan at signup, and nothing is charged before day 7.