POST
P5 Icebreaker

Icebreaker

https://api.repliq.co/v2/launchTemplate

Requirements

On each request you need to provide your Bearer authentication token. See the Authentication section for more details.

AuthorizationBearer Token
Token<token>

POST /launchTemplate

This API call launch a request to generate personalized lines from a "Icebreaker" RepliQ template. See RepliQ dashboard (opens in a new tab) about the options you have access for this type of template.

Mandatory Parameters

On each request, this endpoint requires the following parameters:

ParametersTypeDescription
templateIdstringThe id of the template you want to use. Id can be found on here (opens in a new tab)
urlstringThe url of the website you want to use to create personalized lines.
firstNamestringThe name of the person you create personalized lines for

Optional Parameters

Here is the list of optional parameters you can use with this endpoint to control the personalized lines generation:

ParametersTypeDescription
emailstringThe account email you want to send those personalized lines to.
webhookstringAttach a webhook url that will trigger when the personalized lines are ready for you to use. You cannot use multiple url. Zapier, make or pabbly webhooks are automaticaly added, so no need to include them in the request.

Response Parameters

Depending of the traffic, personalized lines gets generated in around 1min. Following is the list of parameters you will receive in the response if you get a 200 status code:

ParametersTypeDescription
idstringThe id of the personalized lines that are being generated
placeholderobjectVarious data that you can use as placeholder before the personalized lines are ready for you to use as well as data you provided when doing your video

Inside the placeholder object you will receive:

ParametersTypeDescription
statusstringThe status of the personalized lines, "pending" meaning that the personalized lines are in the creation process
datestringThe date when the personalized lines process started
originUrlstringThe originUrl you use for your personalized lines
firstNamestringThe firstName you use for your personalized lines
emailstringThe email you use for your personalized lines
typestringTo help you filter automation, this variable will always be equal to "icebreaker"

Webhook Response Parameters

If you have attached a webhook url to your request OR you are using Zapier / Make or Pabbly automation trigger, you will receive the following response on a successfull request:

ParametersTypeDescription
idstringThe id of your process
openingLinestringThe opening line icebreaker that was generated for you
deliverVideoLinestringThe deliver video line that was generated for you
ctaLinestringThe cta line that was generate for you
icebreakerSuccessstringIf the icebreakers have been generated correctly, the response will be "YES", otherwise "NO"
websiteTitlestringThe title of the website you have generated icebreakers for
websiteDescriptionstringThe description of the website you have generated icebreakers for
websiteImagestringThe main image of the website url you have generated icebreakers for
statusstringThe status of the video, "pending" meaning that the video is in the creation process
datestringThe date when the icebreakers process started
originUrlstringThe url you use for your icebreakers
firstNamestringThe firstname you use for your icebreakers
emailstringThe email you use for your video
typestringTo help you filter automation, this variable will always be equal to "icebreaker"
templateNamestringTo help you filter automation, this variable will always be equal to your selected template name

RepliQ API Docs