LogoLogo
WebsiteBlog
  • Introduction
  • CDP Overview
  • Identity Resolution
  • CDP Guidelines for Data Sanity and Campaign Governance
  • Login and User Management
    • Login to the platform
    • Change Password / Retrieve your Account
    • Role Based Access Control
      • User Management
      • Roles
    • Single Sign-On (SSO)
  • Events
    • Events Overview
    • App Events
    • Track
    • Identify
    • Page
    • Screen
    • Event Dictionary
  • Sources
    • Sources Overview
    • Android SDK
    • iOS SDK
    • JavaScript SDK
    • React Native SDK
    • Flutter SDK
    • REST API
    • Adobe Analytics Exports
    • SFTP
    • Kafka
    • Offline File Ingestion
  • Destinations
    • Destinations Overview
    • Quora Pixel
    • Hotjar
    • Clevertap
    • Google Analytics 4 (GA4)
    • Meta Pixel
    • Meta Conversion API
    • LinkedIn Insight Tag
    • Adobe Target
    • AppsFlyer
    • AWS S3
    • Criteo
    • Kafka
  • Integrations
    • Rudderstack
    • Azure Blob
    • Adobe Launch Private Extension
    • Adobe Launch Extension
    • Salesforce CRM
    • Microsoft Dynamics 365
  • Customer One View
    • Introduction
    • Basic details, Attributes and Devices
    • Segment and Engagement
    • Activity
  • Segments
    • Getting Started
    • Create a Segment
  • Channels
    • Getting Started
    • A/B Testing
    • SMS
      • Set up an SSP
        • Netcore
        • Twilio
        • Adobe Campaign Classic
        • Gupshup
        • Unifonic
        • Infobip
        • Tubelight
      • Add an SSP
      • Create SMS campaign
      • FAQs
    • Email
      • Set up an ESP
        • SendGrid
        • SendInBlue
        • SparkPost
        • Taximail
        • Netcore
        • Adobe Campaign Classic
        • Mailchimp
        • Oracle Email Delivery
        • Infobip
        • Vision6
      • 🆕Add an ESP
      • Create Email campaign
      • Common use cases with Email Editor
      • Why Email Notification may not get delivered?
      • FAQs
    • App Push Notification
      • Create App Push Notification - Android
      • Create App Push Notification - iOS
      • Why App Push Notification may not get delivered?
      • FAQs
    • WhatsApp
      • Configure a WSP
        • Yellow Messenger
        • Infobip
        • Gupshup
        • BIK.ai
        • Vonage
        • Sinch
        • Tubelight
      • Create WhatsApp campaign
      • FAQs
    • RCS
      • Add an RCS API
      • Example: Netcore RCS API
      • Create an RCS campaign
      • FAQs
    • Web Push Notification
      • Create a Web Push Notification
      • Create a Default Web Push Notification
      • FAQs
    • On-site Notification
      • Create On-site Notifications.
      • Common use cases with On-site Notification.
      • Notification Templates
    • Banner Personalization
      • Create a Personalized Banner
      • Create a Default Banner
    • External API
      • Create Engagement
      • Test your API configuration
      • Example Use Cases of External APIs
        • Use case 1: HubSpot - Create Contacts API
        • Use case 2: Exotel's Make a call API
        • Use case 3: Mailmodo's Send Campaign Email API
  • Ramanujan AI
    • Lead scoring
    • Channel Orchestration
    • Content Generator
      • Generate Web Push Content
  • Journey Builder
    • Overview- Journey Builder
    • View all Journeys
    • Create a Journey
    • Journey Reports
    • FAQs
  • Audience Export
    • Facebook Export Channel
    • Google Ads Export Channel
  • Analytics
    • Dashboard
      • Guiding through the Dashboard
      • Unique Profile
      • Profile and Merge Trends
      • Campaign and Revenue Dashboard
    • Campaign Summary
    • Events Occurrence
    • Event Telemetry
    • App Installs and Uninstalls
    • Funnels
    • Paths
    • Traffic Analysis
    • Cohorts
    • Data sanity between Funnels, Paths and Events
    • FAQs
  • Developer APIs
    • User Profile API
    • WhatsApp Opt-in/Opt-out API
    • Subscription Management
  • Settings
    • Product Label
    • Frequency Caps
    • Contacts
Powered by GitBook
On this page
  • Pre-requisites
  • Setting up the API
  • Test API
  • Response and Webhooks
  1. Channels
  2. RCS

Example: Netcore RCS API

PreviousAdd an RCS APINextCreate an RCS campaign

Last updated 1 year ago

Lets explore how to add Netcore's Template RCS API to

Pre-requisites

  • Netcore's API documentation:

  • The API Key of the account.

Setting up the API

Step 1: Go to > Campaigns > Channels > RCS

Step 2: Click on "Add New RCS API"

Step 3: Basic details

  1. Name of configuration: The name you entered in the previous step will be displayed here

  2. Description: Add a description for your new RCS client.

Step 4: API Details

  1. HTTP Method: Select the HTTP method as POST

  2. API URL: Provide the Netcore RCS API URL.

  3. Also, You can simply import the cURL of the API and skip to the next step! Let's understand how "Detect from cURL" works.

  4. Clicking the +detect from URL button will pop up the following window.

  1. Once you enter the curl, it will automatically fetch the Headers and Payload from the API and populate in the relevant fields and the tree view will occur based on the values in the payload.

  2. After the API is broken down into it's respective components, input your account's API Key, in the header param "api_key"

Step 5: Assigning mandatory fields

  • Assign message.0.to with To* as the recipient mobile number will go here.

  • Assign messages.0.content.templateCode with Template ID* as the RCS template ID will go here.

Step 6: configuring personalisation parameters object

  1. In Netcore RCS API, message.0.content.attributes is the path that consumes the template's personalisation parameters in the form of key:value pairs.

  2. Select the edit icon in the above node.

  3. Give an appropriate display name.

  4. Define it as optional and select the drop index as "Pass empty".

Test API

  • Navigate to > Test API

  • Assign values to the payload and click "test"

  • You will receive the confirmation as shown below once your API is validated

Response and Webhooks

The response and Webhooks screen is where you will map the relevant path of the response body to the internal MessageID identifier which supports Lemnisk to identify every message trigger and map its delivery report.

  • Navigate to > Response and Webhooks

  • Enter values to the payload and Click "Test Configuration"

  • You will receive the response from the vendor when triggered successfully.

  • Select message.messageID - this is path of the messageID in the API response.

Congratulations! Netcore Template RCS API is successfully configured for you. You can now proceed to create engagements on this client.

You can set up the Netcore API in the same way as you set up an with a global payload.

This is the same functionality we implemented in External API. Click to know in detail.

External API
here
https://cpaasdocs.netcorecloud.com/docs/netcore-google-rcs-api-documentation/149c89ae6aae0-template-message-api
Image: cURL
Image: Select Configuration value
Image: Configure attributes in engagement level
Image: Test Configuration
Image: Response and Webhooks