GetResponse
GetResponse is a platform for email marketing and marketing automation, commonly used by ecommerce businesses to manage subscriber lists, send campaigns, and automate customer communications.
Key features include:
- Email campaign creation and scheduling
- Marketing automation workflows
- Contact and list management
- Segmentation and tagging
- Transactional and behavioural email triggers
This Make.com scenario uses a ShopWired webhook to send order data to GetResponse and create a contact when an order is finalised.
This scenario allows:
- Triggering when an order is finalised in ShopWired
- Sending customer data to Make.com
- Creating a contact in a selected GetResponse campaign
Prerequisites
Prerequisites
- You will need a Make account
- You will need a GetResponse account
Scenario blueprint
Scenario blueprint
The scenario blueprint is available using the Public scenario link
Modules used in this scenario in execution order:
- ShopWired Order Finalised
- Create Contact in GetResponse
This scenario uses Make.com app modules.
This scenario uses a webhook trigger.
Scenario setup steps
Scenario setup steps
- Select the scenario blueprint provided with this guide
- Open it in Make
- 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
This scenario is triggered by the following webhook event:
order.finalized
Example payload:
{
"event": {
"topic": "order.finalized",
"data": {
"object": {
"id": 123456,
"createdAt": "2024-01-01T12:00:00Z",
"shippingAddress": {
"name": "John Smith",
"emailAddress": "customer@example.com"
}
}
}
}
}
Required user inputs
Required user inputs
| Input | Description |
|---|---|
| Connection authorisation | Connect your GetResponse account |
| Webhook URL configuration | Configure the webhook in ShopWired |
Recommendations
Recommendations
- This scenario creates a new contact for each order received
- Duplicate contacts will cause an error if the email already exists in the selected campaign
- Consider adding logic to handle existing contacts if required
- Test the scenario using a real ShopWired order to ensure the webhook is triggered correctly
- Ensure the selected GetResponse campaign is active and correctly configured