KD
Kevin Dufraisse
Created Feb 02, 2023Unicity & GS extension
What you need:
A Gmail Account
527
11
Create a "make a request" with a HTTP Module and fulfill this parameter:Use this URL in POST: https://api.unicity.chat/api/send?api_key=YOUR_API_KEY
And this body :
{
"csrfToken": "YOUR-TOKEN",
"li_at": "YOUR-LI_AT",
"receiverUrn": "URN_LINKEDIN_LEADS",
"voiceMessageUrl": "YOUR_MP3_FILE",
"textMessage":"YOU_MESSAGE" //leave empty if no desired
}

In the HTTP request module in Make, replace YOUR-TOKEN by your value in the body Raw (eg: Ajax:2344324234) :
{
"csrfToken": "Ajax:2344324234",
"li_at": "YOUR-LI_AT",
"receiverUrn": "URN_LINKEDIN_LEADS",
"voiceMessageUrl": "YOUR_MP3_FILE",
"textMessage":"YOUR_MESSAGE" //leave empty if no desired
}

In the HTTP request module in Make, replace YOUR-LI_AT by your value in the body Raw (eg: ARARO29492NRZ9RNDfdsfsdqfsqdfdsqfdsqfsd2D)
{
"csrfToken": "Ajax:2344324234",
"li_at": "ARARO29492NRZ9RNDfdsfsdqfsqdfdsqfdsqfsd2D",
"receiverUrn": "URN_LINKEDIN_LEADS",
"voiceMessageUrl": "YOUR_MP3_FILE",
"textMessage":"YOU_MESSAGE" //leave empty if no desired
}

Here i stored my mp3 on my website: https://unicity.chat/unicity.mp3
I started record in MP4 and convert it in MP3 by using an online converter

Well done!
Create how-to guides like this in a snap. Get Tango now.