Interface WhatsAppEndpointBuilderFactory.WhatsAppBuilders

    • Method Detail

      • whatsapp

        default WhatsAppEndpointBuilderFactory.WhatsAppEndpointBuilder whatsapp​(String path)
        WhatsApp (camel-whatsapp) Send messages to WhatsApp. Category: cloud,api,chat Since: 3.19 Maven coordinates: org.apache.camel:camel-whatsapp Syntax: whatsapp:phoneNumberId Path parameter: phoneNumberId (required) The phone number ID taken from whatsapp-business dashboard.
        Parameters:
        path - phoneNumberId
        Returns:
        the dsl builder
      • whatsapp

        default WhatsAppEndpointBuilderFactory.WhatsAppEndpointBuilder whatsapp​(String componentName,
                                                                                String path)
        WhatsApp (camel-whatsapp) Send messages to WhatsApp. Category: cloud,api,chat Since: 3.19 Maven coordinates: org.apache.camel:camel-whatsapp Syntax: whatsapp:phoneNumberId Path parameter: phoneNumberId (required) The phone number ID taken from whatsapp-business dashboard.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - phoneNumberId
        Returns:
        the dsl builder