> Wordpress TextIt SDK wordpress plugin resources analysis

Wordpress TextIt SDK wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Wordpress TextIt SDK
Version 0.1
Author Amber Gregory
Rating 0
Last updated 2014-12-23 06:06:00
Downloads
11
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Wordpress TextIt SDK plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Wordpress TextIt SDK plugin added 5 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.

Wordpress TextIt SDK plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Wordpress TextIt SDK plugin ads no tables to your Wordpress blog database.

How it works

  1. Create your TextIt account
  2. Go to your TextIt account page and enter {your wordpress url}/textit-webhook-receiver as your WebHook URL
  3. Paste the generated API token in the Wordpress TextIt SDK settings page and save changes
  4. Go to Settings > Permalinks and save to refresh the Wordpress rewrite rules
  5. Now you can use the textit_webhook_event hook in your custom plugin or theme to respond to TextIt webhook events, and WordpressTextItSDK::textItDo() to call the TextIt REST API

TextIt API Full documentation is available: https://textit.in/api/v1

Quick method reference:

  • contacts - To list or modify contacts.
  • fields - To list or modify contact fields.
  • messages - To list and create new SMS messages.
  • relayers - To list, create and remove new Android phones.
  • calls - To list incoming, outgoing and missed calls as reported by the Android phone.
  • flows - To list active flows.
  • runs - To list or start flow runs for contacts.
  • campaigns - To list or modify campaigns on your account.
  • events - To list or modify campaign events on your account.
  • boundaries - To retrieve the geometries of the administrative boundaries on your account.

textItDo()

To call the TextIt API, use WordpressTextItSDK::textItDo($method, $args, $http)

$method
  • string - One of the TextIt API methods listed above
$args
  • array - 2 dimensional array containing argument names and values. Details of accepted arguments in the TextIt documentation
$http
  • string - Either GET or POST, depending on whether you want to list or add / modify data

The return value will be either an array with a TextIt API response or an exception

E.g. WordpressTextItSDK::textItDo( 'contacts', array(), 'GET' ) would return a list of contacts from your TextIt account

textit_webhook_event

To respond to TextIt webhook events (e.g. Incoming Messages, Outgoing Messages, Incoming Calls, Outgoing Calls, Relayer Alarms) use add_action( 'textit_webhook_event', 'my_custom_function', 2, 1 )

Your custom function should accept a single argument - $event - an array containing the data TextIt posted via the webhook

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
K2 screenshot

K2

by: Michael

69343
100%
MaidenHair screenshot

MaidenHair

by: tomastoman

10038
100%