Learn how to use the trigger-call slash command to call one workflow from another
/trigger-call url: trigger endpoint URL api key: your authentication key payload: data to send
/trigger-call url: https://api.example.com/trigger/abc123 api key: your-api-key-here payload: {"action": "process", "id": 12345}
/trigger-call url: https://api.example.com/automation/xyz789 api key: secret-key wait: true payload: {"customer": "john@example.com", "operation": "update", "data": {"status": "active"}}
/trigger-call url: https://api.example.com/notify api key: notification-key wait: false payload: {"message": "Task completed", "priority": "high"}