Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to perform various operations based on the selected resource and operation. Specifically, for the 'Email Settings' resource and 'Test Email Configuration' operation, it tests the email configuration by sending a test email using the specified method (SMTP, Mailgun, or Microsoft 365) and additional connection details. This is useful for verifying email server settings before using them in workflows.

Use Case Examples

  1. Testing SMTP server settings by providing server address, port, username, and password to ensure emails can be sent successfully.
  2. Verifying Mailgun API credentials and domain settings by sending a test email.
  3. Checking Microsoft 365 email configuration using OAuth tokens to confirm connectivity.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation to which the email settings belong.
Method The email sending method to use for testing the configuration, such as SMTP, Mailgun, or Microsoft 365.
Additional Body Fields Additional optional fields to customize the email configuration test, including email address, server address, username, password, port, security setting, access token, and refresh token.

Output

JSON

  • data - Response data from the Billing Booth One API after testing the email configuration.

Dependencies

  • Billing Booth One API

Troubleshooting

  • Ensure the organisation ID is correct and the API credentials are valid to avoid authentication errors.
  • Verify that all required fields for the selected email method are provided, such as server address and credentials for SMTP.
  • Check network connectivity to the email server or service endpoint to prevent connection timeouts.
  • If using OAuth tokens (access token and refresh token), ensure they are valid and not expired.

Discussion