How can we help?
< All Topics
Print

KIRIM.EMAIL Integration

How to push a contact in your Email list?

  1. Add your KIRIM.EMAIL Credentials to botbaba
  2. Collect Subscribers Data by using a bot.
  3. Make API requests from within the bot to add the subscriber to your list.

Adding KIRIM.EMAIL Credentials to botbaba

Go to My Chatbots and open the integrations page of the bot you want to use for this.

Enter the KIRIM.EMAIL credentials on this page and Save.

REST API Token of KIRIM.EMAIL can be obtained from this link after you login to it.

Collect Subscribers Data using a bot

  1. Go to the Bot builder section of the bot
  1. Edit a block

In this tutorial, we are asking for name and email using the bot and pushing the same to KIRIM.EMAIL’s list.

Making API Requests to add a new subscriber to your email list.

  1. First you will need to get the List ID where you want to push the new subscribers.
  2. Push the new subscribers to the list you want, using HTTP Requests.

How to get the List ID?

  1. Go the Lists page on KIRIM.EMAIL (after logging in)
  2. Edit the list which you want to use
  1. Copy the List ID from the Page URL that opens.

This is the list id.

Push the new subscribers to the list you want, using HTTP Requests.

  1. Go to the bot builder section of the bot you want to use
  2. Edit the block where you want to push the data from.
  3. Tick the HTTP Request checkbox at the top
  1. Set the Request Type to POST
  2. Set the Endpoint URL to https://api.kirim.email/v3/subscriber/
  3. Add the Header: Content-type: application/x-www-form-urlencoded

7. Add the body in the following format (url encoded format) – lists=YOUR_LIST_ID&full_name=#name#&email=#email#

Replace the YOUR_LIST_ID with your list id and set the full name and email fields to the dynamic variables you used in the previous blocks.

Note: You can add your custom fields (which you already have on KIRIM.EMAIL) to this request as well.

This is how our demo flow looks like while writing this article.

And DONE!

Note: (For Advanced Users)

You can use any API method listed on the KIRIM.EMAIL API Documentation page without worrying about the Auth-Id, Auth-Token & Timestamp in the headers. We auto append that to your http requests.

You can write an email to [email protected] in case you need support in setting this up.
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Next How to push data to Pabbly Connect from botbaba?
Table of Contents