{"id":20701413,"url":"https://github.com/nicko170/ninjaforms-salesforce","last_synced_at":"2026-04-28T01:32:32.149Z","repository":{"id":46248116,"uuid":"424456766","full_name":"nicko170/ninjaforms-salesforce","owner":"nicko170","description":"This is a really dodgy integration between Ninja Forms WordPress Plugin and Salesforce.","archived":false,"fork":false,"pushed_at":"2021-11-04T08:30:12.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T13:14:09.379Z","etag":null,"topics":["forms","ninja","ninja-forms","php","plugin","salesforce","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicko170.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["nicko170"],"custom":["https://paypal.me/nickpratley"]}},"created_at":"2021-11-04T03:11:06.000Z","updated_at":"2021-11-04T08:31:35.000Z","dependencies_parsed_at":"2022-08-27T08:00:18.894Z","dependency_job_id":null,"html_url":"https://github.com/nicko170/ninjaforms-salesforce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicko170/ninjaforms-salesforce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicko170%2Fninjaforms-salesforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicko170%2Fninjaforms-salesforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicko170%2Fninjaforms-salesforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicko170%2Fninjaforms-salesforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicko170","download_url":"https://codeload.github.com/nicko170/ninjaforms-salesforce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicko170%2Fninjaforms-salesforce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["forms","ninja","ninja-forms","php","plugin","salesforce","wordpress","wordpress-plugin"],"created_at":"2024-11-17T00:41:43.726Z","updated_at":"2026-04-28T01:32:32.133Z","avatar_url":"https://github.com/nicko170.png","language":"PHP","funding_links":["https://github.com/sponsors/nicko170","https://paypal.me/nickpratley"],"categories":[],"sub_categories":[],"readme":"\n# Ninja Forms - Salesforce\n\nThis is a very dodgy custom hook that lets you take subsmissions on a [Ninja Form](https://ninjaforms.com/) in your wordpress website and create them as a Salesforce contact on a dummy account.\n\nThis is used for a newsletter signup form, because I didn't feel the need to spend $30.00/year on a plugin for this. All these plugins add up, man.\n\n## Installation\n* You *must* have Ninja Forms installed - so do this now. I'll wait.\n\n* Install this plugin\n```sh\ncd /var/www/html/wp-content/plugins/\ngit clone https://github.com/nicko170/ninjaforms-salesforce\n```\n\n* Activate the plugin in Wordpress Admin Interface\n* Under the Ninja Forms -\u003e Salesforce Config menu, configure your connection settings\n    * *Salesforce Domain*: This is your Salesforce Lightning Domain, for example, https://internet.my.salesforce.com/\n    * *Salesforce Username*: Your Salesforce login email. I recommend using a service account\n    * *Salesforce Password*: Your Salesforce login password\n    * *Salesforce Security Token*: Your [Salesforce User Security Token](https://help.salesforce.com/s/articleView?id=sf.user_security_token.htm\u0026type=5) that bypasses 2FA for APIs\n    * *Salesforce Client ID*: Create a [Connected App](https://help.salesforce.com/s/articleView?id=sf.connected_app_create.htm\u0026language=en_US\u0026r=https%3A%2F%2Fwww.google.com%2F\u0026type=5), it'll give you a Consumer Key. Put that here.\n    * *Salesforce Client Secret*: Enter the Consumer Secret from the Connected App\n    * *Salesforce Company Name*: This will be the name of the company that all form submissions get sent to.\n\n![Where to find the menu](/imgs/img3.png?raw=true \"Where to find the menu\")\n\n## The form\nThis is the *really* dodgy part :-)\n\n**Create a Ninja Form, which _must_ have at minimum 3 fields.\n\n* These 3 fields MUST have a label with the following text, they'll be picked up and posted to the contact in Salesforce\n    * First Name\n    * Last Name\n    * Email\n\n![What the form should look like](/imgs/img2.png?raw=true \"What the form should look like\")\n\n\nUnder the Emails \u0026 Actions settings, add a WP Hook action with the following Hook Tag: ninja_forms_salesforce_action\n\n![Adding WP Hook](/imgs/img1.png?raw=true \"Adding WP Hook\")\n\nTest your form, and check your Salesforce.\n\n\n## License\n\n[GNU General Public License v3.0](LICENSE)\n\n## Found a bug?\nFeel free to open a Pull Request :-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicko170%2Fninjaforms-salesforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicko170%2Fninjaforms-salesforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicko170%2Fninjaforms-salesforce/lists"}