The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Template 4 - Payment Success Airtable Customer Record",
"nodes": [
{
"id": "1",
"name": "Nomba Trigger",
"type": "n8n-nodes-base.nombaTrigger",
"typeVersion": 1,
"position": [
220,
300
],
"parameters": {
"events": [
"payment_successful"
],
"verifySignature": true
}
},
{
"id": "2",
"name": "Create Customer Record",
"type": "n8n-nodes-base.airtable",
"typeVersion": 2,
"position": [
520,
300
],
"parameters": {
"operation": "create",
"table": "Customers"
}
}
],
"connections": {
"Nomba Trigger": {
"main": [
[
{
"node": "Create Customer Record",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Template 4 - Payment Success Airtable Customer Record. Uses nombaTrigger, airtable. Event-driven trigger; 2 nodes.
Source: https://github.com/Mozzicato/NOMBA-FLOW/blob/de0bf4c93db13bcf221b22b2249170b3be7a40e2/examples/templates/template-4-payment-success-airtable-customer.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Send Airtable Data As Tasks To Trello. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.
Store the output of a phantom in Airtable. Uses manualTrigger, phantombuster, airtable. Event-driven trigger; 4 nodes.
CFP Selection 2. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.
Wise Airtable. Uses wiseTrigger, wise, airtable. Event-driven trigger; 4 nodes.
Getresponse Airtable. Uses airtable, getResponseTrigger. Event-driven trigger; 3 nodes.