Source: factory.webhook/ObjHookWorkflow.py
Webhook handler that triggers a named workflow
from the incoming payload.
| Method | Signature | Description |
|---|---|---|
| Process | Process(payload: str = '', webhook_code: str = '', param_1: str = '', param_2: str = '', param_3: str = '', param_4: str = '', param_5: str = '', param_6: str = '', param_7: str = '', param_8: str = '') -> dict |
Process the webhook payload and execute the |