{"id":263875,"date":"2023-03-06T11:01:11","date_gmt":"2023-03-06T10:01:11","guid":{"rendered":"https:\/\/arkibot.com\/en\/?p=263875"},"modified":"2023-08-24T17:10:54","modified_gmt":"2023-08-24T16:10:54","slug":"what-is-webhook-what-is-api-how-do-they-differ","status":"publish","type":"post","link":"https:\/\/arkibot.com\/en\/blog\/what-is-webhook-what-is-api-how-do-they-differ\/","title":{"rendered":"What is a webhook, what is an API and how do they differ?"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||5px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_padding=&#8221;0px|||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>You&#8217;ve probably heard the words webhook and API (Application Programming Interfaces) mentioned more times than you can remember, but you have no idea what it&#8217;s all about. It&#8217;s completely normal if you don&#8217;t belong to the technology sector, but it doesn&#8217;t hurt to know how these systems work, which you may use constantly without knowing what&#8217;s behind them.<\/p>\n<p>Although it may seem that certain concepts that escape us from our field are complicated to understand (or even to handle), I can assure you that this is not the case at all.<\/p>\n<p>That&#8217;s why, in this post I want to explain in an easy and simple way what a webhook is, what an API is, what they are for and how they differ.<\/p>\n<p>Open your eyes wide and let&#8217;s get started <span style=\"font-size: 16px;\">&#x1f642;<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><\/span><span style=\"font-weight: 400;\"><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;5px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;||21px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"p1\"><b>What it a webhook<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Within the world of web applications, data exchanges often occur between applications. Webhooks allow you to <\/span><b>modify the behavior of an application and\/or send or receive data between applications.<\/b><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.0&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_color=&#8221;rgba(239,240,255,0.45)&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; min_height=&#8221;96.2px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;15px|25px|15px|25px|true|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>That is why we say that a webhook is an automated communication system that serves to notify a third party application of an event that occurs in your application or vice versa, triggering one or more actions depending on the webhook that is executed.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;||21px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Webhooks can be used, for example, to connect your email marketing tool with your CRM. Every time someone joins your mailing list, a webhook with &#8220;User subscribed&#8221; is executed. The URL of the webhook in your CRM receives the data of the new subscriber to register him or update that contact in your CRM if he already exists, so you can have the information always updated automatically.<\/p>\n<p>A very useful option to link applications is to use NoCode tools such as Make (ex Intgromat), Zapier or n8n that allow you to send data to hundreds of applications with which they integrate.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;5px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_text_color=&#8221;#6366F1&#8243; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;5px||21px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><b>E<span>xamples of webhooks in Arkibot:<\/span><\/b><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_color=&#8221;rgba(239,240,255,0.45)&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; min_height=&#8221;96.2px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;15px|25px|15px|25px|true|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2<\/span><\/b> For example, in Arkibot we have a webhook at the end of a chat with a user that allows all the content of the conversation to be sent to the application you need (email, Slack, CRM, etc.). In that case, you can activate the webhook of finished chat indicating to which URL the content has to be sent and your application will have to have a webhook that allows to receive that data.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2<\/span><\/b> Another example is the webhook that allows you to send each message that a user writes in the chat so that you can intercept it and, for example, modify the answer and customize it for the user (stock, price&#8230;).<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;||21px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>In short, a webhook is a tool that allows you to customize what your application does when an event occurs so that you can automate what happens when that event is executed<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;2px||10px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;0px||6px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"p1\"><b>What is an API <\/b><\/h2>\n<p>In the case of the API, we are also talking about communication between web applications, but in a somewhat different way to Webhooks.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.0&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_color=&#8221;rgba(239,240,255,0.45)&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; min_height=&#8221;96.2px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;15px|25px|15px|25px|true|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>An API is like the vehicle that transports requests to your application to receive or send data. An API is the system that allows other applications or services to talk to your application in a standard format. This back and forth data flow that occurs is usually in JSON or XML format (just to ring a bell).<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;||6px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"p1\"><span style=\"font-weight: 400;\"><\/span><\/h2>\n<p>For example, your CRM can communicate with the API of your email marketing tool to be able to add or update your CRM customers as subscribers, send newsletters, etc.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||7px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;||6px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"p1\"><b>Differences between webhook and API<\/b><\/h2>\n<p>It is very common to confuse APIS with webhooks because they are very similar concepts.<\/p>\n<p>Therefore, if you want to know which one it is in a specific case, take a close look at who starts the communication. That is the main difference.<\/p>\n<p><b><span style=\"font-weight: 400;\"><\/span><\/b><span style=\"font-weight: 400;\"><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||7px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/arkibot.com\/en\/wp-content\/uploads\/2023\/03\/webhooks.png&#8221; alt=&#8221;Webhooks&#8221; title_text=&#8221;webhooks&#8221; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_color=&#8221;#EFF0FF&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px||15px||false|false&#8221; custom_padding=&#8221;25px|25px|6px|25px|false|true&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>In the case of webhooks, we are automatically notified whenever a certain event occurs that triggers the execution of that webhook.<\/p>\n<p><b><span style=\"font-weight: 400;\"><\/span><\/b><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||7px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/arkibot.com\/en\/wp-content\/uploads\/2023\/03\/apis.png&#8221; alt=&#8221;APIs&#8221; title_text=&#8221;apis&#8221; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_color=&#8221;#EFF0FF&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px||15px||false|false&#8221; custom_padding=&#8221;25px|25px|6px|25px|false|true&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>On the other hand, in the API, the communication starts from our application requesting through the API the information to a third party application.<\/p>\n<p><b><span style=\"font-weight: 400;\"><\/span><\/b><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px||40px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.3&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;4px||6px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"p1\"><b>When to use webhooks and when to use APIS<\/b><\/h2>\n<p>Although there is a lot of Galician in this team&#8230; here the answer I have to give you is it depends.<\/p>\n<p>What does it depend on? &#x1f3b6;<\/p>\n<p>On what you need it for, of course.<\/p>\n<p><span style=\"font-weight: 400;\"><\/span><\/p>\n<p><b>For example, the APIS: <\/b><\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2<\/span><\/b> They are more flexible solutions.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2<\/span><\/b> They are used when information is constantly being updated.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2<\/span><\/b> Some technical knowledge is required to operate them.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2<\/span><\/b> They require you to either schedule calls to APISs or use NoCode tools that use those APISs to do &#8220;something&#8221; when you want them to.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><\/span><\/p>\n<p><b>On the other hand&#8230;<\/b><\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2 <\/span><\/b><\/span><span style=\"font-weight: 400;\">Applications that already have webhooks allow you to send or receive information when a certain event occurs to allow you to customize the behavior on that event.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><b><span style=\"color: #a855f7;\">\u21d2 <\/span><\/b>You can also use NoCode tools to integrate these webhooks with other applications without the need for programming skills.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round||||||||&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Varela Round||||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;15px|||||&#8221; custom_padding=&#8221;||6px|||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"p1\"><b>In Conclusions<br \/>\n<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">As you have been able to see, here the thing is not about which is better, but about what you need it for. APIS and webhooks are systems that facilitate the tasks between web applications that we use on a daily basis and it all depends on the circumstances in which you are going to use them.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">We use both systems, both in <\/span><a href=\"https:\/\/arkibot.com\/en\/\"><span style=\"font-weight: 400;\">Arkibot<\/span><\/a><span style=\"font-weight: 400;\"> as in <\/span><a href=\"http:\/\/webempresa.com\/en\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Webempresa<\/span><\/a><span style=\"font-weight: 400;\">\u00a0because neither excludes the other.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">In <\/span><a href=\"https:\/\/arkibot.com\/en\/inicio\/\"><span style=\"font-weight: 400;\">Arkibot<\/span><\/a><span style=\"font-weight: 400;\"> thanks to webhooks we can connect automation tools with applications to each other.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><\/span><span style=\"font-weight: 400;\">You can see that the possibilities of both systems can be many. I hope that thanks to this post, you have understood a little better what webhooks and APIS are for. \ud83d\ude09<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; background_color=&#8221;#a855f7&#8243; background_image=&#8221;https:\/\/arkibot.com\/en\/wp-content\/uploads\/2022\/10\/marketing-bg8.png&#8221; max_width=&#8221;90%&#8221; custom_margin=&#8221;6px|auto||auto||&#8221; custom_padding=&#8221;25px||25px||true|false&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; global_module=&#8221;262584&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/arkibot.com\/en\/wp-content\/uploads\/2022\/11\/WeBot-150&#215;150-1.png&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; width=&#8221;20%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.21.0&#8243; text_font=&#8221;Varela Round||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Varela Round|700|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#ffffff&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;|50px||50px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><strong>Want to know more?<\/strong><\/h2>\n<p>Come in and try Arkibot,<br \/>your business customer service is going to change after this.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/arkibot.com\/en\/promo\/launch-arkibot\/&#8221; button_text=&#8221;Take me to arkibot&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.21.0&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;16px&#8221; button_text_color=&#8221;#1f2937&#8243; button_bg_color=&#8221;#eab30a&#8221; button_bg_color_gradient_direction=&#8221;90deg&#8221; button_bg_color_gradient_stops=&#8221;#f7828e 0%|#fcb6ab 100%&#8221; button_bg_color_gradient_start=&#8221;#f7828e&#8221; button_bg_color_gradient_end=&#8221;#fcb6ab&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;#3730a3&#8243; button_border_radius=&#8221;4px&#8221; button_letter_spacing=&#8221;5px&#8221; button_font=&#8221;|700||on|||||&#8221; button_use_icon=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;|||&#8221; custom_padding=&#8221;18px|34px|18px|34px|true|true&#8221; button_text_size_tablet=&#8221;16px&#8221; button_text_size_phone=&#8221;12px&#8221; button_text_size_last_edited=&#8221;on|phone&#8221; button_letter_spacing_hover=&#8221;5.5px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;on&#8221; button_letter_spacing__hover=&#8221;5.5px&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You&#8217;ve probably heard the words webhook and API (Application Programming Interfaces) mentioned more times than you can remember, but you have no idea what it&#8217;s all about. It&#8217;s completely normal if you don&#8217;t belong to the technology sector, but it doesn&#8217;t hurt to know how these systems work, which you may use constantly without knowing [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":264933,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[28],"tags":[],"class_list":["post-263875","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-terminos"],"_links":{"self":[{"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/posts\/263875"}],"collection":[{"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/comments?post=263875"}],"version-history":[{"count":20,"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/posts\/263875\/revisions"}],"predecessor-version":[{"id":265133,"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/posts\/263875\/revisions\/265133"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/media\/264933"}],"wp:attachment":[{"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/media?parent=263875"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/categories?post=263875"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arkibot.com\/en\/wp-json\/wp\/v2\/tags?post=263875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}