POST
P5 Ai Email

Text

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 emails copy/personalized lines/ps... from a "Ai Email" 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 text.
firstNamestringThe name of the person you create personalized text for
companyNamestringThe name of the company you create personalized text for
customstringAn additional specific variable you can use to create personalized text

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 personalized text

Inside the placeholder object you will receive:

ParametersTypeDescription
statusstringThe status of the personalized text, "pending" meaning that the text are in the creation process
datestringThe date when the personalized text process started
originUrlstringThe originUrl you use for your personalized text
firstNamestringThe firstName you use for your personalized text
companyNamestringThe companyName you use for your personalized text
customstringThe custom variable you use for your personalized text
emailstringThe email you use for your personalized text
typestringTo help you filter automation, this variable will always be equal to "email"
templateNamestringTo help you filter automation, this variable will always be equal to your selected template name

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
fullRepliqEmailstringThe result text that was generated for you
statusstringThe status of the process, "pending" meaning that the personalized text is in the creation process
datestringThe date when the personalized text process started
originUrlstringThe url you used for your personalized text
firstNamestringThe firstname you used for your personalized text
companyNamestringThe companyName you used for your personalized text
customstringThe custom variable you used for your personalized text
emailstringThe email you used for your your personalized text
typestringTo help you filter automation, this variable will always be equal to "email"
templateNamestringTo help you filter automation, this variable will always be equal to your selected template name

RepliQ API Docs