diff --git a/src/assets/images/infoLight.svg b/src/assets/images/infoLight.svg
new file mode 100644
index 000000000..5ccc7eade
--- /dev/null
+++ b/src/assets/images/infoLight.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/src/common/HelpData.tsx b/src/common/HelpData.tsx
index c6a90a4d8..4bd0ea9b3 100644
--- a/src/common/HelpData.tsx
+++ b/src/common/HelpData.tsx
@@ -1,5 +1,5 @@
export interface HelpDataProps {
- heading: string;
+ heading: any;
link?: string;
}
@@ -106,3 +106,26 @@ export const assistantsInfo: HelpDataProps = {
'Assistants can call OpenAI’s models with specific instructions to tune their personality and capabilities. Assistants can access multiple tools in parallel. Assistants can access files in several formats as part of their creation. When using tools, Assistants can also create files (e.g., images, spreadsheets, etc) and cite files they reference in the Messages they create.',
link: 'https://glific.github.io/docs/docs/Integrations/RAG%20using%20OpenAI%20file%20search%20assistant', // Replace with the actual Glific documentation link
};
+
+export const templateStatusInfo: HelpDataProps = {
+ heading: (
+
+
+ Submitted: The template is under review and can take up to 24 hours. This status indicates that the
+ template has not yet been approved or rejected.
+
+
+ Approved: The template has passed review and can be used to notify customers. This status indicates that
+ the template meets all necessary criteria and policies.
+
+
+ Rejected: The template has failed to be reviewed due to violations of the approval criteria. This status
+ requires revising and resubmitting the template.
+
+
+ Failed: The template has failed the review process at Gupshup's end
+