Generates a Disciple.Tools transfer token to be used in the Zapier integration
- Create a Disciple Tools demo: Sign Up
- Go to the "Manage Site Links" in the Wordpress backend:
https://[Your Domain Here].disciple.tools/wp-admin/edit.php?post_type=site_link_system
- Add a new Site Link
- Leave the "Token" field alone
- Click on
add this site
next to the "Site 1" input field - Enter 'zapier.com' (or any other domain) into the "Site 2" input field
- Select
Create Contacts
from the "Connection Type" dropdown - Leave the "Approved IP Address" blank
- Select
No, connecting from a non-Disciple.Tools system.
from the "Disciple.Tools" dropdown. - Click
Publish
on the right side of the screen.
- Create a Zapier account: Sign Up
- Add
Disciple Tools (Site Link)
by visting this link - Create a new 'Zap' by clicking on
Make a Zap!
in the top right corner: New Zap - Choose an app you want to integrate with like Facebook Ads.
- Walk through the flow for connecting an account for the app you are using.
- Once you have that setup, click
Add Step
in the left pane. - Select
Action/Search
, search forDisciple Tools (Site Link)
, and select it. - Click
Continue
then clickConnect an Account
- In the popup, enter the Token, Site 1, and Site 2 from the "Creating a Site Link" steps
- Feel free to test it. This will try to create a test contact. Once done, click
Save and Continue
- Follow the instructions for populating the Disciple Tool fields based on the integration you selected.
If you wish to expand on this, feel free. This is a basic server that will generate a transfer token. It was built for easier integration with Zapier (Session Auth).
This is a how to guide to setup the Zapier Integration
This is a simple Express Node server with one POST route. Setup is easy.
- Clone repo
- run
npm update
- run
node app.js
- Send post to
localhost:3000
All information can be found when looking at your Site Link: https://[Your Domain ex: example.disciple.tools]/wp-admin/edit.php?post_type=site_link_system
- token : Token from the Site Link
- site1 : Site 1 from the Site Link
- site 2 : Site 2 from the Site Link
If you have any questions or run into any problems, feel free to create ticket or email me at spencer
at pkcsecurity
dot com.