SMS Templates (Full Update)

File Naming Convention

TGEN_smsTemplates_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
externalIdIntegrator provided unique identifier for the Sms Template. Typically used to map a primary key from a third party system to the Tulip resource.stringNo
subjectSubject of the Sms TemplatestringNo
nameName of the Sms TemplatestringNo
contentContent of the Sms TemplatestringYes
languageCodeThe language code of the Sms TemplatestringNo
categoryThe category in which the Sms Template belongsstringNo
storesList of associated StoresarrayNo
stores[0].externalIdIntegrator provided unique identifier for the store. Typically used to map a primary key from a third party system to the Tulip resource.stringYes
stores[0].disabledBoolean dictating if store is disabled (true or false)booleanNo
stores[0].nameName of the storestringYes
stores[0].businessEntityNameBusiness entity name of the storestringNo
stores[0].addressAddress of the storestringYes
stores[0].cityCity of the storestringNo
stores[0].postalCodePostal code of the storestringYes
stores[0].zoneCodeZone code of the store: The ISO-3166-2 region code (including the country code portion) for the state/province/regionstringNo
stores[0].countryCodeCountry ISO code in ISO-3166-1 alpha-3 formatstringYes
stores[0].latitudeLatitude of the storestringNo
stores[0].longitudeLongitude of the storestringNo
stores[0].taxDivisionTax Division of the storestringNo
stores[0].taxProviderTax Provider of the store - use an ID from the tax provider APIstringNo
stores[0].remotePayAdyenMerchantAccountRemote Pay Adyen Merchant AccountstringNo
stores[0].onlineStoreOnline store associated with this store.stringNo
stores[0].emailAddressEmail Address of the storestringNo
stores[0].phoneNumberPhone number of the store (E.164 standard)stringNo
stores[0].mobilePhoneNumberMobile phone number of the store (E.164 standard)stringNo
stores[0].receiptLanguageCodeLanguage code to use for receipts from this storestringNo
stores[0].districtUUID of the district associated with this store.stringNo
stores[0].timeZoneTime zone in IANA format this store is instringNo
stores[0].settingsN/AmixedYes
stores[0].settings.runnerEnabledBoolean dictating whether runner is enabled for the store (true or false)booleanNo
stores[0].settings.liveConnectEnabledBoolean dictating if store has live connect enabled (true or false)booleanNo
stores[0].settings.fulfillFromMultipleStoresEnabledBoolean dictating if store is fulfilled from multiple stores (true or false)booleanNo
stores[0].settings.conditionalOrderFlowEnabledBoolean dictating if conditional order flow is enabled for the store (true or false)booleanNo
stores[0].settings.twilioCallingEnabledBoolean dictating if Twilio calling is enabled for the store (true or false)booleanNo
stores[0].settings.clientelingLoginEnabledBoolean dictating if this store is able to be logged into for the Clienteling appbooleanNo
stores[0].settings.checkoutLoginEnabledBoolean dictating if this store is able to be logged into for the Checkout appbooleanNo
stores[0].settings.useStoreDetailsToSendEmailBoolean dictating whether store name and email will be used as for the From/Sender details when sending an email (true or false). If false, the associate name and email will be usedbooleanNo
stores[0].settings.pendingCustomerFlowEnabledWhether pending customer flow is enabled for this store or notstringNo
stores[0].hoursN/AmixedYes
stores[0].hours.mondayN/AmixedYes
stores[0].hours.monday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.monday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.tuesdayN/AmixedYes
stores[0].hours.tuesday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.tuesday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.wednesdayN/AmixedYes
stores[0].hours.wednesday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.wednesday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.thursdayN/AmixedYes
stores[0].hours.thursday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.thursday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.fridayN/AmixedYes
stores[0].hours.friday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.friday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.saturdayN/AmixedYes
stores[0].hours.saturday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.saturday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.sundayN/AmixedYes
stores[0].hours.sunday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.sunday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].storeTypeUnique Tulip identifier of the store typemixedNo
stores[0].storeType.externalIdIntegrator provided unique identifier for the store. Typically used to map a primary key from a third party system to the Tulip resource.stringYes
stores[0].storeType.nameName of the store typestringYes
stores[0].attributesArray of Attribute Values associated with this storearrayNo
stores[0].attributes[0].valueValue of the attribute, this will be any type casted to string but supports all basic typesmixedYes
stores[0].attributes[0].nameExternal ID of the attributestringYes
stores[0].attributes[0].languageExternalIdExternal ID of the language, defaults to englishstringYes
stores[0].attributes[0].typeTulip Attribute TypestringYes
stores[0].catalogsArray of catalog IDs (UUIDs or External IDs) associated with this storearrayNo
storeGroupN/AmixedNo
storeGroup.externalIdThe external identifier of the store groupstringNo
storeGroup.typeType of the store groupstringNo
storeGroup.nameName of the store groupstringNo
storeGroup.descriptionDescription of the store groupstringNo
storeGroup.rulesRules for membership in the store group. Valid keys: countryCode, disabled, district and storeTypeobjectNo

Sample CSV

See the following smsTemplates CSV sample file.

smsTemplates Sample 1