How do I schedule a campaign?

Scheduling a campaign for a future day or time is easy, and you can do that in the Campaign Builder. 1. Click Email > Campaigns in the left-hand navigation. Then, click the name of the campaign you want to schedule. 2. Click Choose Sending Options next to Sending Options. 3. Choose Yes next to Schedule Campaign. Then, select a date and time to send your […]

How do I import multiple contacts?

1. To add multiple subscribers, go to Audience > Manage Contacts > Import Contacts > Add Multiple Subscribers: 2. Type in or copy/paste one email address per line. The first line must contain column names. Separate any additional information, like first and last names, with commas or tabs. Then, click Next Step. 3. Choose if you want to […]

What is an updated record?

An updated record is basically a contact that already exists in your Robly account. If it gets updated, that means that information surrounding the contact has been changed, added to, or modified in some way. For example, if you import the record: support[at]robly.com with no other information, the first time it’s added, it will be […]

API Contacts

Contacts API Calls There are currently 9 REST methods for viewing and managing your contacts. API Endpoint https://api.robly.com/ Note As with all API methods, the api_key and api_id paramaters are required for all methods. API Actions: View Contacts (show) Search Contacts (search) Add Contact to a List (add_sub_list) Remove Contact from a List (remove_sub_list) Update […]

API Signup Forms

Signup Forms API Calls There are currently two REST methods to get a list of your data fields and other associated sign up details. API Endpoint https://api.robly.com/ Note As with all API methods, the api_key and api_id parameters are required for all methods. API Actions: View Data Fields (show) Subscribe a New Contact (generate) View […]

API Data Fields

Data Fields API Calls There is currently one REST method to get a list of your data fields. We do not allow editing/adding of data fields currently. API Endpoint https://api.robly.com/ Note As with all API methods, the api_key and api_id paramaters are required for all methods. View Data Fields /api/v1/fields/show?api_key=api_key&api_id=api_id [GET] Optional Params: include_all [true, […]