Product updates
New updates and improvements
New: Publish updates with posts, and updated API
Create posts and publish them to your website to share updates and news with your contacts.
Post SDK has been updated to include the following methods:
- Retrieve post: Get a post.
- List posts: Get a list of posts.
Find out more about the SDK in our documentation here.
API and SDK Update: Retrive organization
You can now retrieve an organization’s details through our API. The following endpoints are now available:
- Retrieve organization: Get an organization.
Also, the SDK has been updated to include the following method:
Find out more about the SDK in our documentation here.
SDK Update: Retrive petition, list petitions and add signatures to petitions
Petition SDK has been updated to include the following methods:
- Retrieve petition: Get a petition.
- List petitions: Get a list of petitions.
- Add signature: Add a signature to a petition.
Find out more about the SDK in our documentation here.
New: Collect signatures with petitions
Create petitions and collect signatures from your contacts. You can use these signatures to send broadcasts.
SDK Release: Build with our SDK
This marks the public release of the MobilizeHub SDK with the following methods:
- Contacts: Create, retrieve, update, and delete contacts.
- Lists: Create, retrieve, delete, add contacts and remove contacts for lists.
To authenticate your requests, you will need to generate an API key in your organization’s dashboard as the apiKey.
Get started with the SDK by installing it:
Find out more about the SDK in our documentation here.
API Release: Contacts, Lists and API keys
This marks the public release of MobilizeHub API with the following routes:
- Contacts: Create, retrieve, update, and delete contacts.
- Lists: Create, retrieve, delete, add contacts and remove contacts for lists.
To authenticate your requests, you will need to generate an API key in your organization’s dashboard as the Bearer token.
Get
GET methods are used for reading data. Filtering, sorting, or pagination is done via query parameters.
Post
and Delete
POST methods are used for creating and updating deleting data, while DELETE methods are used for removing data. Data is passed as application/json in the request body.
Find out more about the API in our documentation here.
Public Release: Contacts, Lists, Broadcasts and Team
This marks the public release of MobilizeHub with the following features:
- Contacts: Mmanage your contacts, including the ability to add, edit, and delete contacts.
- Lists: Organize your contacts into lists for easier management and communication.
- Broadcasts: Send emails to your contacts in bulk from registered broadcasters
- Images: Upload and manage images for your broadcasts and campaigns.
- Team: Manage your team members and their roles within the platform.
Find out how to get started with these features in our documentation here.