{"openapi":"3.2.0","info":{"title":"D7 WhatsApp API","description":"Send and receive WhatsApp messages using D7API","version":"1.0.0"},"servers":[{"url":"https://rbheb.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/whatsapp/v2/send":{"post":{"operationId":"post_whatsapp_v2_send","summary":"Utility Text","description":"Sends WhatsApp Utility Text messages using D7API","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"messages":[{"originator":"+9181296431xx","content":{"message_type":"TEMPLATE","template":{"template_id":"utility_text","language":"en","body_parameter_values":{"0":"CxName"}}},"recipients":[{"recipient":"+9715696585xx","recipient_type":"individual"}],"report_url":"https://webhook.site/4235f691-13ab-448e-b100-74a3a627927f"}]}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}