For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send SMS via Webhook (Bizppurio)

You can create a webhook campaign by referring to the API provided by the provider. Let's explore the case of creating a webhook using the

Bizppurio Message Send API.

Want to send text messages directly instead of using a webhook?

Learn about Hackle Text Messages 👉

URL Settings

First, enter the HTTP method and URL according to the Bizppurio message send API.

Header Settings

Click the 'Add' button in the Headers tab and configure the Key and Value as follows.

Personalization was used to dynamically add the token information type and accesstoken issued by Bizppurio for each send target user.

Key: Authorization

Value: {{user_properties.authorization_type}} {{user_properties.access_token}}

📘 Using Personalization

Just like writing a personalized message by clicking {...}, you can use already-stored user and event properties to dynamically inject user-specific token values, etc., which can be used when configuring webhook message campaigns, as shown in the example above.

Body Settings

Click the Body tab and write the Request Body in JSON format as follows.

SMS Delivery Body Sample

📘 Using Personalization

Just like writing a personalized message by clicking {...}, you can use already-stored user and event properties to dynamically inject user-specific phone numbers, etc., which can be used when configuring webhook message campaigns, as shown in the example below.

Target Settings

Configure the cohort to be the webhook send target.

Summary

Now save the webhook campaign settings. You can see the following summary.

Send Settings

Now activate the webhook campaign through the send settings.

In the send settings screen, you can check information about the estimated send target.

Configure the send type and customer fatigue management, then click 'Start' to activate the campaign.

Complete

The Bizppurio webhook campaign activation is complete.

Check the statistics section to track the campaign's performance.

Last updated