{% extends 'superuser/base_super_user.html' %} {% block title %}Add Gateway | SMS Infrastructure{% endblock %} {% block page_title %}External API Integration{% endblock %} {% block page_subtitle %}Configure a third-party SMS microservice to bypass default platform gateway.{% endblock %} {% block content %}
{% csrf_token %}

System will POST: api_key, senderid, number, message

CANCEL
{% endblock %}