Make Connector

설명

Make is a visual platform that lets you design, build, and automate anything – from simple tasks to complex workflows – in minutes. With Make, you can send information between WordPress and thousands of apps to drive traffic and improve sales potential. It’s fast and easy to use, visually intuitive and requires zero coding expertise.

Here are some of the ways to use WordPress with Make:

  • Add new WordPress users to your CMR and marketing tools, like Salesforce, ActiveCampaign, or Mailchimp
  • Create new WordPress posts from incoming webhook data, Google Forms responses, or FreeScout conversations
  • Share your WordPress posts on Facebook, Pinterest, or other social media platforms
  • Send a message about new WordPress posts to messaging apps, like Slack, Telegram, or Microsoft Teams
  • Create database items from your WordPress posts in Notion, MySQL, or any other database app
  • Or choose a template to help you get started.

How to get started:

Get help from Make’s Support team.
Make’s Terms of use and Privacy policy.

설치

  1. Upload the “integromat-connector” folder to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. A new item called “Make” appears in the admin menu. Here you can see your API key, through which you can connect your WordPress site to Make.com. You can also select which custom fields you want to be visible in the REST API response.

This plugin allows you to safely connect your WordPress site to Make. It also gives you the possibility to work with custom meta fields (creating/updating them through the REST API and including them in the API response).

This plugin does not send any data to the make.com service itself. It only simplifies the connection process and allows custom fields to be included in the REST API responses.

후기

2024년 11월 25일
This plugin uses it’s own alternative authentication method for the WP-JSON API instead of the native application passwords provided by core WP or more secure alternatives explained in the Wordpress developer docs. After examining the code a bit further to find out why the authentication always returned a 401 in our setup, we’ve discovered it tries to login and run it’s code as the first (random) administrator account it can find in the database. Just terrible…
2024년 8월 30일 답글 3개
This plugin does enable you to connect a WordPress website to Make.com But it’s also very buggy, conflicting with other plugins. For example, when the Make.com plugin is enabled, and I try to change the configuration for another plugin, the site crashes. I disable the Make.com plugin, and I am able to then update another plugin’s configuration. And I saw this error in my website’s error log today: [30-Aug-2024 16:31:15 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/sitename/www/wp-content/plugins/integromat-connector/settings/object-types/class-post-meta.php on line 31 I’d love to see Make.com update this plugin, addressing the issues its got playing nice with other things on a website.
2024년 1월 9일
Works if you know what you are doing!
2023년 5월 18일
Simple to use and works well. It’s been rock solid so far. Initially, I was trying to use a different plugin to achieve the same thing because of the poor reviews this plugin had. That was complicated, and I couldn’t get it to work. I then tried the Make plugin. At first, it didn’t work because there was a conflict with the other plugin. However, as soon as I disabled the other plugin, it worked fine.
모든 20 평가 읽기

기여자 & 개발자

“Make Connector”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Make Connector”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Make Connector”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5

  • Add custom taxonomies
  • Fix plugin slow down

1.4

  • Enhanced API calls logging
  • Fixed blocking of some internal API calls

1.3

  • Added possibility of API calls logging
  • Fixed blocking of some internal API calls
  • Skip authentication check when authenticating with another method

1.2

  • Sending proper http status codes

1.1

  • Fixed error message when uploading binary media item

1.0

  • Init version