Short answer: Drop the "Keap → Keap Opportunity Added" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Keap, not on a polling schedule.
Drop it on the canvas. Configure a couple of fields. Publish.
You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.
{"api_url": "https://api.infusionsoft.com/crm/rest/v1/contacts/19","event_key": "contact.add","object_id": "19","object_type": "contact"}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| api_url | string | "https://api.infusionsoft.com/crm/rest/v1/contacts/19" |
| event_key | string | "contact.add" |
| object_id | string | "19" |
| object_type | string | "contact" |
One trigger. 2+ downstream actions. Zero glue.