GETDisponible

    Obtener plantillas

    Operación autenticada de la API de BeepCall.

    https://app.beepcall.ai/api/user/whatsapp/senders/{senderId}/templates

    Parámetros

    Authorization*headerBearer tokenClave de API de BeepCall.
    senderId*pathintegerIdentificador senderId.

    * Obligatorio

    Ejemplo de solicitud

    curl -X GET "https://app.beepcall.ai/api/user/whatsapp/senders/1/templates" \
      -H "Authorization: Bearer YOUR_API_KEY"

    Respuesta

    json
    {
      "data": [
        {
          "id": 45,
          "name": "appointment_reminder",
          "language": "en",
          "category": "utility",
          "status": "approved",
          "body_text": "Hi {{1}}, this is a reminder for your appointment on {{2}} at {{3}}. Reply YES to confirm or NO to reschedule.",
          "variables": [
            "customer_name",
            "date",
            "time"
          ],
          "has_variables": true
        },
        {
          "id": 46,
          "name": "welcome_message",
          "language": "en",
          "category": "marketing",
          "status": "approved",
          "body_text": "Welcome to Acme Corp! We're excited to have you. How can we help you today?",
          "variables": [],
          "has_variables": false
        }
      ]
    }

    Errores habituales

    404