Overview
This section walks you through setting up Gomobile and making your first automated campaign. By the end, you'll understand how authentication works, how to structure your projects, and how to trigger a basic campaign.
What you'll learn
How to authenticate with the Gomobile API
The basics of contacts, audiences, and flows
How to create and launch your first program
How to monitor execution and results
Prerequisites
Before you begin, make sure you have:
A Gomobile account (contact your administrator or sales team)
Basic familiarity with REST APIs
A tool for making HTTP requests (curl, Postman, or your preferred HTTP client)
Quick overview
Gomobile follows a straightforward workflow:
Create contacts - Add the people you want to reach
Build an audience - Group contacts into targetable segments
Design a flow - Define what happens during the interaction
Set up a program - Configure when and how to execute the campaign
Launch and monitor - Start the execution and track results
Each of these steps has its own section in the documentation. But first, let's get you authenticated and ready to make API calls.
Next steps
Installation - Set up your environment and get your API credentials
Authentication - Learn how tokens and API keys work
Making Your First Call - A hands-on tutorial from start to finish
Last updated

