radikal.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
radikal.social was created by a group of activists to offer federated social media for the radical left in and around Denmark.

Administered by:

Server stats:

162
active users

#wpforms

0 posts0 participants0 posts today
Flo<p>Grig mentions a key <a href="https://infosec.exchange/tags/automation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>automation</span></a> that solved an important bottleneck:</p><p>&gt; "For example, when you work with any vendor for a pharmaceutical company, almost everybody requires an NDA to be signed. This by itself can eat up to two weeks of time on both ends of this transaction. We had automated this NDA signing process so that it would usually happen in hours. Many of our vendors would follow up and tell us how insanely fast this was and how it was the smoothest and fastest contracting experience that they had ever had."</p><p>Some behind the scenes info on this: I built it by wiring up a form builder, <a href="https://infosec.exchange/tags/make" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>make</span></a>.com and <a href="https://infosec.exchange/tags/DocuSign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DocuSign</span></a>. For additional features I synced the current state of each signature request to a Notion Database. Don't forget to build automated tests for core business logic like this, I used <a href="https://infosec.exchange/tags/cypress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cypress</span></a> to do that.</p><p>All in all the implementation is the easy part with things like this, the hard part is figuring out which processes to automate to actually generate the most value without doing premature optimization and building unnecessary features.</p><p>If you want to build something like this without passing the data to third parties, the same thing can be done using self-hosted tools like <a href="https://infosec.exchange/tags/wpforms" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wpforms</span></a>, <a href="https://infosec.exchange/tags/n8n" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>n8n</span></a> and <a href="https://infosec.exchange/tags/nextcloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nextcloud</span></a></p>