Api.myemma.com is a subdomain of myemma.com, which was created on 2002-06-03,making it 22 years ago. It has several subdomains, such as content.myemma.com , among others.
Discover api.myemma.com website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site
HomePage size: 31.521 KB |
Page Load Time: 0.995575 Seconds |
Website IP Address: 104.24.216.25 |
Shipedge API Documentations - Shipedge API Documentation developer.shipedge.com |
About Admin API | Admin Api api2.hostbillapp.com |
API Documentation - SEO Review Tools API api.seoreviewtools.com |
FlowJo v10 Documentation - FlowJo Documentation | FlowJo Documentation - Documentation for FlowJo, S docs.flowjo.com |
Video Conferencing SDK and API – TrueConf API and SDK developers.trueconf.com |
1,000,000+ Recipe and Grocery List API | BigOven Build API api2.bigoven.com |
Welcome to the PentestBox documentation! — PentestBox Documentation latest documentation docs.pentestbox.org |
Events Feed, Concert & Event API - Eventful API api.eventful.com |
Edamam - Food Database API, Nutrition API and Recipe API developer.edamam.com |
Events Feed, Concert & Event API - Eventful API api.evdb.com |
Developer Documentation Home - Developer Documentation - cPanel Documentation confluence2.cpanel.net |
ACTIVE Network API - The Active.com API developer.active.com |
Free Currency Converter API | Free Currency Converter API free.currencyconverterapi.com |
VSoft Documentation Home - Documentation - VSoft Technologies Documentation Wiki wiki.finalbuilder.com |
API documentation | Flipsnack API developers.flipsnack.com |
Emma API Documentation | Emma, Inc. https://api.myemma.com/ |
Search Syntax https://api.myemma.com/member_search.html |
Webhook Usage https://api.myemma.com/webhooks.html |
Placeholder Syntax https://api.myemma.com/placeholders.html |
PHP Get Member By Email Example https://api.myemma.com/php_get_member_example.html |
PHP Signup Example https://api.myemma.com/php_signup_example.html |
Pagination https://api.myemma.com/pagination.html |
Emma API Documentation | Emma, Inc. https://api.myemma.com/genindex.html |
HTTP Routing Table https://api.myemma.com/http-routingtable.html |
DELETE /#account_id/members/#member_id https://api.myemma.com/api/external/members.html |
Date: Tue, 14 May 2024 08:18:48 GMT |
Content-Type: text/html; charset=utf-8 |
Transfer-Encoding: chunked |
Connection: keep-alive |
Last-Modified: Fri, 16 Feb 2024 15:49:17 GMT |
Access-Control-Allow-Origin: * |
ETag: W/"65cf83fd-61c1" |
expires: Tue, 14 May 2024 08:28:48 GMT |
Cache-Control: max-age=600 |
x-proxy-cache: MISS |
X-GitHub-Request-Id: 1414:2B09F1:456CBF9:4790E9F:66431E68 |
Age: 0 |
Via: 1.1 varnish |
X-Served-By: cache-pao-kpao1770061-PAO |
X-Cache: MISS |
X-Cache-Hits: 0 |
X-Timer: S1715674728.460384,VS0,VE109 |
Vary: Accept-Encoding |
X-Fastly-Request-ID: 8b83932e841fd3546d8c8f260f825ba8a47c5f99 |
CF-Cache-Status: DYNAMIC |
Report-To: "endpoints":["url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=vTTrDowcWrjQARuXEQnL%2FcJXwJ4j4%2B8N3txI80%2BvUfMvtF3GpcuF1sU2RlLW1pqzIZA2q1sGBbK5zY2YVTp8OrkrPjiEnY4179IeTSemyJ28cit%2Ba555csZOrf2T7590"],"group":"cf-nel","max_age":604800 |
NEL: "success_fraction":0,"report_to":"cf-nel","max_age":604800 |
Server: cloudflare |
CF-RAY: 883975ac8b3ba34a-SEA |
content="text/html; charset=utf-8" http-equiv="Content-Type"/ |
’) Emma API Documentation Navigation index routing table | next | audience 0.1 documentation » Emma API ¶ A word to the wise... ¶ Use the information on this page to set up and troubleshoot your API calls. If you are interested in paid API support, visit our Custom Integrations page and fill out a request. Our system is monitored around the clock – and if there’s ever a dropped connection or outage, we’ll be sure to notify users on our status page . All JSON payloads must not exceed 10MB Overview ¶ Emma’s platform is accessible through our public API, which provides access to the following areas: Managing member lists: Importing, editing and deleting Organizing members into groups Searching for members Mailings: Viewing past mailings Controlling the status of pending mailings Retrieving response: Accessing mailing response information by mailing or member of time period Accessing response at summary and detail levels Note: If you are an HQ customer, please be sure to use a subaccount’s ID in the path of your API call. API wrappers ¶ Emma’s wrappers make it a breeze to connect to our API no matter which programming language you like to use. Just select your language and you’ll be able to integrate with Emma without the hassle of having to study all the ins and outs of our API first. This collection is young (but growing!) and includes wrappers commissioned by Emma as well as some built by members of our community. Unless otherwise noted, all wrappers provide full coverage of our current API. If you see something that needs to be fixed or improved, please don’t hesitate submit a pull request. And if you’ve built a wrapper that you’d like to have listed here, let us know! PHP EmmaPHP : Commissioned by Emma and built by Nashville developer Dennis Monsewicz . OhMyEmma : Built by Nashville developer Jacques Woodcock . Emma : Built by Nashville-based Abenity, Inc . Python EmmaPython : Built by Emma’s own Doug Hurst . Ruby EmmaRuby : Commissioned by Emma and built by Nashville developer Dennis Monsewicz . Objective-C EmmaSDK : Commissioned by Emma and built by Portland developer Benjamin Van Der Veen . Node.js emma-sdk : Built by New York City developer Nathan Peck for StoryDesk. .NET EmmaSharp : Built by developer Kyle Gregory Quickstart ¶ Let’s get started by building some PHP code that will add a member to our audience. Before you do this, you will need a valid set of API keys. If you have a regular account you can generate your API keys using these steps: Go to account settings Find the "API Key" tab Click "Generate API Key" If your account is part of an agency account , you will need to follow these steps instead: Go to "Menu" and select "Accounts" Click the downward-pointing arrow to the right of the account you need a key for and select its settings Scroll to the API key section to generate the key Next, let’s add these authentication bits to our code. // Authentication Variables $account_id = "xxx" ; $public_api_key = "xxx" ; $private_api_key = "xxx" ; Then we’ll want to capture the POSTed form variables from the request. // Form variable(s) $email = $_POST [ ’email’ ]; $first_name = $_POST [ ’first_name’ ]; $last_name = $_POST [ ’last_name’ ]; $groups = array ( 123456 , 654321 ); // Member data other than email should be passed in an array called "fields" $member_data = array ( "email" = $email , "fields" = array ( "first_name" = $first_name , "last_name" = $last_name ), "group_ids" = $groups ); Please note that the group_ids that you’re adding members to are passed as an array of integers. In addition, you’ll always want to make sure that you sanitize any of these form inputs to protect your application. Now we’ll need to set the URL for the API call. The endpoint for all of our API calls is https://api.e2ma.net/ . NOTE: You must use TLS version 1.1 or higher to connect. TLSv1 and all versions of SSL ciphers (e.g. SSLv2, SSLv3) are not supported. In this case, we’re using the endpoint that corresponds to adding a single member. There’s a separate call for adding bulk members. // Set URL $url = "https://api.e2ma.net/" . $account_id . "/members/add" ; Next, we’ll do a little dance with cURL that should look familiar to you. We’ll explain some particulars below the code block. // setup and execute the cURL command $ch = curl_init (); curl_setopt ( $ch , CURLOPT_USERPWD , $public_api_key . ":" . $private_api_key ); curl_setopt ( $ch , CURLOPT_URL , $url ); curl_setopt ( $ch , CURLOPT_POST , count ( $member_data )); curl_setopt ( $ch , CURLOPT_POSTFIELDS , json_encode ( $member_data )); curl_setopt ( $ch , CURLOPT_HTTPHEADER , array ( ’Content-type: application/json’ )); curl_setopt ( $ch , CURLOPT_RETURNTRANSFER , true ); curl_setopt ( $ch , CURLOPT_SSL_VERIFYPEER , false ); curl_setopt ( $ch , CURLOPT_SSLVERSION , 6 ); $head = curl_exec ( $ch ); $http_code = curl_getinfo ( $ch , CURLINFO_HTTP_CODE ); curl_close ( $ch ); Line 3 is where we use the public/private keys to authenticate our call. On lines 6-7, we force the API call to make its request in JSON and expect JSON in return. At this point, the API call has been made. We might also want to inspect the result to see what happened. The API returns true HTTP response codes that you can examine to determine a request’s disposition. //execute post if ( $http_code200 ) { $app_message = "Error sending subscription request" ; } else { $app_message = "Success!" ; } echo $app_message ; You can see the complete PHP script here . There’s also a PHP example to get members using their email address . To extend this example further, you could make the API call associate the new member with a particular signup form. As written above, the member would be added to the audience but would not appear in the recent activity” type searches or really any searches related to signups. Don’t worry – we’re currently working on a cleaner way to handle this signup form issue in the future. API calls by category ¶ In the following sections, we’ve organized API calls by their main entity type. Each call includes sample request and response data. Accounts Automation Exports Fields Groups Mailings Members Response Response Exports Searches Signup Forms SMS Subscriptions TriggersUsers Webhooks API rate limit ¶ To prevent accidental overuse, calls to Emma’s API are limited to 180 calls per minute. If you exceed the limit, you‘ll receive a response of 403 Rate Limit Exceeded until enough time has elapsed between calls. Additional documentation ¶ Pagination Placeholder Syntax Syntax Overview Search Syntax Syntax Overview Operators Boolean Predicates Filter Terms Webhook Usage Webhook Overview Webhook Post Data Table Of Contents Emma API A Word To The Wise... Overview API Wrappers Quickstart API calls by category API Rate Limit Additional Documentation Event API Related Topics Documentation overview Next: Automation Quick search Enter search terms or a module, class or function name. Emma Links Emma Home Emma Blog Emma Help Interested in Emma? Emma’s email marketing makes communicating simple and stylish. Get started today . © Copyright 2003- , Campaign...
Domain Name: MYEMMA.COM Registry Domain ID: 87205435_DOMAIN_COM-VRSN Registrar WHOIS Server: whois.domain.com Registrar URL: http://www.domain.com Updated Date: 2024-05-14T08:18:28Z Creation Date: 2002-06-03T21:36:17Z Registry Expiry Date: 2025-06-03T21:36:17Z Registrar: Domain.com, LLC Registrar IANA ID: 886 Registrar Abuse Contact Email: compliance@domain-inc.net Registrar Abuse Contact Phone: 602-226-2389 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Name Server: DION.NS.CLOUDFLARE.COM Name Server: LILA.NS.CLOUDFLARE.COM DNSSEC: unsigned >>> Last update of whois database: 2024-05-17T19:36:43Z <<<