Last Updated:
June 16, 2021
by
Jesse Langstaff
| Version: 20
| 2,136 views
| 0 followers
members are following updates on this item.
Zapier is a third-party integration that provides the ability to publish Microblog Post contents, Forum Topics, Blog Articles, and Wiki Articles created within a digital workplace to a Channel in another digital workplace. This is done by creating a Zap that uses a Trigger to monitor a Channel in the source digital workplace for new content. When new content is created, the Trigger's Action will create content in the destination digital workplace's Channel. Only the title and body of content will be posted to the destination digital workplace.
Zapier checks for new content every 5-15 minutes. Your Zapier subscription determines this frequency. This method of publishing content is a one-way, one-time action. Edits or comments made to the original content will not be reflected on the reposted content. Similarly, comments or edits made to the reposted content will not be reflected on the original content.
To have content published from one digital workplace to multiple digital workplaces, multiple Zaps would need to be created.
A single Zap between two digital workplaces can potentially involve three different accounts:
Implementing moderation on the Channel in the destination digital workplace would allow for modifying the content before it is posted. For example, a moderator can change the content's author or add a broadcast to it before publishing.
When deciding on who the author is in the destination digital workplace, keep in mind that they will typically receive notifications on the content's comments. However, these can be disabled in the member's subscription settings by removing the subscription to the content or stopping the subscription from being created initially by turning off "Follow content that I create."
Images in the source content will only be displayed in reposted content if the URL of the image is absolute. Adding an image using the following steps will result in the image being referenced via an absolute URL.
Members of the destination workplace require Access to the image's location.
Navigate to Zapier's website and select the Sign Up option. This trial account will persist with premium features for 14 days. After this time, the available features will be reduced until a paid subscription with Zapier is created.
Include the following details in your communication:
You can use this API Key and Password for additional Zaps that you may want to create for your digital workplace.
A single Zap allows one Trigger to be associated with one Action. The Trigger will be related to the creation of content in the source workplace, while the Action will be the creation of the content in the destination workplace.
Log into the source digital workplace.
axios.get('/.api/api.svc/microblogchannels/view_all') .then((response) => { console.log(response.data.response.items[0].value.items); }) .catch((err) => console.log(err));
Log into the destination digital workplace.
When creating a Zap it is handy to have existing content in the Channel associated with the Trigger event. During the setup of a Zap, there is the opportunity to test whether the setup has been successful. This test involves using this existing content. This content can be deleted once the Zap has been created.
Log into Zapier and select Make a Zap.
Select the Igloo Software App and follow the steps that Zapier provides.
When connecting to an account:
When prompted, use the Channel Id and Community Key from Step 1 of Creating a Zap.
Select the Igloo Software App and follow the steps that Zapier provides.
When choosing an Action, select the Create option that corresponds with the content type.
If you are using the same account as Step 4 of Creating a Zap, the same connection info can be used except for the URL. Use the URL of the destination digital workplace. Be sure to select this new connection before moving on to the next step.
When setting up the Template, use the Channel Id from Step 2 of Creating a Zap. Match the template fields to their corresponding fields from the Trigger. This process is aided by the sample content created in step 3. Disable commenting on the new content by selecting “Yes” for the template option “Disable Comments.”
Once the Zap has been setup and turned on, there are no additional actions needed to cause content to be sent from the source digital workplace to the destination digital workplace. Zapier will check every 5-15 minutes whether new content has been added to the source Channel.
You can use Zapier's Task History to monitor Zap activity.