Streamsend Subscribers

12 years 7 months ago #177302 by krileon
Replied by krileon on topic Re: Streamsend Subscribers
Everything looks fine except for the Request, which should just be as follows

email=[personal_email_address]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

12 years 7 months ago #177323 by OurBlok
Replied by OurBlok on topic Re: Streamsend Subscribers
Hey,
That didn't work, so i changed it to:

email=[personal_email_address]
email=[person_email_address]
Email=[person_email_address]
Email=[personal_email_address]

no variation seems to work

Please Log in to join the conversation.

12 years 7 months ago #177330 by krileon
Replied by krileon on topic Re: Streamsend Subscribers
Is the URL correct? Please test it in your browser to ensure the correct URL is supplied. All it does is perform a standard HTTP request to the URL you supplied.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

12 years 7 months ago #177336 by OurBlok
Replied by OurBlok on topic Re: Streamsend Subscribers
the url is correct. Here is the form widget code i was using:

<form name="subscribe" action="emarketing.ourblok.com/public/ocnaf02h9q/FbN/subscribe" method="post">
<div id="sign_up_box">
<div id="sign_up_title" style="text-align: center;"><img src="ourblok.com/images/mailanimation.gif" />

<div style="text-align: center;"><span style="color: #ff0000; font-size: 12pt;"><strong>Sign-Up &amp; SAVE in Tempe!</strong></span></div>
<div id="sign_up_content" style="text-align: center;"><strong><label id="sign_up_email_address_label" for="person_email_address">E-mail Address:</label></strong></div>
<div style="text-align: center;"><input id="sign_up_email_address" type="text" name="person[email_address]" /></div>
<div style="text-align: center;"><input id="sign_up_button" type="image" src="emarketing.ourblok.com/images/integration/buttons/sign_up.gif" />

</div>
</form>

Please Log in to join the conversation.

12 years 7 months ago #177337 by OurBlok
Replied by OurBlok on topic Re: Streamsend Subscribers
I've been testing it with a bunch of bogus test email addresses. Does that make a difference?

Please Log in to join the conversation.

12 years 7 months ago - 12 years 7 months ago #177338 by krileon
Replied by krileon on topic Re: Streamsend Subscribers
This depends entirely on what /subscribe is. If it's a single PHP file that handles the POST request then it should work fine. If it's a script that does other processing like an extension in Joomla then it probably won't work. All I can tell you is CB URLs will perform the POST for you, but where the receiving script accepts it or not is entirely different. The below URL would be more appropriate.
http://www.example.com/newsletter/subscribe.php

Then inside of subscribe.php it would handle the $_POST variables and add them to a newsletter.

It would seam your script isn't designed to be used as you're using it as the below also fails.
http://emarketing.ourblok.com/public/ocnaf02h9q/FbN/subscribe?sign_up_email_address=test@invalid.com

I recommend contacting the developers of your newsletter software on best approach for subscribing via URL.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.169 seconds
Powered by Kunena Forum

Facebook Twitter LinkedIn

Search

Login / Logout