Making Your First Call
Before you start
Step 1: Create a contact
# Create a new contact in your Gomobile account
curl -X POST https://api.gomobile.ma/api/contact \
-H "Authorization: Bearer YOUR_API_KEY" \ # Your API key for authentication
-H "Content-Type: application/json" \
-d '{
"firstName": "Test", # Contact's first name
"lastName": "User", # Contact's last name
"primaryPhone": "+212612345678" # Phone number to call (with country code)
}'Step 2: Create an audience
Step 3: Add the contact to the audience
Step 4: Create a flow
Step 5: Create a program
Step 6: Launch the program
Step 7: Monitor the execution
Alternative: Ad-hoc calls
What's next?
Last updated

