from buyercall.blueprints.sms.endpoints import sms_api, send_inbound_sms sms_api.add_url_rule('/send_message/<uuid:widget_sid>', view_func=send_inbound_sms, methods=['POST'])