Template Synchronisation
The Template Synchronisation API enables you to trigger the synchronisation of templates from your WhatsApp Business Account (WABA) to the YCloud platform. This API is designed for template migration.
I. Interface instruction
1. Request example:
curl -X POST 'https://api.ycloud.com/v2/whatsapp/templates/{wabaId}/sync' \
-H 'X-API-Key: {{YOUR-API-KEY}}'2. Request payloads:
Parameter name
Type
Is required
Note
Parameter name
Type
Is required
Note
3. Response details
{
"wabaId": "string",
"message": "string"
}Name
Type
Note
II: Interface Specifications
1. Authorisation Verification
2. Frequency Restriction
3. Automatic Retry
4. Error Code
Last updated