Contiguity
Contiguity SMS is a messaging service that enables businesses to send SMS notifications, alerts, and updates to customers in real-time. It provides a reliable communication channel with features such as message customization, international number support, and API integration for automated messaging. Businesses use Contiguity SMS for marketing campaigns, customer support, and transactional notifications.
How to Integrate Contiguity with ZBrain Flow
To integrate Contiguity with ZBrain Flow:
Click the β+β button in ZBrain Flow.
In the search bar, type "Contiguity" and select it from the available options.
Choose an action from the list to begin the setup process.
How to Connect Contiguity to ZBrain Flow
To establish a connection between Contiguity and ZBrain Flow:
1. Enter Connection Details
Connection Name β Provide a name for easy identification.
API Key β Enter the authentication key for secure access.
2. Obtain the API Key from Contiguity
Follow these steps to retrieve your API key:
Log in to your Contiguity account.
Navigate to the Dashboard.
Go to the API Settings section.
Generate a new API key or copy an existing one.
Once you have the API key, use it to authenticate API requests.
3. Save the Connection
Click βSaveβ to finalize the connection.
Available Actions in ZBrain Flow
1. Send SMS
This action allows users to send SMS messages directly through Contiguity.
Configuration Steps:
Select an existing connection or create a new one.
Enter the recipient's phone number β Use the international format without spaces (e.g., +12065551234).
Enter the message content β Provide the text to be sent via SMS.
2. Custom API Call
This action enables users to execute API requests, such as retrieving, creating, updating, or deleting records.
Configuration Steps:
Select an existing connection or create a new one.
Enter the URL β Specify the API endpoint required for the request.
Choose the HTTP Method that matches your request type:
GET β Retrieve records or details.
POST β Create new records or entries.
PATCH β Update existing records partially.
PUT β Replace complete records.
DELETE β Remove data permanently.
HEAD β Fetch response headers without retrieving the content.
Add Headers β Include any additional headers required for the API request. Authorization headers are already included. Click β+ Add Itemβ to add more headers.
Add Query Parameters β Enhance API requests by adding query parameters to filter results or define specific criteria. Click β+ Add Itemβ to add parameters.
Enter JSON Body β Input structured request data in JSON format for API calls that require a request body.
Set Timeout (in Seconds) β Define a timeout duration to prevent delays in processing.
Last updated