Skip to content

Commit 07c41d3

Browse files
committed
Merge branch 'feat/zapier-post-message' into 'main'
feat(Zapier): [RCINT-43841] Add create-post for Zapier See merge request integration/ringcentral-integration-docs!10
2 parents a62f551 + 6e9ffa9 commit 07c41d3

13 files changed

+187
-8
lines changed

docs/index.md

Lines changed: 101 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,110 @@
11
---
22
hide:
33
- navigation
4+
- path
45
- toc
56
---
67

7-
# RingCentral Integration Apps
8+
# Welcome to the home of RingCentral Integrations
89

9-
- [RingCentral Archiver](archiver/index.md)
10-
- [RingCentral for HubSpot](hubspot/index.md)
10+
RingCentral offers premium integrations that seamlessly connect with the industry's most popular platforms, enhancing your business communications and workflows. With integrations for Zendesk, Salesforce, HubSpot, Google, Zapier, Dynamics, and Teams, RingCentral enables you to streamline customer support, sales, and collaboration across your organization. These powerful integrations enhance productivity, improve customer experience, and ensure that your team can communicate effortlessly across all major platforms, creating a unified and efficient ecosystem for your business.
1111

12-
## Other Support Resources
12+
## Explore our solutions
1313

14-
- [RingCentral Support](https://support.ringcentral.com)
15-
- [RingCentral Community](https://community.ringcentral.com)
16-
- [RingCentral Developer Center](https://developer.ringcentral.com)
14+
### CRMs
15+
16+
<div class="grid cards" markdown>
17+
18+
- :simple-hubspot:{ .lg .middle } **Hubspot CTI**
19+
20+
***
21+
22+
Enhance agent productivity by embedding a full telephony experience into HubSpot.
23+
24+
[:octicons-arrow-right-24: Learn more](hubspot/index.md)
25+
26+
- :material-microsoft-dynamics-365:{ .lg .middle } **Microsoft Dynamics CTI**
27+
28+
***
29+
30+
Enhance agent productivity by embedding a full telephony experience into Dynamics 365.
31+
32+
[:octicons-arrow-right-24: Learn more](https://www.ringcentral.com/apps/microsoft-dynamics-365){:target="_blank"}
33+
34+
- :simple-salesforce:{ .lg .middle } **Salesforce CTI**
35+
36+
***
37+
38+
Enhance agent productivity by embedding a full telephony experience into Salesforce.
39+
40+
[:octicons-arrow-right-24: Learn more](https://www.ringcentral.com/apps/salesforce){:target="_blank"}
41+
42+
- :simple-zendesk:{ .lg .middle } **Zendesk CTI**
43+
44+
***
45+
46+
Enhance agent productivity by embedding a full telephony experience into Zendesk.
47+
48+
[:octicons-arrow-right-24: Learn more](https://www.ringcentral.com/apps/zendesk-integration){:target="_blank"}
49+
50+
</div>
51+
52+
### Productivity
53+
54+
<div class="grid cards" markdown>
55+
56+
- :fontawesome-brands-chrome:{ .lg .middle } **Google Chrome**
57+
58+
***
59+
60+
Enhance agent productivity by embedding a full telephony experience into Google Chrome browser.
61+
62+
[:octicons-arrow-right-24: Learn more](https://www.ringcentral.com/apps/google-chrome){:target="_blank"}
63+
64+
- :simple-jira:{ .lg .middle } **Jira Server and Cloud add-in**
65+
66+
***
67+
68+
Embed your Jira workflows directly into team messaging for a seamless task management experience.
69+
70+
[:octicons-arrow-right-24: Learn more](https://www.ringcentral.com/apps/jira-cloud){:target="_blank"}
71+
72+
- :material-microsoft-teams:{ .lg .middle } **Microsoft Teams Embedded app**
73+
74+
***
75+
76+
Enhance agent productivity by embedding a full telephony experience into Microsoft Teams.
77+
78+
[:octicons-arrow-right-24: Learn more](https://www.ringcentral.com/apps/microsoft-teams-dialer){:target="_blank"}
79+
80+
- :simple-zapier:{ .lg .middle } **Workflows powered by Zapier**
81+
82+
***
83+
84+
Connect RingCentral to hundreds of third-party systems with the help of Zapier.
85+
86+
[:octicons-arrow-right-24: Learn more](zapier/index.md)
87+
88+
</div>
89+
90+
### Data archival and compliance
91+
92+
<div class="grid cards" markdown>
93+
94+
- :material-archive:{ .lg .middle } **Archiver**
95+
96+
***
97+
98+
Learn how to archive critical phone call recordings into 3rd-party storage solutions.
99+
100+
[:octicons-arrow-right-24: Learn more](archiver/index.md)
101+
102+
- :material-archive:{ .lg .middle } **Smarsh**
103+
104+
***
105+
106+
Learn how to archive critical phone call recordings into 3rd-party storage solutions.
107+
108+
[:octicons-arrow-right-24: Learn more](archiver/index.md)
109+
110+
</div>

docs/zapier/create-post.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
hide:
3+
- path
4+
- toc
5+
---
6+
7+
# Create Post
8+
9+
## Overview
10+
11+
Use this action to create a post in RingCentral Team Messaging chats.
12+
13+
![create post](./img/create-post.png)
14+
15+
## Configure
16+
17+
1. Select how you want to specify that chat to post to. There are 4 options:
18+
- Use personal chat
19+
- Pick from recent teams
20+
- Enter a conversation link
21+
- Enter a specific chat Id
22+
23+
![how to specify chat](./img/create-post-input-chat.png)
24+
25+
2. If you choose to pick from recent teams, you will see a list of recent teams to choose from. The list is limited to 250 items and support searching within the 250 items. Please note that only teams are included, direct chats and group conversations are not included.
26+
27+
![recent teams](./img/create-post-input-recent-teams.png)
28+
29+
3. If you choose to enter a conversation link, you will be able to see a Conversation Link input field. The simplest way to get the conversation link is to open the conversation in the RingCentral App and copy the link from there.
30+
31+
![conversation link](./img/create-post-input-conversation-link.png){style="max-width:600px"}
32+
33+
4. Then paste that link input the Conversation Link input field.
34+
35+
![paste link](./img/create-post-input-paste-link.png)
36+
37+
5. If you choose to enter a specific chat Id. A Chat Id input field will be available. The simplest way to get the chat Id is the same as the conversation link. The chat Id is that last part of the link.
38+
39+
![chat id](./img/create-post-input-chat-id.png)
40+
41+
6. Please wait a few seconds after each change to the configuration as the app will attempt to verify the validity of the configuration. The app will check whether the conversation link is in the correct format. The app will also check whether the specified chat is accessible to the current user. If the chat is not accessible, you will see an error message. Please note that this will not check whether you are a member of the chat or not.
42+
43+
![id invalid](./img/create-post-input-id-invalid.png)
44+
45+
7. Lastly, enter the message you want to post. Currently, only simple text is supported.
46+
47+
![message](./img/create-post-input-only-text.png)
48+
49+
8. Once you have configured all the fields, please click continue and make sure to test the action before publishing the zap. This test will verify that the current user has access to post in the specified chat.
50+
51+
## Output
52+
53+
The action will output the post Id of the created post.
54+
55+
![output](./img/create-post-output.png)
16.9 KB
Loading
53.6 KB
Loading
185 KB
Loading
12.6 KB
Loading
6.69 KB
Loading
20.7 KB
Loading
24.6 KB
Loading
9.58 KB
Loading

0 commit comments

Comments
 (0)