Step 6: Set Up Triggers
Time to complete: ~2 minutes
What you'll do: Configure how to start document generation
What you'll need: Understanding of your preferred trigger method (manual, button, webhook, or API)
Triggers are the "go button" that tells Gdocify to generate documents. They determine when and how your automation runs.
Where to find it: Click the "Execute Automation" or "Triggers" button, typically found in the bottom-left area or in the "More Options" menu.
What Are Triggers?
Triggers are different ways to start your automation:
- Manual trigger: Click a button in Gdocify
- Airtable button: Click a button in your Airtable base
- Webhook: Call a URL from another app
- API: Send a request from your own application
Opening Trigger Configuration
- Click the "Execute Automation" or "Triggers" button (bottom-left or in settings)
- You'll see different trigger options based on your data source
Manual Triggers
The simplest way to run your automation:
- Go to your automation in Gdocify
- Click the "Run" or "Generate" button
- Select which records to process (all records or specific ones)
- Click "Generate"
This is great for testing or one-time generation.
Airtable Button Trigger
If you're using Airtable, you can add a button directly in your base:
- In Airtable, add a "Button" field to your table
- Configure the button to call the Gdocify webhook URL
- When you click the button, it generates a document for that specific record
This is perfect for on-demand generation from Airtable.
Webhook Triggers
Webhooks let other apps trigger your automation:
- Copy the webhook URL from Gdocify
- Configure it in your other app (Zapier, Make, etc.)
- When the webhook is called, Gdocify generates documents
Useful for integrating with other automation tools.
API Triggers
For developers, you can trigger via API:
- Get your API endpoint and authentication key
- Send a POST request with the record data
- Gdocify processes the request and generates documents
Perfect for custom integrations.
Testing Your Trigger
Before generating documents for all records:
- Test with a single record first
- Verify the document is generated correctly
- Check that it's saved in the right location
- Once confirmed, run for all records
What Happens Next?
With triggers set up, you're ready to generate your first document! Continue to Step 7: Generate Your First Document.
Tips
- Start with manual triggers: Easiest way to test your automation
- Test before scaling: Always test with one record before running for hundreds
- Use appropriate triggers: Choose the trigger type that fits your workflow
- Document your triggers: Note which trigger you're using for future reference
Common Issues
- "Trigger not working": Check that you've copied the URL correctly
- "Permission denied": Verify authentication credentials
- "No records found": Make sure your data source has records and they're accessible