Sending an MMS with Klaviyo Webhooks | Scribe

    Sending an MMS with Klaviyo Webhooks

    • Tall Bob |
    • 0 step |
    • 5 minutes

    Part 1 - Creating your MMS Flow

    Start by heading into your Klaviyo interface. We'll start there, and move over to Tall Bob for a short time.
    Let's start by navigating to [www.klaviyo.com/flows](http://www.klaviyo.com/flows)
    Head to "Create Flow".
    And choose to "Create From Scratch". Trust us, it's easier than you think!
    Type the name of your Flow at Name (we recommend keeping a common naming convention across your team). And, click "Create Flow"
    Your first trigger is your Segment. So, select your Segment - this does assume you've already set up your Segment (such as "Purchased Last 14 days") and click "Done". That's Trigger 1, done.
    Trigger 2 is your Webhook\ So, drag and drop the "Webhook" option below the first trigger. Click on the added trigger to view the webook options
    Here's where you may cringe, but stick with it. Click this Destination URL Field and enter [api.tallbob.com/v2/mms/send](http://api.tallbob.com/v2/mms/send) Yes - this is the same for everyone. Remember, you've already connected your unique APIs and webhooks.
    Next, and again, trust us - it looks scarier than it is. Click the "Key" field. Type "Content-Type" Then Enter "application/json" in the value field
    Click Add Header. Click the "Key" field and add a new header "Authorization" and include your Basic Authorization value
    If you're not sure what your Basic Authorization Value is, or need a refresher we've got you covered [https://scribehow.com/shared/Sending_Plain_SMS_with_Klaviyo_Webhooks__VC1o7zrKSjGsmD_R-xXuMg](https://scribehow.com/shared/Sending_Plain_SMS_with_Klaviyo_Webhooks__VC1o7zrKSjGsmD_R-xXuMg)
    Click the JSON Body section and replace it with the following: { "to": "{{{{ person.phone_number }}}}", "from": "", "url": "", "subject": "", "message": "" }
    Ok so we are going to take a short break now and jump out of Klaviyo into your Tall Bob account

    Part 2 - Uploading your Media Content

    Now you need to access the Media Library section, you can click [https://app-2.tallbob.com/documents/browse_documents](https://app-2.tallbob.com/documents/browse_documents) to go directly to it
    Now Click the Browse button, select the media file you want to use in your MMS and then Click Start to upload it
    Make sure you Upload your Media to a folder under your 'Public' directory, otherwise your MMS may not be able to send properly
    Next find the image you uploaded under your Public Directory
    Double click it to open, and then copy the URL from the window
    This Scribe is in tip-top shape!Leave feedback if there are any issues with this Scribe