SDKs

Use the SDKs and sample code provided below to get familiar with our API. If you wish to contribute a code sample or an SDK, please [let us know](https://community.activecampaign.com/c/developers). ## SDKs * [PHP](https://github.com/ActiveCampaign/activecampaign-api-php) (Created and maintained by ActiveCampaign) * [NodeJS](https://github.com/ActiveCampaign/activecampaign-api-nodejs) (Created and maintained by ActiveCampaign) * [Rails](http://rubygems.org/gems/active_campaign) (Created and maintained by Mikael Henriksson) * [Python](https://github.com/adulmec/active-campaign-python) (Created and maintained by Apollo Data Solutions) ## Code Samples
**[Add subscriber and trigger instant autoresponders to send](http://github.com/ActiveCampaign/example-add_subscriber_send_instant)** A quick/simple example of adding subscribers through our API and making sure any instant autoresponders send right away. You can submit the HTML form through page reload, or Ajax.
**[Embedded subscription form](http://github.com/ActiveCampaign/example-subscription_form_embed)** An example of embedding subscription forms on a page while having responses show up on the same page using AJAX. ([Blog post](https://www.activecampaign.com/blog/advanced-subscription-form-integration/))
**[(Resellers) Account sign up and creation on your own site](http://github.com/ActiveCampaign/example-subscription_form_embed)** Add accounts, templates, generate login links, and more. ([Blog post](https://www.activecampaign.com/blog/manage-your-reseller-accounts-with-our-api/))
**[Recent campaigns RSS](http://github.com/ActiveCampaign/example-recent_campaigns_rss)** Fetch recent campaigns and format it as an RSS feed, with each item showing the message HTML and a link to the web copy of the campaign.
**[Manage your webhooks](http://github.com/ActiveCampaign/example-rest_hooks)** Interact and manage ActiveCampaign webhooks via our REST API.
**[Using single sign-on (SSO)](http://github.com/ActiveCampaign/example-sso_embed)** Use SSO to link users to ActiveCampaign (bypassing the login), or embed as an iFrame.
**[View Contact Details](http://github.com/ActiveCampaign/example-view_contact_details)** View a contact's details including list subscriptions, custom field data, recent actions, and campaign history.