Short answer: Drop the "Amplitude → Send Event" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Event Type event_type | string | Required | — |
User ID user_id | string | Optional | — |
Device ID device_id | string | Optional | — |
Event Properties (JSON) event_properties | string | Optional | — |
User Properties (JSON) user_properties | string | Optional | — |
{"event_type": "{{trigger.event_type}}","user_id": "{{trigger.user_id}}","device_id": "{{trigger.device_id}}","event_properties": "{{trigger.event_properties}}","user_properties": "{{trigger.user_properties}}"}
{"code": 200,"events_ingested": 1,"payload_size_bytes": 50,"server_upload_time": 1620000000000}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.