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.Documentation Index
Fetch the complete documentation index at: https://docs.gomobile.ma/llms.txt
Use this file to discover all available pages before exploring further.
Need API access? Request your API key to get started with Gomobile.
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
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.
Project Structure
Understand how Gomobile organizes resources.