Get Email Template
Allows you to retrieve the details of an email template by passing the “contentTemplateId”.
You can find the “contentTemplateId” by –
- Navigating to the Email Library page in your LeadSquared account.
- Clicking on any email template in the grid.
- Capturing the contentTemplateId from the url.

API URL
URL Parameters
| Parameter | Description |
|---|---|
| ContentTemplateId | The id of the template you want to retrieve. |
Response
{
"ContentTemplateId":"524d0530-ef32-11e5-b61b-22000aa8e760",
"ContentTemplateAutoId":10116,
"Name":"Announcing events (for event companies or for announcing seminars) - IT Services/ Software & Internet (B2B) Email Templates",
"Description":"Announcing events (for event companies or for announcing seminars)",
"Type":2,
"Subject":"[Free Seminar] Discuss business strategy with [expert name] from [Company] this Saturday!",
"Content_Html":"Hi @{Lead:FirstName,}|| fallback : there, As part of our monthly expert series, we are holding a [workshop/seminar/webinar] on [topic_name] on [date]. Instructors [Expert Name 1] and [Expert Name 2] will conduct a full day, hands-on, workshop where they will cover the basics of [Topic]. The session will start by [10AM] at the ‘ ‘. [link of location] Pre-requisite for the event include: u0009Prior knowledge on [concept_name] u0009Bringing your own laptop and android device u0009Registering on or before [date] To register or for more details: [link] Looking forward to meeting you there, @{Sender:FirstName ,}",
"Content_Text":"Hi @{Lead:FirstName,}|| fallback : there,u000au000aAs part of our monthly expert series, we are holding a [workshop/seminar/webinar] on [topic_name] on [date].u000au000aInstructors [Expert Name 1] and [Expert Name 2] will conduct a full day, hands-on, workshop where they will cover the basics of [Topic].u000au000aThe session will start by [10AM] at the ‘ ‘. [link of location]u000au000a- Pre-requisite for the event include:u000a- Prior knowledge on [concept_name]u000a- Bringing your own laptop and android device Registering on or before [date]u000au000aTo register or for more details: [link]u000au000aLooking forward to meeting you there,u000au000a@{Sender:FirstName ,}",
"Layout":"",
"Subject_Published":"[Free Seminar] Discuss business strategy with [expert name] from [Company] this Saturday!",
"Content_Html_Published":"Hi @{Lead:FirstName,}|| fallback : there, As part of our monthly expert series, we are holding a [workshop/seminar/webinar] on [topic_name] on [date]. Instructors [Expert Name 1] and [Expert Name 2] will conduct a full day, hands-on, workshop where they will cover the basics of [Topic]. The session will start by [10AM] at the ‘ ‘. [link of location] Pre-requisite for the event include: u0009Prior knowledge on [concept_name] u0009Bringing your own laptop and android device u0009Registering on or before [date] To register or for more details: [link] Looking forward to meeting you there, @{Sender:FirstName ,}",
"Content_Text_Published":"Hi @{Lead:FirstName,}|| fallback : there,u000au000aAs part of our monthly expert series, we are holding a [workshop/seminar/webinar] on [topic_name] on [date].u000au000aInstructors [Expert Name 1] and [Expert Name 2] will conduct a full day, hands-on, workshop where they will cover the basics of [Topic].u000au000aThe session will start by [10AM] at the ‘ ‘. [link of location]u000au000a- Pre-requisite for the event include:u000a- Prior knowledge on [concept_name]u000a- Bringing your own laptop and android device Registering on or before [date]u000au000aTo register or for more details: [link]u000au000aLooking forward to meeting you there,u000au000a@{Sender:FirstName ,}",
"Layout_Published":"",
"ThumbnailURL":"",
"CanDelete":true,
"StatusCode":1,
"StatusReason":1,
"OwnerId":"83e9461e-7bdb-11e4-9e73-123140026adb",
"OwnerName":"Lakshman Singh",
"CreatedBy":"83e9461e-7bdb-11e4-9e73-123140026adb",
"CreatedByName":"Lakshman Singh",
"CreatedOn":"/Date(1458543511000+0000)/",
"ModifiedBy":"83e9461e-7bdb-11e4-9e73-123140026adb",
"ModifiedByName":"Lakshman Singh",
"ModifiedOn":"/Date(1458543511000+0000)/",
"Total":1,
"ContentFooter":"u000du000a u000du000au000du000au000du000aOur mailing address is:u000du000au000du000a@{Account:CompanyName ,}, @{Account:Street1 ,}, @{Account:Street2 ,}, @{Account:City ,}, @{Account:Zip ,}, @{Account:Country ,}u000du000au000du000au000du000a View in browser Unsubscribe u000du000a",
"StatusText":"Published"
}
HTTP Response Codes
| Code | Description |
|---|---|
| 200 OK | This is the status code for successful API call. |
| 401 Unauthorized | The API call was made with invalid access credentials. Check your AccessKey and SecretKey. |
| 400 Bad Request | The message body on the request is not as per API specification. Make sure that content type is set to “application/json” and the JSON body has correct attribute names and structure. |
| 404 Not Found | The API could not be found. Please check the API signature. |
| 429 Too Many Requests | API calls exceeded the limit of 25 in 5 second(s) |
| 500 Internal Server Error | The API called failed. There could be many reasons for it. Check the exception message to get more details. |

