Introduction
Inkit enables you to reach and communicate with your customers by delivering automated and personalized direct mail campaigns, rendering paperless documents at scale, and validating customer mailing addresses.MoEngage Inkit
MoEngage allows you to send Inkit mail to all or segment of users captured inside MoEngage through MoEngage connectors. It can be done on scheduled basis or when user does a qualifying event (using Event Triggered campaign). You can use Inkit API as documented here to send out Postcards or LettersIntegration
Prerequisites
- Ensure you have access to your Inkit dashboard.
- Ensure that you have the following details:
Inkit API key - This key is found on your Inkit Dashboard will enable you to connect your Inkit account with MoEngage
Inkit template ID - This key is found within the URL for each template, enabling you to send your template to MoEngage. For example, within the URL https://app.inkit.io/#/templates/design/bd9b0b8c-c47b-40ae-8787-80dd76f6d2bb, the Template ID is bd9b0b8c-c47b-40ae-8787-80dd76f6d2bb.
Http header - Found on your Inkit account, you will combine this with your Inkit API Key to authorize the connection as a key-value pair within your MoEngage template.
Step 1: Create an Inkit template
On the Inkit platform, create a template to be used in your MoEngage campaign. Select the Inkit API as documented here which you want to use - Send out Postcards or LettersStep 2: Create connector campaign on MoEngage
To create a connector campaign on MoEngage,- Navigate to Create Campaign >> Connectors >> Custom

- On step 2 of the campaign, select -
a) URL details
| Key | Value |
|---|---|
| Method | POST |
| Webhook URL | https://internal.inkit.io/integrations/webhook |

b) Headers

| Key | Value |
|---|---|
| Authorization | Basic {{ ‘<INKIT_API_TOKEN>’ | base64_encode }} |
| Content-Type | application/json |
c) Request Body
Ensure that your jinja matches the proper custom attributes associated with the required and optional fields listed below. You can use MoEngage’s Tracked Standard or Localization attributes or use Tracked custom attributes to any request.
Step 3: Test your configuration
At this point, your campaign should be ready to test and send. You can also test your connector configuration using the Test functionality available on Step 2 of Create Connector Campaign