Send a link to a form via SMS. When the recipient completes and submits the form, the contents are returned as an HTTP response OR via webhook.
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"
The SMS body sent to the recipient. {{url}} inserts the full form link. {{replyToken}} inserts only the form ID.
Example URL: https://dashboard.pokulabs.com/reply/EniUSmrc_5hisuSf
Example reply token: EniUSmrc_5hisuSf
The title displayed at the top of the form.
An array of fields to display on the form.
The number you want to message, in E.164 format. See supported countries.
A subtitle shown below the title on the form.
URL of your logo, displayed at the top of the form above the title.
Label on the form's submit button.
Defaults to your Poku reserved number. If you don't have one, falls back to a Poku shared number.
You can also bring your own number from Twilio or Messagebird. Configure your credentials on the Integrations page and pass the number here in E.164 format. If it's a US number, it must be approved for A2P texting.
Either this parameter or followUpTime must be supplied.
The number of seconds the API request is held open waiting for the form to be submitted. This is displayed as a countdown on the form. When the window expires, the agent moves on. The recipient can still submit the form within the followUpTime window.
1 <= x <= 60060
Either this parameter or waitTime must be supplied.
After waitTime expires, how long Poku continues to accept a form submission. When the form is submitted within this window, the response is sent to any webhooks you've configured. Once this window closes, the form will show "This form has expired".
1 <= x <= 600006000