Source: factory.service/package.core/ObjServiceChannel360.py
| Method | Signature | Description |
|---|---|---|
| build_components | build_components(body_params: Optional[List[str]] = None, header_image_url: Optional[str] = None, header_video_url: Optional[str] = None, buttons: Optional[List[Dict[str, Any]]] = None) -> List[Dict[str, Any]] |
|
| send_template | send_template(destination: str, template_name: str, language_code: str, components: Optional[List[Dict[str, Any]]] = None, tags: Optional[Dict[str, Any]] = None, timeout: int = 20, max_retries: int = 5) -> Dict[str, Any] |
Send a WhatsApp TEMPLATE message. |
| send_from_context | send_from_context(ctx: Dict[str, Any]) -> Dict[str, Any] |
Extracts common keys from your workflow context and sends the template. |
| get_queue | get_queue(limit = 200, dry_run = False) |
|
| Connect | Connect() |
|
| run_workflow_direct | run_workflow_direct(Guid, Param1 = '', Param2 = '', Param3 = '') |