Publish Template
+ ++ {step === 'provider' ? 'Complete Provider Details' : 'Publish Template'} +
- Provide your DLT details and a test number to publish: + {step === 'provider' + ? 'Save the missing mandatory provider fields on the bound cURL profile before publishing.' + : 'Provide the DLT template ID and destination number to complete publish.'}
-+
{template.eventLabel || template.eventSlug.replace(/_/g, ' ')}
+ {profile && ( ++ Bound Profile: {profile.name} +
+ )} {error && (Provider Configuration
-Save your DLT-approved sender details so the extension can dispatch SMS via your vendor.
+Edit the provider details stored on the active cURL profile.
+ {activeProfile && ( ++ Active Profile: {activeProfile.name} +
+ )}Templates
Track whitelisting status and test your SMS templates.
@@ -65,7 +72,6 @@ export default function Templates() {