We wanted to automate the process of adding newly registered users for our Conference to the Guest Lists of the conference spaces. This allows users direct access to a Guest Listed Gather Space after completing a signup form.
Here is the tutorial Jason recorded about the process:
Here is the code Jason was using in the tutorial:
{
"apiKey": "YOURAPIKEYHERE",
"spaceId": "YOUR SPACE ID REMEMBER TO USE \\",
"guestlist": {
"EMAIL ADDRESS": {
"name": "NAME HERE",
"affiliate": "AFFILIATION HERE"
}
}
}
Now some more links:
-
Our Pipeline:
Typeform → Zapier → Gather
Typeform and Zapier could, theoretically, be replaced with other similar tools. -
Gather HTTP API documentation (this is changing a lot, so subscribe to the dev updates):