{
"teamId": "team_123",
"name": "Pricing - ask",
"platformScope": "INSTAGRAM",
"definition": {
"trigger": {
"type": "DM_RECEIVED",
"platform": "INSTAGRAM",
"socialAccountId": "sa_789",
"keywords": ["price", "pricing", "how much"],
"actionDelaySeconds": 3
},
"steps": [
{
"type": "SEND_MESSAGE",
"message": {
"text": "Happy to help! Which plan are you looking at?",
"quickReplies": [
{ "id": "qr-starter", "label": "Starter", "payload": "PLAN_STARTER" },
{ "id": "qr-pro", "label": "Pro", "payload": "PLAN_PRO" },
{ "id": "qr-human", "label": "Talk to a human", "payload": "HUMAN" }
]
}
}
]
}
}