You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
575 B
23 lines
575 B
export const howItWorksContent = [
|
|
{
|
|
title: 'Step 1: Download The Android App from textbee.vernu.dev/android',
|
|
description:
|
|
'',
|
|
},
|
|
{
|
|
title: 'Step 2: Generate an API Key from the dashboard',
|
|
description:
|
|
'',
|
|
},
|
|
{
|
|
title:
|
|
'Step 3: Scan the QR/ enter your api key manually and enable the gateway app',
|
|
description:
|
|
'',
|
|
},
|
|
{
|
|
title: 'Step 4: Start sending',
|
|
description:
|
|
'You can now send SMS from the dashboard. or visit the API docs at https://api.textbee.vernu.dev to send SMS programatically',
|
|
},
|
|
]
|