How to integrate with SMS BUMP

SMS Bump allows you to modify your checkout page (which is scary, but worth it) so that users can opt-in to receive SMS. This allows for SMS abandon carts, shipping notifications, and marketing campaigns. All great things are proven to increase ROI.
Digioh’s SMS Bump integration allows you to push subscribers to your SMS Bump account with pop-up forms, lightboxes, surveys, and quizzes. We will integrate SMS Bump Rest API with Digioh to pass the subscribers.

SMS Bump Integration Requirements

Before setting up your integration, you will need the following parameters from SMS Bump :

  • Client ID  or Store_id
  • Client Secret
  • List ID

How to generate a client secret

Digioh

If you are setting up a Digioh integration by yourself, we first recommend reading about Digioh Integration Basics.

Follow these instructions to integrate with SMSBUMP.

1. Add a New Integration.

2. Set a name in the Friendly Name field.

3. Set API Form Post in Integrations Dropdown.

4. Enter Form Post URL

https://lightboxintegration-dev.azurewebsites.net/yotpo/authentication.php

5. Select JSON Raw in Post Type Dropdown

6. Select Box

7. Click Create Integration.

After clicking Create Integration, you will see the advanced settings page.

8. Configure the Advanced Integration Settings.

– Set the HTTP method to POST

– Add the following JSON in the Integration Template section.

{
"client_id": "t43t43t34t34t34t343t34",
"client_secret": "434534534534534534534534535353",
"phone": "[PHONE]",
"list_id": 3088012,
"vendor_id": "[CUSTOM_50]"
}

NOTE: Update the payload add the client_id, client_secret and list_id 

That’s all, Your SMSBUMP integration is ready to go! We can also integrate SMSBUMP’ other APIS-like Signup Points.

If you have any questions about setting up your SMSBUMP integration, send us an email, and we’ll be glad to help!