|
| 1 | +name: salesforce-chat |
| 2 | +title: Salesforce Service Cloud Chat |
| 3 | +organization: gitbook |
| 4 | +description: Add Salesforce Service Cloud Chat to your published GitBook content |
| 5 | +visibility: public |
| 6 | +script: ./src/index.ts |
| 7 | +icon: ./assets/salesforce-icon.png |
| 8 | +previewImages: |
| 9 | + - ./assets/salesforce-visual.png |
| 10 | +externalLinks: |
| 11 | + - label: Documentation |
| 12 | + url: https://help.salesforce.com/s/articleView?id=service.miaw_intro_landing.htm&type=5 |
| 13 | +scopes: |
| 14 | + - site:script:inject |
| 15 | + - site:script:cookies |
| 16 | +contentSecurityPolicy: |
| 17 | + script-src: | |
| 18 | + https://service.force.com |
| 19 | + https://*.force.com |
| 20 | + https://*.salesforce.com |
| 21 | + https://*.salesforce-scrt.com; |
| 22 | + connect-src: | |
| 23 | + https://*.force.com |
| 24 | + https://*.salesforce.com |
| 25 | + https://*.salesforce-scrt.com |
| 26 | + wss://*.salesforce.com |
| 27 | + wss://*.salesforce-scrt.com; |
| 28 | + img-src: | |
| 29 | + data: |
| 30 | + blob: |
| 31 | + https://*.force.com |
| 32 | + https://*.salesforce.com |
| 33 | + https://*.salesforce-scrt.com; |
| 34 | + frame-src: | |
| 35 | + https://*.force.com |
| 36 | + https://*.salesforce.com |
| 37 | + https://*.salesforce-scrt.com; |
| 38 | + style-src: | |
| 39 | + 'unsafe-inline'; |
| 40 | +summary: | |
| 41 | + # Overview |
| 42 | +
|
| 43 | + This integration injects Salesforce Service Cloud Chat into your published GitBook site, enabling a Salesforce support chat for your users. |
| 44 | +
|
| 45 | + # Configure |
| 46 | +
|
| 47 | + Provide the required Salesforce identifiers and URLs from your Embedded Service deployment in Salesforce Setup. |
| 48 | +categories: |
| 49 | + - analytics |
| 50 | +configurations: |
| 51 | + site: |
| 52 | + properties: |
| 53 | + org_id: |
| 54 | + type: string |
| 55 | + title: Salesforce Org ID |
| 56 | + description: The Salesforce Org ID (e.g., 00DxxxxxxxxxxxxXXX) |
| 57 | + messaging_deployment_name: |
| 58 | + type: string |
| 59 | + title: Deployment Name |
| 60 | + description: Name of your Messaging Deployment |
| 61 | + embedded_service_site_url: |
| 62 | + type: string |
| 63 | + title: Embedded Service Site URL |
| 64 | + description: Your Embedded Service site URL (e.g., https://yourdomain.my.site.com/SiteServiceMessagingforWebXXXX) |
| 65 | + scrt2_url: |
| 66 | + type: string |
| 67 | + title: SCRT2 URL |
| 68 | + description: Secure chat resource URL (e.g., https://yourdomain.my.salesforce-scrt.com) |
| 69 | + required: |
| 70 | + - org_id |
| 71 | + - messaging_deployment_name |
| 72 | + - embedded_service_site_url |
| 73 | + - scrt2_url |
| 74 | +target: site |
0 commit comments