Bouncer
Bouncer is an email verification platform that validates email addresses to determine whether they are deliverable and safe to use.
This Make.com scenario verifies a customer’s email address in Bouncer when a new customer is created in ShopWired using a webhook trigger.
This scenario allows you to:
- Trigger when a new customer is created in ShopWired
- Send the customer’s email address to Bouncer for verification
- Receive email validation results inside Make.com
Prerequisites
Prerequisites
- A Bouncer account
- A Make.com account with webhook support
Scenario blueprint
Scenario blueprint
The scenario blueprint is available at Make
Scenario setup steps
Scenario setup steps
- Select the scenario blueprint provided with this guide
- Open it in Make.com
- Create a new scenario from the blueprint
- Replace any placeholder values if required
- Connect required accounts
- Turn the scenario on
- Trigger the relevant event in ShopWired
ShopWired webhook data
ShopWired webhook data
Webhook event: Customer Created
This webhook fires when a new customer account is created in ShopWired.
Simplified example payload:
{
"timestamp": "2026-01-15T10:22:31Z",
"event": {
"topic": "customer.created",
"subjectType": "customer",
"subjectId": 12345,
"data": {
"object": {
"id": 12345,
"email": "customer@example.com"
}
}
}
}
Required user inputs
Required user inputs
| Field | Description |
|---|---|
| Bouncer connection | Authorise your Bouncer account inside Make.com |
Recommendations
Recommendations
- The scenario runs instantly using a webhook trigger
- The first test requires creating a real customer in ShopWired
- This scenario only verifies the email address and does not update ShopWired records
- Verification timeout is set to 10 seconds in the Bouncer module
- If the webhook is newly created, Make.com may require the scenario to be active before capturing data