Class WhatsappCodelessWorkflow

All Implemented Interfaces:
Jsonable

public final class WhatsappCodelessWorkflow extends Workflow
Defines properties for sending a verification code to a user over WhatsApp using an interaction prompt, where the user selects "Yes" or "No" to verify. See the WhatsApp Interactive guide for an overview of how this works.

You must have a WhatsApp Business Account configured to use the from field, which is now a requirement for WhatsApp workflows.

  • Constructor Details

    • WhatsappCodelessWorkflow

      Deprecated.
      This no longer works and will be removed in a future release.
      Constructs a new WhatsApp interactive verification workflow.
      Parameters:
      to - The number to send the verification prompt to, in E.164 format.
    • WhatsappCodelessWorkflow

      Constructs a new WhatsApp interactive verification workflow.
      Parameters:
      to - The number to send the verification prompt to, in E.164 format.
      from - The WhatsApp Business Account number to send the message from, in E.164 format.
      Since:
      8.3.0
  • Method Details