+
+
+
Gmail (via Composio)
+
+ Connect Gmail to unlock email search, drafting, and automations inside OpenPoke.
+
+
+
+ {gmailConnected ? 'Connected' : 'Not connected'}
+
+
+
+ {gmailConnected ? (
+
+
+
Connected account
+
{gmailEmail || 'Email unavailable'}
+
+ {gmailProfileDetails.length > 0 && (
+
+ {gmailProfileDetails.map((item) => (
+
+
- {item.label}
+ - {item.value}
+
+ ))}
+
+ )}
+ {gmailStatusMessage && (
+
{gmailStatusMessage}
+ )}
+
+ ) : (
+
+ {gmailStatusMessage || 'Complete the connection to view your Gmail account details here.'}
+
+ )}
+
+
+
+
+ {gmailConnected && (
+
+ )}
+
+