Actions43
- 用户标签 Actions
- 用户 Actions
- 模板 Actions
- 发布 Actions
- 其他 Actions
- 菜单 Actions
- 素材 Actions
- 草稿 Actions
- 评论 Actions
Overview
This node interacts with the Wechat Official Account platform, specifically allowing users to manage templates. The "删除模板" (Delete Template) operation enables users to delete a specific template message by its ID from their public account. This is useful for maintaining and cleaning up unused or outdated message templates in the official account.
Practical scenarios include:
- Removing deprecated notification templates that are no longer relevant.
- Managing template lifecycle by deleting templates after campaigns end.
- Ensuring compliance by removing templates that should no longer be used.
Properties
| Name | Meaning |
|---|---|
| 模板ID | The ID of the template message under the public account, including category template IDs. |
Output
The node outputs an array of JSON objects corresponding to each input item processed. Each output JSON object represents the result of the delete operation for the given template ID. If an error occurs during deletion, the output will contain an error message describing the failure.
No binary data output is involved.
Dependencies
- Requires an API key credential for authenticating with the Wechat Official Account platform.
- The node depends on the Wechat Official Account API being accessible and the provided template ID being valid.
- No additional external services beyond the Wechat Official Account API are required.
Troubleshooting
Common issues:
- Invalid or missing template ID: The node requires a valid template ID; otherwise, the API call will fail.
- Authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
- Network or API downtime: Temporary connectivity issues may cause failures.
Error messages:
- Errors returned from the API will be captured and included in the output as error messages.
- If the node is set to continue on failure, it will output error details per item instead of stopping execution.
- To resolve errors, verify the template ID exists, check API credentials, and ensure network connectivity.