Pod Configuration
ConnectWise Pods are a great method of getting information from Rewst into different areas within ConnectWise Manage, such as service desk tickets.
Pod Authorization
Note that pods do not allow the use of the fat client due to authorization pass-through issues. This means that you can use the web client to access pods.
Configure ConnectWise pods
To configure the connection between your pods and Rewst, follow the below steps.
Login to ConnectWise Manage as a user that has access to the Setup Tables. This is likely an admin account.
Click the System icon on the bottom left of the ConnectWise Manage UI.
Click on the Setup Tables menu that appears.
Enter
\*api\
in the table filter. Your returned result should be Manage Hosted API.Click Add and use the below settings:
Description - Enter Rewst
Screen - For our example, we use Service Tickets
Origin - https://app.rewst.io
Select Pod.
URL
Note that you will need to add your ownorg_id
to the URL above. This can be obtained by going to Rewst and looking at the URL. [cw_id]
should be left as-is.
Add pods to tickets
Click the Settings icon in the top right corner of your screen.
Select Pod Configuration.
Move the Rewst pods to the Displayed table.
Firefox Dynamic State Partitioning
An issue arises with Firefox's Dynamic State Partitioning where the default network.cookie.cookieBehavior
value of 5 rejects (known) trackers and partitions third-party storage, hindering the authentication process and causing a logged GraphQL error. This issue also occurs with embedded forms.
Firefox users must set network.cookie.cookieBehavior
to 4 for successful pod authentication.
Consult the official Firefox documentation for more information: https://developer.mozilla.org/en-US/docs/Web/Privacy/State_Partitioning#disable_dynamic_state_partitioning.\
You'll have a workflow called [Rewst Master v3] Pods: Technician Toolbox
within your organization.
Re-run a pod from a ticket
Let's imagine you have a ticket that has had its associated pod workflow execution expire (or fail for one reason or another). If you attempt to view the pod in the ticket you'll see something along the lines of:
To execute a new instance of the pod, click on the Links dropdown in the ticket and choose Rewst - Start Pod on this Ticket.
After you have used this button, a web page will open and close. This will send a request to the Live Link trigger and start a new execution for that ticket. Allow some time to pass for the ticket to update. You should see the pod populate once the execution has gone through.
Last updated