Interface WhatsAppSignupCallback.Builder

  • Method Details

    • accessToken

      WhatsAppSignupCallback.Builder accessToken(String accessToken)

      The access token for your WhatsApp Business Account. The accessToken value is provided by Meta.

      Parameters:
      accessToken - The access token for your WhatsApp Business Account. The accessToken value is provided by Meta.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • callbackUrl

      WhatsAppSignupCallback.Builder callbackUrl(String callbackUrl)

      The URL where WhatsApp will send callback notifications for this account.

      Parameters:
      callbackUrl - The URL where WhatsApp will send callback notifications for this account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.