:doc:`EndUserMessagingSocial <../../socialmessaging>` / Client / get_whatsapp_message_template

*****************************
get_whatsapp_message_template
*****************************



.. py:method:: EndUserMessagingSocial.Client.get_whatsapp_message_template(**kwargs)

  

  Retrieves a specific WhatsApp message template.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/socialmessaging-2024-01-01/GetWhatsAppMessageTemplate>`_  


  **Request Syntax**
  ::

    response = client.get_whatsapp_message_template(
        metaTemplateId='string',
        id='string'
    )
    
  :type metaTemplateId: string
  :param metaTemplateId: **[REQUIRED]** 

    The numeric ID of the template assigned by Meta.

    

  
  :type id: string
  :param id: **[REQUIRED]** 

    The ID of the WhatsApp Business Account associated with this template.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'template': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **template** *(string) --* 

        The complete template definition as a JSON string (maximum 6000 characters).

        
  
  **Exceptions**
  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.ValidationException`

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.InvalidParametersException`

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.ThrottledRequestException`

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.InternalServiceException`

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.DependencyException`

  