How to Create a Custom Flow for Resubscribing Contacts
Tall Bob Support
|
24 steps
|
3 minutes
Klaviyo
Tallbob
Creating the Resubscribe Flow
1
Navigate to [https://www.klaviyo.com/flows?page=1](https://www.klaviyo.com/flows?page=1)
2
Click 'Create flow' then click 'Build your own'.
3
Give your flow a name e.g. SMS Resubscribe, and click 'Create Flow'
4
Click 'All triggers'
5
Click on 'Metric'
6
Next, search for the 'Subscribed to SMS Marketing' metric
7
Click to select it.
8
Next click 'Save'
9
Then click 'Confirm and save'
10
Drag and drop the 'Webhook' option into your flow.
11
Give your webhook a name such as 'Resubscribe in Tall Bob'
12
Click the 'Destination URL' field and enter <https://api.tallbob.com/v2/opt-out/mobile>
13
Click the 'Key' field and enter 'Authorization'. Then add your Basic Auth Header to the 'Value' field. You can find this in the<https://app.tallbob.com/manage_api> section of Tall Bob.
14
Click 'Add header' and add a key with the wording 'Content-Type'. Then set the 'Value' as 'application/json'
15
Clear out the text in the JSON body field and replace it with:\ \ {\ "mobile": "[[ person.phone_number ]]",\ "type": "opt-in"\ }
Removing the Tall Bob Unsubscribe Value
You may want to add an additional step to remove the tb_unsubscribe property from your Klaviyo customer profiles.
16
Drag and drop the 'Profile property update' into your flow
17
Click 'Add step'
18
Select 'Update existing property'
19
Select 'Delete existing property'
20
Click the 'Select a property' dropdown menu
21
Select 'tb_unsubscribe'
22
Click 'Save'
23
Then click 'Close'
24
Ensure each stage of your flow is set to 'Live'
That's it! You're all done, now you just need to save your flow and make it active. Any customers that resubscribe will be removed from the Tall Bob opt-out list and can receive SMS and MMS messages again via Tall Bob.