SPF Records Explained
The open standard Sender Policy Framework (SPF) http://www.open-spf.org/ is aimed at preventing sender address forgery. The following describes how SPF is configured for use with SendSquared. SPF overview SPF attempts to prevent email sending abuse by ensuring that the IP address from which a message was se
How to Send a Test Email
Select the email you have created in Templates -> Email Templates. Once in the email editor, you will select ‘Send test email’ in the upper right corner. Enter your email in the ‘To Email’ field and select add to list. This will bring your email down to the email list. You can choose quick send,
Contact Form API
In this article, we’ll show you how to integrate your form with SendSquared. SendSquared can facilitate working with any form, third party or manual api connection to its services. We offer a standard RESTful API endpoint which is public and omitted of any authentication. This endpoint can facilitate post
Setting Up Quick Replies
Quick replies can be used to send quick and consistent standard responses via email or SMS to customers that can be customized using text, tokens, or links that you tend to send to prospective and current guests frequently. To begin, go to Global settings and click on Quick Replies. Add New Reply. You will
Integrating Gravity Forms with SendSquared: A Technical Overview
The following code integrates with the gform_after_submission action in Gravity Forms, which activates once a form has been submitted. It verifies if the form ID matches the desired one to be sent to SendSquared, and if it does, the code gathers the form’s information, arranges the API details, and se
Integration Contact Form 7 with SendSquared: A Technical Overview
The following code hooks into the `wpcf7_mail_sent` action in Contact Form 7, which is triggered after a form is submitted. It collects the form data, sets up the API data, and uses `wp_remote_post` to send the data to the API. The code also checks the response code to ensure that the data was successfully
Integrating Ninja Forms with SendSquared: A Technical Overview
The following code hooks into the `ninja_forms_after_submission` action in Ninja Forms, which is triggered after a form is submitted. It collects the form data, sets up the API data, and uses `wp_remote_post` to send the data to the API. The code also checks the response code to ensure that the data was suc
Integrating WPForms with SendSquared: A Technical Overview
The following code hooks into the wpforms_process_complete action in WPForms, which is triggered after a form is submitted. It collects the form data, sets up the API data, and uses wp_remote_post to send the data to the API. The code also checks the response code to ensure that the data was successfully se
Integrating Caldera Forms with SendSquared: A Technical Overview
This code hooks into the caldera_forms_submit_return filter in Caldera Forms, which is triggered after a form is submitted. It collects the form data, sets up the API data, and uses wp_remote_post to send the data to the API. The code also checks the response code to ensure that the data was successfully se
Add a Contact to SendSquared with Native JavaScript
Are you looking for a way to integrate your booking processes, or Booking Engine with SendSquared API to automate your lead generation process for Cart Amendment? If yes, you’re in the right place! In this tutorial, we’ll show you how to use native JavaScript to add a custom form submission func