Flows
How to integrate to SEEN using Flows.
In the following example, we will be sending users data to SEEN for video generation using Flows, and receiving data back from SEEN.
This example uses the Flows’ native SEEN app to send data to SEEN, and a Manual Trigger to receive data back to Flows.
Prerequisites: Flows account
Send data to SEEN
- Create a SEEN app connection
- Click on Apps ⇒ App marketplace and search for SEEN
- Click on “Add connection”
- Give your connection a name
- Enter your SEEN token* under “Connection Parameters” and save
*You will receive your token from SEEN
- Create a new Flow
- Choose “Start Type” ⇒ “Manual”
- Add all the datapoints you will be sending to Flows and using in your video campaign under “Parameters”
- In this example: “first_name”, “last_name”, “customer_id” and “email”
- Make sure these values match the Keys in the payload you are sending to Flows.
- Click on “Add Stage”, and choose “SEEN” under “App Library”
- Choose the latest App version
- Choose the connection you created previously
- Add your campaign_slug as the “CAMPAIGNID” **
- Choose the rest of the parameters using the dropdown menu on the right side of the input fields:
** You will receive your campaign_slug from SEEN
- You can now test the connection by using the “Test Suite” function in Flows
- If everything worked as expected, you can now enable the flow.
Receive data back from Flows
- Share your Flow ID and access token with SEEN in a safe manner.
- You will find your Flow ID in Flow Overview
- You will find your access token in your Workspace Settings.
- Add the fields you wish to receive in the Manual Trigger-Stage.
- “landing_page_url”, “email_thumbnail_url” and “customer_id” in this example.
If you are using a custom callback payload instead of the one detailed in our documentation, confirm your payload with SEEN beforehand.
- Add any further Stages to finish up your integration.
Did this answer your question?
😞
😐
🤩
Last updated on October 23, 2024